How To Install LEMP Stack on Ubuntu 16.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack. It is widely used tech stack to host websites and blogs. This tutorial shows you how to install Nginx with PHP support (through PHP-FPM) and MySQL support on Ubuntu 16.04. Install LEMP Stack Install Nginx Download signing key from the official website. wget http://nginx.org/keys/nginx_signing.key Add […]

How To Install Puppet 6.x On Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

When you think of a configuration management tool, the one pop up in your mind is Puppet. Puppet is an open source configuration management tool, helps you to deploy and manage the configurations of hundreds of client systems from the central location. Puppet makes the system admin’s life easier by cutting down on time spending […]

How’s Your Disaster Recovery Plan? 5 Things To Consider

What if the worst were to happen to your business? It isn’t nice to contemplate, but it’s something we should all consider. Whether a man-made disaster in the shape of a criminal attack or a natural disaster such as a flood or earthquake, such events can be pretty traumatic. It’s at times like these when we can ill-afford […]

How to Install VNC on Ubuntu 16.04

Install VNC on Ubuntu 16.04 As you know, VNC  is a protocol that allows sharing the desktop and controlled remotely over the internet. This simple guide helps you to install VNC on Ubuntu 16.04 machines. Before installing the VNC server, let us install Xfce desktop. $ sudo apt-get update $ sudo apt-get install xfce4 xfce4-* Install the VNC server using the […]

How To Install Cockpit on Ubuntu 16.04 LTS

Cockpit is a free software which provides a web-based interface for the system admin to perform tasks, such as starting containers, storage management, network configuration, inspecting logs and so on. Cockpit is released under the LGPL v2.1+; it is available for Debian, Redhat, CentOS, Atomic, Arch Linux, and Ubuntu. This guide focuses on installing Cockpit on […]