Posted on 14 December 2010. Tags: commands, Linux, terminal
This is a linux command line reference for common operations.
Examples marked with • are valid/safe to paste without modification into a terminal, so
you may want to keep a terminal window open while reading this so you can cut & paste.
All these commands have been tested both on Fedora and Ubuntu.
See also more linux commands. Read the full story
Posted in Linux
Posted on 01 November 2010. Tags: Linux, Plesk
How to install cpanel and plesk
http://www.eukhost.com/forums/f16/install-plesk-cpanel-11-a-8254/
Read the full story
Posted in Plesk
Posted on 25 October 2010. Tags: find, Linux
Locating Files:
The find command is used to locate files on a Unix or Linux system. find will search any set of directories you specify for files that match the supplied search criteria. You can search for files by name, owner, group, type, permissions, date, and other criteria. The search is recursive in that it will search all subdirectories too. The syntax looks like this:[] Read the full story
Posted in Linux
Posted on 30 December 2009. Tags: eth0, gateway, interface, Linux, nameservers, Network, setup, ubuntu
Κάποιες χρήσιμες εντολές για το σετάρισμα κάρτας δικτύου (π.χ. eth0) σε περιβάλλον linux.
- View: ifconfig -a (ή eth0)
- Assign ip address to interface: ifconfig eth0 192.168.1.102 netmask 255.255.255.0 up
ifconfig’s syntax and command layout:
ifconfig <interface> <ip_address> [ netmask <netmask> ]
Read the full story
Posted in Linux, Network
Posted on 21 May 2009. Tags: Linux, ubuntu
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 Linux