How to find the no of files on a particular folder ls -l | wc -l Say If you want to find a specific files…
View More command to find no of files on a folder in linux OSCategory: Linux
installing fantastico on linux with CPANEL
Login to the SSH with the root password. Change to directory >> CGI cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N http://www.netenberg.com/files/free/fantastico_whm_admin.tgz tar -xzpf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz Login…
View More installing fantastico on linux with CPANELenabling time zone on your website
Some host, does not enable the timezone globally, dont worry, There is a work account. You can simply enable it bycreating a php.ini file on…
View More enabling time zone on your websiteTransferring MySQL to another location then /VAR
How to Change the location of MySQL: 1) Stop MySQL using command: service mysql stop 2) cp /var/lib/mysql /home/mysql 3) pico /etc/my.cnf remove everything in…
View More Transferring MySQL to another location then /VARhow to find the no of connections from an IP
In, Linux Servers. Login as root and use the below command to find the no of connections from an IP Address. netstat -an | sort…
View More how to find the no of connections from an IPHow to flush DNS on linux OS ubuntu/mint
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 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 results