How to setup SiteLock?

Login to SiteLock Panel. Accept all the terms of Service Click on “Proceed“ 4.You will get a pop-up message of Configuration Alert: Domain verification: Click on “Configure“ For domain verification you will get 2 options “Add a meta tag to your website page” or “Upload a file to your website“. […]

Features of SiteLock

On the Dashboard you can view the Statistics of the Visitors : You will get a count of Human Visitors,Bot Visitors and Shield Clicks from the Visitor Statistic At the top of your dashboard, you will see: Clicking the SiteLock logo in the top left will always bring you back […]

How to check RAM size in CentOS/Redhat

You can use any one of the following command line to view the ram size under Red hat Enterprise Linux desktop or server based system: /proc/meminfo file – free command – top command – vmstat command – Examples: Open a command-line terminal and then type the following commands: Redhat Linux: free command To display […]

How to clear RAM memory cache, buffer and swap space on Linux

Sync will flush the file system buffer. Command Separated by “;” run sequentially. The shell wait for each command to terminate before executing the next command in the sequence. As mentioned in kernel documentation, writing to drop_cache will clean cache without killing any application/service, command echo is doing the job […]

How to check disk space in Linux (command line)

df The df command stands for “disk-free,” and shows available and used disk space on the Linux system. df -h shows disk space in human-readable format df -T shows the disk usage along with each block’s filesystem type (e.g., xfs, ext2, ext3, btrfs, etc.) df -i shows used and free inodes du du shows the disk […]

How do I extract a compressed file in cPanel?

Suppose, you have uploaded a file name “backup” and you need to extract it. All you need is to follow the below mentioned steps: Right-click on the backup.zip file and choose the extract option. A popup appears, and you can see a field to choose the location, where you want […]

How do I change my PHP version in cPanel?

Login to your cPanel account and search for MultiPHP Manager in Software section, as seen below and click on it. Check the boxes on the row of each domain you want to change in the Set PHP Version per Domain section: Select the PHP version from the list on the […]