How to Install Python Anaconda 5 on Arch Linux 2017
It can be quite time-consuming to compile all the hundreds of Python modules for your tools for each and every OS environment. Instead, you can use a unified special Python distribution, like Anaconda....
View ArticleHow to Install Nginx Amplify Agent on CentOS 7
Nginx Amplify Agent is a powerful Nginx monitoring tool written in Python. Its role is to collect various metrics and metadata and send them securely to the backend for storage and visualization. After...
View ArticleHow to Install Cabot Monitoring Tool using Docker
Cabot is an open-source, self-hosted monitoring platform written in Python that provides you with some of the best features of PagerDuty, Server Density, Pingdom and Nagios. It provides a web interface...
View ArticleHow to Install LAMP Stack on Fedora 27
A "LAMP" stack is a group of free softwares that is typically installed together to enable a server to host dynamic websites and web application. This term is actually an acronym which represents the...
View ArticleHow to Install Icinga 2 and Icinga Web 2 on Debian 9.3
Icinga 2 is an open source monitoring system which is highly scalable and extensible. It can monitor large, complex environments across multiple locations. It checks the availability of your network...
View ArticleTlog - A Tool to Record / Play Terminal IO and Sessions
Tlog is a terminal I/O recording and playback package for Linux Distros. It's suitable for implementing centralized user session recording. It logs everything that passes through as JSON messages. The...
View ArticleHow to Install DenyHosts on Centos 7
DenyHosts is an open source software developed in Python language by Phil Schwartz. It is mainly designed to monitor and analyze SSH server logs for invalid login attempts, dictionary-based attacks,...
View ArticleHow to Install PowerShell on Linux Distributions
PowerShell is a task automation and configuration management system developed by Microsoft. It’s includes a commandline shell and a framework for processing cmdlets. Inaddition, it's a very powerful...
View ArticleHow to Upgrade Docker on Fedora / CentOS
Docker is an open source platform for developing, shipping, and running applications. Docker v17.12 is the latest stable release as of writing this article. It provides the ability to package and run...
View ArticleHow to Split Large Text File into Smaller Files in Linux
Linux has several utilities for breaking down large files into small files. Split and csplit are two of the popular commands which are used for this purpose. These utilities will help to break down big...
View ArticleHow to Install LAMP Stack on Ubuntu 18.04
In this article, I'll explain how to install LAMP stack with WordPress on our latest Ubuntu 18.04 server. LAMP stands for Linux-Apache-MySQL-PHP. It's a group of free software which can be installed...
View ArticleHow to Install Splunk on Ubuntu 18.04
In this article, I'll explain how to install latest Splunk in on Ubuntu 18.04 server. Splunk is aimed to process the data to make it useful for the user without manipulating the original data. It is...
View ArticleHow to Install PhpMyAdmin with LAMP on Ubuntu 18.04
PhpMyAdmin is a LAMP application particularly meant for MySQL server administration. It is an application built on PHP and can be easily accessed through the web browser. In short, it provides a...
View ArticleHow to Install Let's Encrypt SSL Certificates on Ubuntu 18.04
Certbot is a user-friendly automatic client that fetches and deploys SSL/TLS certificates for your web server. It is an EFF's tool which is used to obtain certs from Let's Encrypt and auto-enable HTTPS...
View ArticleHow to Install CHKROOTKIT on Ubuntu 18.04/Centos 7
In this article, I'll explain how to install chkrootkit on our latest Ubuntu 18.04 and CentOS 7 systems. The chkrootkit is a common security scanner which helps the administrators to search the local...
View ArticleHow to Install Zabbix and Add Remote Hosts on Ubuntu 18.04
Zabbix is designed to monitor server performance, availability of a server, network devices, and other network components. We can easily keep track of any applications, systems and network devices...
View ArticleMkcert - Create SSL Certificates for Local Development on Linux
In this article, I'll explain how to install mkcert, a zero-config tool on our latest Ubuntu system. Mkcert is a simple tool which can be used in making locally trusted certificates. It doesn't require...
View ArticleHow to Create Self-Signed SSL Certificate for Nginx on Ubuntu 18.04
In this article, I'll explain how to create a Self-Signed SSL certificate on an Ubuntu 18.04 server with Nginx Web server. SSL stands for "Secure Sockets Layer", which is the standard security...
View ArticleHow to Install XWiki on Ubuntu 18.04
XWiki is a free and opensource advanced Wiki Software which is written in Java. It runs on servlet containers like JBoss, Tomcat etc. It uses a database such as MySQL or PostgreSQL to store its...
View ArticleHow to Install and Configure OpenNMS on Ubuntu 18.04
In this article, I'll explain a simple method to install and configure OpenNMS on our Ubuntu 18.04 systems. OpenNMS is a highly integrated, open-source, and enterprise-grade network management system...
View Article