5
cpanel: mysql database size 0MBview story

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)

6
vzquota : (error) Quota on syscall for xxx: Device or resource busyview story

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)

4
Error: Unable to execute bash: No such file or directoryview story

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)

5
Script to teminate suspended accounts on a cPanel serverview story

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)

4
How to find out CPU Utilization in Linux?view story

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)

6
العدد الأول من مجلة أوبونتو بلس العربيةview story

http://linuxawi.com – بحمدلله نعلن عن صدور العدد الأول من مجلة “أوبونتو بلس” وهي او مجلة عربية الكترونية مختصة بنظام اوبونتو لينكس و البرمجيات الحرة بشكل عام (Resources)

3
Invalid command “SSLEngine”, perhaps misspelled OR defined by a module not included.view story

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)

3
mpt-status.h:6:28: error: linux/compiler.h: No such file or directoryview story

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)

5
Warning: user mockbuild does not exist: using rootview story

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)

4
Id “c1″ respawning too fast: disabled for 5 minutesview story

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)

6
How to change the FTP port?view story

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)

3
What is .htaccess and how to disable .htaccess?view story

http://linuxhostingsupport.net – What is .htaccess and how to disable .htaccess? .htaccess is use to modify the way Apache behaves for a directory and it’s sub-directories. It gives you an extra control on your server, like setting up custom error messages, password protect a directory, writing rewrite rules, blocking IPs etc. However, it can be a potentially dangerous file. For [...] (Resources)