How to check the swap memory usage by a process in Linux
Earlier I had written an article on swappiness and different commands to check memory usage per process on Linux here I will show you some of the methods which can be used to check the swap
Earlier I had written an article on swappiness and different commands to check memory usage per process on Linux here I will show you some of the methods which can be used to check the swap
RPM spec files have several sections which allow packages to run code on installation and removal. These bits of code are called scriptlets and are mostly used to update the running system with information from
In my last article I had shared the steps to build an rpm from scratch How to build a signed rpm from scratch by building a source archive using Red Hat Linux In this article
Below article explains in detail Step by Step Guide to build an rpm from scratch by building a source archive using Red Hat Linux By default when we attempt to build an rpm, the rpmbuild
Below explains every field of an rpm in detail Understanding an rpm package There are two types of RPM packages: source RPM (SRPM) binary RPM SRPMs and binary RPMs share the file format and tooling,
I have already written few articles to configure passwordless authentication between two Linux servers, here in this article I will share the steps to configure password less login from Windows to Linux box using Putty
In this article I will show you two methods to migrate a logical volume /dev/rhel/lv1 from one disk to another without reboot assuming you have the extra disk already available on your system. Below steps
We intend to write multiple scripts in the %pre and %post section of the kickstart files as per our requirement but since these scripts are executed in the background it is very important that we