Open a terminal window and type the below command sudo /etc/init.d/dns-clean start You will be asked to enter the root password to complete the process.
View More How to flush DNS on linux OS ubuntu/mintfinding Spammers on linux servers
Recently I came across an article by config server, though of sharing please refer the URL/link Finding the Spammers on Linux/WHM servers
View More finding Spammers on linux serversSome very usefull windows plesk hosting controlpanel commands
Some very usefull windows plesk hosting controlpanel commands websrvmng –reconfigure-vhost –vhost-name=yourdomain.com Run Statistics Manually: %plesk_bin%/statistics.exe Re-build MailEnable according to Plesk DB: mchk.exe –all –fix=all Remove…
View More Some very usefull windows plesk hosting controlpanel commandsissue on suspending & unsuspending the hosting accounts in Windows Plesk
When you try suspending an account in windows plesk, you would get the below error message ERROR: PleskUserException Unable to activate/deactivate domain: Execute ftpmng –remove-vhost…
View More issue on suspending & unsuspending the hosting accounts in Windows PleskCreating a send mail alert if load is high in server with w,pstree,mysqladmin results
Use the Below and code and save it in your root folder and add a cron to run in your server. Replace [email protected] to your…
View More Creating a send mail alert if load is high in server with w,pstree,mysqladmin resultsCommon SSH Commands – Linux Shell Commands
An easy to follow guide of command commands in SSH or linux shell commands, with an explination of what they are used for and…
View More Common SSH Commands – Linux Shell CommandsRebuilding httpd.conf
Before running this command, I suggest you to take a backup of the file httpd.conf /usr/local/cpanel/bin/apache_conf_distiller –update and /usr/local/cpanel/bin/build_apache_conf Now, Restart the Apache Service httpd…
View More Rebuilding httpd.confLinux command to copy files over ssh
Command Name : scp scp stands for secure cp (copy), which means that you can copy files across an ssh connection that will be encrypted,…
View More Linux command to copy files over ssh