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…
Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog
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…
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)…
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…
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…
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…
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…
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…
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…
As a System Administrator, server uptime has much importance. The servers must be running as long as possible. While keeping this server uptime consistent, a System Administrator should also have…