#linux

10 posts

A Guide to Maintaining SSH Tunnels with Autossh

Autossh is a Linux tool used for automatically and persistently maintaining SSH tunnels. SSH tunnels are a secure way of transmitting data between two computers …

Setting Up an SSH Tunnel on Linux

SSH (Secure Shell) is a protocol used for secure remote access to a computer or server over a network. In Linux, SSH is commonly used …

How to Use Monitorix on Debian

Monitorix is a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible. It has been created …

How to Check Tomcat Version in Linux

Apache Tomcat is a free and open-source implementation of the Jakarta Servlet, Jakarta Expression Language, and WebSocket technologies. Tomcat provides a "pure Java" HTTP web …

How to Use Ulimit Linux Command

ULIMIT is a tool to print and control user limits on a Linux system. Furthermore, the ulimit command can be used to set a limit …

How to Run Multiple Commands in Single Cron Job

Crontab stands for “cron table”. It allows to use job scheduler, which is known as cron to execute tasks. Crontab is also the name of …

TAR Command and Examples

In computing, tar is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or …

How To Run Background Process in Linux

In Linux, a background process is a process that is started from a terminal session and then runs independently. When a background process is launched from …