3/7/13

Reload your bash profile

To force a reload of your .bash_profile after modifying it, simply type:

source ~/.bash_profile

or

. ~/.bash_profile










No comments:

Quick HTTP to HTTPS - Apache2

There are several methods for redirecting your Apache-based website visitors who might type your servers URL using the plain (non-secure) HT...