http://linuxhostingsupport.net – You see a “Unable to install the psa-backup-manager” error while installing Plesk and it is because of the incomplete db4 packages needed for embedded database support for various applications. (Resources)
http://linuxhostingsupport.net – You see a “Unable to install the psa-backup-manager” error while installing Plesk and it is because of the incomplete db4 packages needed for embedded database support for various applications. (Resources)
http://linuxhostingsupport.net – The following shell script will dump the mysql database and will save the .sql file on a remote location using Ftp. This script will create a backup file including the current date so you can have multiple copies of the backups of the same database under one directory. Create a file called mysqlbkup.sh # vi /root/mysqlbkup.sh and paste [...] (Resources)
http://linuxhostingsupport.net – Plesk uses a ‘psa’ database to store all the data and values. This data can be easily retrieved at any point of time using the Mysql queries. How to access the psa database in Plesk? There are 2 ways to access the Plesk psa database, from the Linux command line (via ssh) and from the Plesk control [...] (Resources)
http://linuxhostingsupport.net – Load Average on a server reflects the current state of the server. Higher the load average, poorer is the server performance. The following shell script monitors the load average on the Linux server and inform the server administrator with the current running processes if the load average is greater than the defined threshold. Create a file, [...] (Resources)
http://linuxhostingsupport.net – You may see the mysql database size as zero in cPanel >> ‘Mysql Databases’ option, though the databases contains tables and data. In order to include the size of the databases while displaying disk usage in cPanel/WHM, perform either of the following steps: 1) SSH to your server as root and edit the cpanel.config file # pico [...] (Resources)
http://linuxhostingsupport.net – You may receive the following error message while starting a VPS: root@server [~]# vzctl start VEID vzquota : (error) Quota on syscall for id xxx: Device or resource busy vzquota : (error) Possible reasons: vzquota : (error) – Container’s root is already mounted vzquota : (error) – there are opened files inside Container’s private area vzquota : (error) (Resources)
http://linuxhostingsupport.net – You may receive “Unable to execute bash: No such file or directory” error message while starting a VPS and the result is the VPS fails to start. The reason is, either the binaries from /bin OR /usr/bin are missing OR corrupted. To fix the issue, you either copy the directories /bin and /usr/bin from a working [...] (Resources)
http://linuxhostingsupport.net – How to check suspended accounts on a cPanel server and terminate them after a specific time frame? Many a times you suspend an account on the server and it goes unnoticed for months thus wasting disk space of your server. You can use the following script and schedule it to execute, say once in a [...] (Resources)
http://linuxhostingsupport.net – There are various ways to find out CPU utilization on a Linux server like using top and ps commands OR by installing the sysstat package which we will see next. CPU is the most important component in any server which is use to process all the tasks on your server. Whenever CPU is engaged in processing [...] (Resources)
http://linuxawi.com – بحمدلله نعلن عن صدور العدد الأول من مجلة “أوبونتو بلس” وهي او مجلة عربية الكترونية مختصة بنظام اوبونتو لينكس و البرمجيات الحرة بشكل عام (Resources)
http://linuxhostingsupport.net – We install a SSL certificate on a domain to secure the transaction carried out on a website but sometimes we receive an error message “Invalid command “SSLEngine”, perhaps misspelled or defined by a module not included in the server configuration” while browsing the website. The error message indicates that the module mod_ssl required to run SSL engine [...] (Resources)
http://linuxhostingsupport.net – You may receive the “linux/compiler.h: No such file or directory” error message while compiling ‘mpt-status’ tool with the kernel source. (Resources)
http://linuxhostingsupport.net – The message “Warning: user mockbuild does not exist. using root” is received while installing a source rpm that was built using mock. The ‘mock’ module is required in this case which is responsible to build source RPMs (SRPMs) under a chroot environment and uses the ‘mockbuild’ user. In order to fix the warning message, install the [...] (Resources)
http://linuxhostingsupport.net – You may see the tty device error messages like ‘/dev/tty1: cannot open as standard input: Permission denied’ in the server logs and many more like Jan 10 xx:xx:xx [agetty] /dev/tty1: cannot open as standard input: Permission denied Jan 10 xx:xx:xx [agetty] /dev/tty2: cannot open as standard input: Permission denied Jan 10 xx:xx:xx [agetty] /dev/tty3: cannot open as standard [...] (Resources)
http://linuxhostingsupport.net – How to change the Ftp port to a non-standard port? If you have say, Pure-Ftp as a Ftp server, edit the configuration file: pico /etc/pure-ftpd.conf Search for the line: # Bind 127.0.0.1,21 and add the following line below it Bind [...] (Resources)