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…
Apache Struts is a free, open-source, MVC framework for creating modern Java web applications. It enables the developer to create maintainable, extensible, and flexible web…
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…