Posts

Showing posts with the label linuxbasic

Tools for working Linux professional

There are many tools and packages that help to make the IT-Admin life easier. Below are a few that I have used. ssh nslookup Ping fping echo   strace ps vmstat top netstat ss awk sed dmesg jq xmlstarlet Basic Tools:  They are many tools or packages available that help IT-Admin.  Below are a few which I use frequently. Installation OS: One should know the OS Installation and Boot process to better understand how the OS or application works. SSH: If you are a working Linux professional. Learning ssh and configuring passwordless ssh is the first thing to start.  Clusters-ssh:  Cluster ssh is a simple tool to manage multiple hosts I used way back before started working with Ansible  Cron Job:  Cron Job is used to run the scripts or tasks that needed to run on a Linux machine on a schedule Ansible: This makes our job easy. if you haven't started  Ansibling you better start today. Easy to learn and simple to use. you can start automating your day-t...