nohup Nohup, short for no hang up is a command in Linux systems that keep processes running even after exiting the shell or terminal. Nohup…
nmon nmon shows performance data about cpu, memory, network, disks, file systems, nfs, top processes, resources, power micro-partition. Command keys to show following details m…
Cron allows users to run commands or scripts at a given time or date. Cron is basically used to schedule scripts to be executed periodically.…
uptime Shows how long the system is running. top Displays Linux processes, provides a dynamic real-time view of a running system. htop It is interactive/scrollable…
Powershell is a scripting and automation platform for Miscrosoft platform which is built on top of .Net framework. it is useful for system tasks automation,…
Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Follow the below steps to install…
Docker provides the ability to package and run an application in a loosely isolated environment called a container. The isolation and security allow you to…