Hostripples Featured

Block IP Range using CSF

To block a particular IP range csf  -d 45.0.0.0/8 csf -d 45.213.0.0/16 csf -d 45.213.100.0/24 Then, restart csf. csf -r…

12 years ago

How to use scp command?

To copy files from another server to local server. SCP is the secure command for it. Please use it using…

12 years ago

How to empty /tmp

If you want to delete all files and dirs from /tmp use following command. cd /tmp chattr +i lost+found; deltree…

12 years ago

Error : semget error in httpd

Guys, If you face  semget error while restarting httpd. Please use  following command. ipcs -s | grep nobody | perl…

12 years ago

Warning: main(): open_basedir restriction in effect.

Are you getting following error in apache error logs? Warning: main(): open_basedir restriction in effect. That means php open_basedir protection…

12 years ago

Customize Error documents

How can we customize Error document with .htaccess ? Just add following in your doc root to take the error…

12 years ago

Default Cpanel Page

While accessing site, if you are getting default cpanel page in borwser, then it seems to be problem with virtual…

12 years ago

Disable webmail interface for One domain

How  to disable 'Horde' and 'Neomail' for single user or domain on Cpanel server Just go through following steps: vim…

12 years ago

PERM_FAILURE: SMTP Error

If you are getting following exim error logs, PERM_FAILURE: SMTP Error (state 9): 550-ug-out-1314.google.com [xx.xx.92.175] is currently not permitted to…

12 years ago

WordPress: Fatal error: Out of memory

Now a days WP plugin requires more Memory and CPU so some times you get this error. To resolve this…

12 years ago