
How to take the backup of MBR on linux server?
Always recommended that you should take backup MBR. It is hard disk partition table on your server. We can use dd command to take a …

Always recommended that you should take backup MBR. It is hard disk partition table on your server. We can use dd command to take a …

Login to your server as root Fire the following at the shell: which convert Most of the servers do have imagemagick installed at s — …

Below are the steps: Create a file “phpinfo” in an account: <? phpinfo(); ?> and check it using a browser, you should see, you have …

If want to control all the domains, before they resolve, then that could be done by creating some symbolic links. Let’s say you have domain12.com …

Refer the following steps:- Create / open a new PHP File 1) new site 2) Yes I want to use server technology 3) which server …

You see that files with name ‘Core’ is created under your account. These core files start taking the space on your server. Core dump consists …

Step 1. Download awstats from https://awstats.sourceforge.net Step 2. Uncompress awstats-5.6.tgz Step 3. Copy the contents of the uncompressed cgi-bin folder from your hard drive to …

Fire the following command to take a backup of apache on your server: cp -a /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak Above is for Centos users For Ubuntu users …

Open following file in your favorite editor: CATALINA_HOME/conf/tomcat-users.xml or /usr/local/jakarta/jakarta-tomcat-4.1.31/cinf/tomcat-users.xml Append the following line at second last line: <user name=”Username” password=”secret” roles=”admin,manager”> Restart tomcat. You …

When a URL specifying only a directory is requested … eg.: https://www.domain.com/directory/ Initially, Apache looks for file names by default (in the order they appear): …

There are two different ways to enable this option: 1] First method is Via WHM control panel 2] Second method is Via SSH Root Login …