It is really necessary to stop malicious activities and SPAM attacks on cPanel server. There are number of steps but you must need to enable/disable some Tweaks on cPanel server. 1- Setting in “Exim Configuration Manager” 1. Login to WHM control panel by using root login details 2. Go to Exim Configuration Manager 3. Enable RBL filtering […]
How to import .csv files in the database from phpmyadmin
Before proceeding further, keep in mind few things to efficiently transfer .csv files in the database from phpmyadmin. Saved your csv file into excel file. Please Do not save it as any other format, check it with a written text such as notepad . Each line must be separated by a comma (,). This is […]
How to scan FTP uploaded files on cPanel Servers
First make sure to install clamAV,We ave already discuss in our previous articles how to install and run clamAV on server. Clam ANTIVIRUS is a free and open-source, cross-platform antivirus software tool-kit which has now been included in Cpanel/WHM. It detect many types of malicious software, including viruses. One of its basic use is on […]
How to record/save all user terminal activity automatically
As a server administration you may need to record/save all user terminal activity, so that you can check and identify the problem, if anything happened wrong on server. It can be done easily using script command. you can done this by adding below script to common “profile” file at /etc/profile. Now that is all automated […]
How to record/save your terminal activity
If you want to save your terminal activity on server for future use? It can be done using a script, whenever if you sign in to server via putty/terminal, just run the script command, it will automatically record the current activity. Finally, exit the script command that’s it.By default settings, script get installed in all […]
How to Recursively Download Files from FTP
We can download complete website recursively using wget command line utility. wget is a most used command for downloading files from http and ftp servers. In this tutorial i will guide you how to Recursively Download Files from FTP. […]
How to start / stop / restart & status of the cPanel server in Linux
If you want to start, stop, restart, enable, reload & check status of the service follow the below commands to do it. Either root or sudo Permission needed to run the below commands.All the services is available “/etc/init.d/. 1) To start cPanel service Use the below commands to start the cPanel service in Linux. # […]
How to start / stop / restart / enable / reload the OpenSSH server in Linux
If you want to start, stop, restart, enable, reload & check the status of the service follow the below commands to do it. Either root or sudo Authorization required to run the below commands. All the services is available “/etc/init.d/. […]
How to change the logwatch email notification
Mostly server admins use to add their email id’s to receive all server notifications,Here I will explained how to change the logwatch email id notification. Logwatch is a log analyser that runs on your server and mails you the results about what was happen on your server. […]
How to Enable Telnet on Windows
Telnet is an application method used for two-way interaction using terminal connection. This article will help you to allow telnet client and service on Windows OS. […]