Solved: How to clean /var/spool/squid logs on Redhat Satellite server ?
Today we will see how to clean the squid logs from redhat satellite server. It will help us to clean the logs in case its filling up the partition. I....
Today we will see how to clean the squid logs from redhat satellite server. It will help us to clean the logs in case its filling up the partition. I....
Today lets see a common error of OS corruption that i faced recently on a production server. You get below error and not able to boot the system. My system...
In this article, we will see a common error message and its resolution. I. Error Message ngeaix001 saket $ ssh Administrator@10.254.0.56 Unable to negotiate with 10.254.0.56 port 22: no matching...
Today we will see an interesting article to understand how to increase disk space on a Virtual Linux server which is hosted on vSphere. Lets have a look step by...
Today in this article we will see an interesting issue where you crash a server manually however the crash dump is not available on server post reboot. In my scenario...
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 in this article, we will look how to analyze a core file generated after the system crash. The article is very useful to extract some of the basic information...
We usually give sudo access via /etc/sudoers.conf file using visudo command. However sometimes we need to grant specific command access to users with limited options. In this case, it is...
Today in this post, we will look how to gzip a particular file and store it to an alternate location. Lets see how to gzip at current location and an...
Today in this article, we will look at an interesting tip to print all columns of a file except first. Lets look the command stepwise to understand how it works....