Introduction morgan is a Node.js and Express middleware to log HTTP requests and errors, and simplifies the process. In Node.js and Express, middleware is a function that has access to the:
Category: Programming
Programming
Script to fetch and show your GNU/Linux distro age in days
I’d like to share a quick and dirty script written in BASH which is supposed to fetch and show the age of your GNU/Linux distribution in days. I created it just for fun as I thought it would be nice to get this information from somewhere and place it for example in your conky, […]
How to install LAMP (Linux Apache MySQL and PHP) on CentOS 6 with phpMyAdmin and APC cache
In today’s article we will cover the steps on how to install the LAMP (Linux Apache MySQL and PHP) stack on a CentOS 6 based VPS.
A Cool Script To Backup Your MySQL / MariaDB Databases Using FTP
In this script an automatic FTP backup will pickup up your sql.tar.gz and upload the file to a remote FTP server running CentOS.