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:
Category Archives: OS
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
Linux System Status Utilities
Linux System Status Utilities
Kernel Modules
The Linux kernel has a modular design. At boot time, only a minimal resident kernel is loaded into memory. Thereafter, whenever a user requests a feature that is not present in the resident kernel, a kernel module, sometimes referred to as a driver, is dynamically loaded into memory.
Linux add module to blacklist
Check if the module is loaded IPv6 functionality is being made available to the system by the ipv6 kernel module. To check if this module is currently loaded in your system, issue the following command as root: lsmod | grep ipv6 If you see ipv6 in its output, then the module is loaded.