Many times systems faced low memory issues of Linux systems running a while. The reason is that Linux uses so much memory for disk cache is ...

Wow Easy For Beginner
Many times systems faced low memory issues of Linux systems running a while. The reason is that Linux uses so much memory for disk cache is ...
What's HHVM? HHVM is an open-source virtual machine designed for executing programs written in Hack and PHP . HHVM uses a just-in-tim...
I'm rather new to the entire Linux shell scripting world. After a brief look into BASH (Bourne-Again Shell), the default shell used in ...
I was working on a Nagios check the other day, which was looping over a number of items and assessing their status. I found that the check ...
#!/bin/sh show_menu(){ NORMAL=`echo "\033[m"` MENU=`echo "\033[36m"` #Blue NUMBER=`echo "\033[33m"...