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 CommandsCategory: Linux
Rebuilding 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