How to rebuild RPM DB on Linux ?
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 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...
Can you please register on Redhat Support with your SSE IDs in case not registered yet. And share your login IDs. 1. Please use below URL to register. https://access.redhat.com/support/ Click...
In this example, we will see how to create a full/available disk size partition in Linux using parted utility. Lets have a look at the steps to understand it. 1....
Today lets have a look how to create a logical drive in hpssacli i.e. HP Smart storage array configuraiton interface. To understand this, lets see the available unassigned disks and...
I recently encountered a small silly mistake while helping the team to install OHS on server. This article shows how to solve this small silly mistake while performing this action....
Today we will see an interesting issue where the logs are collected in /var/adm/messages as per rsyslog.conf. However the log file size in increasing infinitely and is not rotating. It...
Today we will discuss an interesting thing how to take GUI of any remote server via port forwarding. This tip is usually helpful to open ILO of a server which...
Today we will look at an interesting topic to know how to set user password to never expire in Linux. 1. Check current password expiry [root@ngelinux etc]# chage -l saket...
Today we will look at an interesting article how to change a faulty drive on our Linux server deployed in production. There are two approaches to achieve this: First Approach...
In this post we will look at an interesting feature of linux to write zeros or random characters to any device in Linux. One old way is to use dd...