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/mintCategory: Linux
finding 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 serversCreating 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 sshHow to identify a DDOS attack or finding no of connection from an IPAddress
In Linux Web servers, You definitely server 100’s of websites. Some site may be flooded with connections. or your server may be under DDOS attack.…
View More How to identify a DDOS attack or finding no of connection from an IPAddressError while creating mysql db in cpanel
When you create a new mysql db from the cpanel. You will be thrown the error ” Database already Taken” Which Means, DBD::MySQL Perl module…
View More Error while creating mysql db in cpanel