Install PLESK on ubuntu hardy

I have bought new server for SEDC kelantan and i have stuck when i install Debian 4.0 than i install ubuntu 8.04 LTS server editions.

After googling around  i not found the best tutorial how to install Plesk on ubuntu 8.04 hardy.

than this is the basic tutorial and it will help you and me.

switch the AppArmor service off, before installing Parallels Plesk Panel Continue reading “Install PLESK on ubuntu hardy”

Quick installation : Citrix XenServer 5

This is another video, and this one is about XenServer 5. This installation is not very handy when you’re not familliar with linux / unix setup.

They key to use are simple, forget your mouse, and use Tab, Space, Arrows and Enter.

Edit 17 April 2009 : I’ve add the “normal” installation, and if you want to try to install Citrix XenServer 5 on a VMWare, you have to configure the CPU emulation this way :

snap0001

Continue reading “Quick installation : Citrix XenServer 5”

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> ]
Continue reading “Setup network interface in linux systems”