Feed on
Posts
Comments

Category Archive for 'Linux'

restarting apache

sudo /etc/init.d/apache2 stop sudo /etc/init.d/apache2 start or sudo /etc/init.d/apache2 restart

Read Full Post »

Where is php.ini

/etc/php5/apache2/php.ini

Read Full Post »

http://ubuntuforums.org/showthread.php?t=541656&highlight=ssh+vncviewer

Read Full Post »

mount a drive in Linux

mount [devicem example: /dev/sda1] [mount location, example : /mnt/location]

Read Full Post »