A Shell Script to Send Email Alert When Memory Gets Low
A powerful aspect of Unix/Linux shell programs such as bash, is their amazing support for common programming constructs that enable
A powerful aspect of Unix/Linux shell programs such as bash, is their amazing support for common programming constructs that enable
Basic HTTP authentication is a security mechanism to restrict access to your website/application or some parts of it by setting
Tar (Tape Archive) is a popular file archiving format in Linux. It can be used together with gzip (tar.gz) or
Nginx HTTP server has a phenomenal logging facility which is highly customizable. In this article, we will explain how to
After switching your site to HTTPS, you probably want to test if resources such as images, slides, embedded videos and
In this tutorial we’ll learn how to install and configure OpenMediaVault network attached storage (NAS) solution at your premises. OpenMediaVault
Bash (Bourne Again Shell) is undoubtedly the most popular Linux shell out there, no wonder it is the default shell
WebMail Lite is a web application that can be used to manage and download mails form your own local mail
In this tutorial we’ll learn how to install and configure Cacti network monitoring tool in the latest version of Debian
Installing updates for software packages or the kernel itself, is a highly recommended and beneficial task for system administrators; more
On CentOS/RHEL, you can either install packages individually or install multiple packages in a single operation in a group. Package
How can I see the content of a log file in real time in Linux? Well there are a lot