Question
How do I remove a full directory in Linux?
Posted on 09 January 2010.
#apt-get install lynx
#lynx -source http://pear.php.net/go-pear | php
press 1 and change the path to /usr/share Read the full story
Posted in Linux, PHP, PleskComments (0)
Posted on 30 December 2009.
Κάποιες χρήσιμες εντολές για το σετάρισμα κάρτας δικτύου (π.χ. eth0) σε περιβάλλον linux.
ifconfig’s syntax and command layout:
ifconfig <interface> <ip_address> [ netmask <netmask> ]
Read the full story
Posted in Linux, NetworkComments (2)
Posted on 21 May 2009.
Use “fg” to put it back to front and read
To get out of a man page, press “q”.
You can usually kill a job with ctrl+c rather than stop it with ctrl+z
Finally, if you try “logout” and it says “there are stopped jobs”, typing “logout” again will automatically kill the stopped jobs and log you out.
Hope that helps.
Posted in LinuxComments (0)
