If you use AppArmor security module, switch the AppArmor service off and remove it from start-up list before installing Panel. This is done by running the following commands:
Tag Archives: ubuntu
How do I remove a full directory in Linux?
Question How do I remove a full directory in Linux?
install PEAR to PLESK over UBUNDU
#apt-get install lynx #lynx -source http://pear.php.net/go-pear | php press 1 and change the path to /usr/share
Setup network interface in linux systems
Κάποιες χρήσιμες εντολές για το σετάρισμα κάρτας δικτύου (π.χ. 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> ]
Linux Stopped jobs
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 …