Ansible is very flexible automation tools with many benefits. The free version is command-line based and here is an example to set it up. Environment…
RPM is the package manager tool in Linux. YUM is a repository management tool to fetch appropriate package for the particular version of Linux. YUM…
Tools to manage firewall Packet filter rules in Linux Kernel is managed by an user-space application named iptables in CentOS and RedHat. Since CentOS 7,…
Most of the text processing can be processed by awk and sed. Sed is non-interactive stream editor that allows you to specify all editing instructions…
Cron and anacron We all know cron is a job scheduler. Many admin uses crontab to manage scheduled task. It is also important to know…
These are the things quite confusing or abstract while I was at school but now makes lots of sense after many years working with different…