How to compare timestamp of a logfile and generate error in case its 72 hours old ?
Here in this article, we will look at a script created to check a logfile and if its older than 3 days i.e. 72 hours then send an email to...
Do you know what is the meaning of value stored in /proc/sys/kernel/ctrl-alt-del file ? Let us have a look at it. I. Meaning of default values [root@ngelinux kernel]# cd /proc/sys/kernel...
I. Introduction prelink as its name suggests is a program used to link ELF shared libraries and binaries in order to speed up startup time. Synopsis prelink [OPTION...] [FILES] prelink...
I. Introduction Let us have a look at an interesting tip today to turn off/on the bell sound during TAB completion. We will achieve this by changing inputrc file configuration....
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...
Today we will look at the solution of two issues w.r.t lastb command. lastb command by default shows details of all the bad login attempts. Issue 1: last command display...
Today we will look various different ways to view current logged in users in linux. The user login data is usually saved and read from /var/run/utmp file. Lets see different...
In this article, we will look how to view, analyze and setup SSHD logs on our Redhat or Centos Linux system. 1. Viewing SSHD Log file. ## For Ubuntu [root@nglinux...
Processes marked as are zombie(Z in ps command output) processes (also called as “dead” processes) that remain in process table memory because their parent has not destroyed them properly after...