I am looking at the robot

Posts Tagged with shell

htpasswd

September 16, 2009 - For apache basic authentication
htpasswd -c /home/httpd/vhosts/.htpasswd peaches
more

Access MySQL on another server

June 17, 2009 -
mysql -h puffy.muffin.com -P 3306 -u peaches -p
more

apache shutdown failed

May 11, 2009 - If httpd more

chown a symbolic link

May 7, 2009 - Include the -h parameter
sudo chown -h user:group symlink
more