How to use scp command?

12 years ago

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

How to empty /tmp

12 years ago

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

Error : semget error in httpd

12 years ago

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

Warning: main(): open_basedir restriction in effect.

12 years ago

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

Customize Error documents

12 years ago

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

Default Cpanel Page

12 years ago

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

Disable webmail interface for One domain

12 years ago

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

PERM_FAILURE: SMTP Error

12 years ago

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…

WordPress: Fatal error: Out of memory

12 years ago

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

temporarily rejected RCPT

12 years ago

Getting following error in exim_main logs, temporarily rejected RCPT <youremail_id@domain.com>: lowest numbered MX record points to local host This is…