
How to Find and Change the Label Name of Any Partition On a Linux Server
In Linux, partition labels are used to identify partitions on a disk. They are used instead of device names like /dev/sda1 or /dev/hda1. These labels …

In Linux, partition labels are used to identify partitions on a disk. They are used instead of device names like /dev/sda1 or /dev/hda1. These labels …

List of Linux Log Files The following is a list of commonly found log files within Linux, alongside a short description of what kind of …

When working on UNIX system, sometimes it is necessary to enable certain HTML files executable for the purpose of using SSI. They are used to …

It’s very simple to verify this. Have a simple ‘php info’ script. Create a file named ‘phpinfo.php’ under the public_html of your domain Insert the …

There seems to have been a slight problem with the database. Please try again by pressing the refresh button in your browser. An E-Mail has …

If you are creating a cpanel account for a domain , lets say abc.com and after filling Up all the details ,required to create a …

Normally /var gets full due to saturated mails. To manually deliver those mails refer the following steps : a.Login the server as root. b.Fire the …

Many a times we receive the error ‘Maximum file limit has been reached’, in that case, please Refer the following steps to get it fixed:- …

Put the following code in .htaaccess file for that user as: php_flag engine off OR In httpd.conf file,for that particular domain, put the following code …

“Untar” a file If you are working with example.tar file, you can extract the files from it using: tar xvf example.tar If you …

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 …