How To Install Docker on Debian 9

  Docker is a free and open-source containerization software that helps to deploy, run applications in a container. The containers are similar to a virtual machine but consume fewer resources, easy to manage and can run anywhere regardless of the operating environment it is running in. Docker uses cgroups and namespace to allow the independent […]

Install LibreNMS on CentOS 7 / Ubuntu 16.04 – A Network and Server Monitoring Tool

LibreNMS is an open source auto-discovering network monitoring tool for servers and network hardware. It supports a wide range of network hardware like Cisco, Juniper, Brocade, Foundry, HP and operating systems including Linux and Windows. LibraNMS is a community-based fork of Network monitoring tool “Observium“, released under GPLv3. LibreNMS can discover your entire network using […]

How to Unlock Windows 7 Laptop without Reset Disk

Microsoft and other computer experts have always recommended to password-protect your computer so that no stranger or hackers can access your computer without your authentic permission. And surely, we use very secure passwords these days mixed with letters and numbers and special characters making it extremely harder to crack. So, if you regularly change your […]

How to install and use Monit on Debian 9 / Ubuntu 16.04

Monit is an open source proactive monitoring tool for Linux operating system which helps you to monitor system process using the web browser and also whenever requires it automatically do the maintenance or repair of a particular process (i.e., restarting the service) in such a way that it can be brought back online. Monit can […]

How To Install Jenkins on Debian 10 / Debian 9

Jenkins is an open-source automation server; in other words, a continuous integration tool written in Java that helps to automate the repetitive tasks involved in the software development process. Repetitive tasks could be like software build, testing, and deployments. Jenkins project was forked from the Oracle Hudson project after a dispute in early 2011, but, […]