Steps to patch Linux/RHEL server.
Today we will look linux server patching process in short. It is quite simple, however very useful to know the steps. Linux Production Server Patching Steps Pre-requisite:- I am assuming...
Today we will look linux server patching process in short. It is quite simple, however very useful to know the steps. Linux Production Server Patching Steps Pre-requisite:- I am assuming...
Today in this article, we will see the importance of dump option in /etc/fstab file and will understand if its of any importance. To understand this, lets first look at...
Today we will see an interesting article how to rebuild RPM DB on Linux. RPM DB corruption is one of the most common issues in Linux server environments. And this...
Today we will look how to take backup/dump of all mysql databases of our linux system from command line. I. Taking Backup To take backup, we will use mysqldump command...
Let us look how to mount a filesystem from backup superblock location. In general this is not required, however sometimes in case you feel issue with primary superblock, this way...
XFS stand for Extents File System. XFS was first created by Silicon Graphics INC in 1993. In 2001, its support in included in Linux kernel. Till RHEL 6, we have...
In this post, we will look how to take backup of a docker container. We can take backup in two steps: a. First saving the container data into an image....
The process of combing two or more network interfaces together to form a single interface is known as network bonding. In Linux, we usually combine two ethernet interfaces to create...