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 …
Category Archives: Linux
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> ]
Installing PEAR
Although a PEAR subdirectory is created during WAMP installation, PEAR is not included with the Wampserver. To install PEAR open a command prompt window (Start->Run->cmd. Then Enter). Go to the php executables subdirectory and run go-pear.bat: c:\wamp\bin\php\php5.3.0>go-pear
How can I restore Plesk database dump?
Resolution Automatical Plesk database dumps are stored in the folder defined by DUMP_D variable value in /etc/psa/psa.conf file. Automatic dumps consist of two types:
Howto Upgrade MySQL 4.1 to 5.0 on CentOS 4 server
# yum –enablerepo=centosplus update mysql* Error: Missing Dependency: php = 5.0.4-3.centos4 is needed by package php-xml
Display correctly Greek characters at subject of an email
You can use this function when the subject at an email is not displayed correctly. The idea is to base64_encode the subject header. Something like