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.
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…
Applying Kernel Patch Without Rebooting
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…
Tips and tricks to Defend Your Website from the hacker
We always have to take the necessary precautions to keep our websites from hacking attempts. Every passing day we can hear about new hacking techniques which always find a way…