Install Plesk on windows
For Plesk installation, you require a fresh Windows Server machine with an access to the Internet. You can create it on your own or purchase it from any Hosting Provider.…
How to delete large files in Linux
In general, we use rm command to delete files, shred command for secure deletion. But for Large files like 100s of GB files deletion can not be that easy as…
How to Install MySQL on Ubuntu 18.04
In this post, we will learn how to install MySQL on Ubuntu 18.04 Before proceeding, the user must have sudo privileges using which you are logged in. Installing MySQL 1)…
How to install MariaDB on Ubuntu 18.04
MariaDB Server is one of the most popular database servers in the world. It’s made by the original developers of MySQL and guaranteed to stay open source. Notable users include…
How to Create a Password Protected ZIP File in Linux
Zip is an useful and frequently used tool for compressing files/directories on Linux as well as on Windows. In this post, we will let you know how to use zip…
How to Install PIP on CentOS 7
PIP is a package management system used to install and manage software packages written in Python. PIP can be installed either by using YUM or with Curl & Python. Login…
How to Rebuild corrupted userdata files in Cpanel
In certain circumstances , your servers user data files may corrupt which can create issues while migrating , operating the cpanel accounts. These user data files can be repaired using…
How to enable update now button awstats?
There are two methods of enabling the Update Now button for AWStats: 1] First method is Via WHM control panel2] Second method is Via SSH Root Login 1) Via WHM…
What is inode number in Linux?
An inode is an entry in inode table, containing information ( the metadata ) about a regular file and directory. An inode is a data structure on a traditional Unix-style…