How to Disable Telnet access on server?
1. Login to your server as a root user. 2. Edit the file as follows: # vi /etc/xinetd.d/telnet 3. Look for the line: …
1. Login to your server as a root user. 2. Edit the file as follows: # vi /etc/xinetd.d/telnet 3. Look for the line: …
Login to your server as root. On mysql prompt fire the following command: mysql> SHOW VARIABLES LIKE ‘%query_cache%’; This will result the …
Awstats showing blank page but all other Stats applications running fine. No logs for any of the stats program logged in /usr/local/cpanel/logs/error_log Reason: The memory …
With our dedicated server hosting packages we are custom building each customer their own physical server. Within a few hours from the time of sign …
Domlogs are the domain logs which are generated for requests made to a domain. Web statistics use these logs. Typically, information in domlogs includes data …
There is simple syntax given below for splitting large file into several small size files. Fire the following command from shell. $ split –bytes=1m /path/to/large/file …
The most common error you get when publishing the site by using FrontPage is 403 Forbidden error Forbidden You don’t have permission to access /_vti_bin/_vti_aut/author.exe …
This is the most common question asked. So please refer the following Links to access cpanel/plesk:- cPanel : https://IP:2082 or https://IP/cpanel WHM : https://IP:2086 or …
Sometimes you receive the following error while browsing webmail: Warning: main(../config/config.php): failed to open stream: No such file or directory in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php on line 18 …
Please refer the following steps: [root@server1]# cd /var/lib/rpm/ [root@server1 rpm]# ll | grep db -rw-r–r– 1 root root 2476 Sep 8 15:43 __db.001 …
To get the list of files modified on 7th June , you can use the following command : find -type f -exec ls -la {} …