Find files modified before 15 days in current directory and delete them.
In this article, we will see how to find files/directory older than say 15 days and delete those files. The tip is very useful and we use this every alternate...
In this article, we will see how to find files/directory older than say 15 days and delete those files. The tip is very useful and we use this every alternate...
Today we will look at an interesting error message and its resolution. I have encountered this issue multiple times during redhat satellite migration from 5 to 6 and most of...
In this article, we will look how to synchronize a repository on a Redhat satellite 6 server. 1. Check the repository id. [root@ngelinux01 ~]# hammer repository list hammer repository synchro-----|----------------------------------------------------------------------------------|---------------------------------------------------------------|--------------|---------------------------------------------------------------------------------...
Today we will look various systemctl commands to check units/services, start/stop/restart them. In short how to play/work with systemctl commands to manage services/units. 1. How to see all units loaded...
There is no direct way to monitor IP Tables change in Linux. However today we will look at an interesting article how to monitor the ip tables status to confirm...