How To Install MongoDB on CentOS

MongoDB is a general-purpose, distributed, document-based database built for modern app developers and the cloud era. It is the leading NoSQL database most commonly used in modern web applications. This article will describe how to install this Database on a Linux distribution such as CentOS. The guide focuses on the […]

How To Install TermRecord on Debian 9

TermRecord is a special tool that was written in Python. It is very simple and open source tool, which allows you to save all terminal sessions in an easy-to-use, stand-alone HTML file. Before installation, you should to update the package list and upgrade all of your system software to the […]

How To Install Rkhunter on Ubuntu

Rkhunter is a program that finds rootkits on a Linux server. Rootkits are installed by hackers to always have access to the server. In this document, you can see how to prevent the use of rkhunter rootkits in Ubuntu. To begin installing Rkhunter, you must first install some prerequisites, including […]

How To Install Netdata on Debian 9

Netdata is a distributed real-time monitoring system for server uptime and performance. This guide focuses on operating systems such as Debian 9 Installing dependencies First of all, in order to install Netdata, you need to install the following dependencies. You must enter the following into the command line: Installing Netdata […]

How To Install Polr on Ubuntu 18.04

Polr is a free open source link shortening tool written in PHP and Lumen. This allows you to quickly host your own URL shortener. Its important features include dashboard, detailed link analytics and API. This guide will walk you through the process of installing Polr on CentOS 8. Install Apache […]

How to Install Spotify on Ubuntu 20.04

Spotify is a digital music streaming service that gives you instant access to millions of songs, from old classics to newest hits. This article shows two ways to install Spotify on Ubuntu 20.04. Spotify can be installed as a Snap package in the Snapcraft repository, or as a deb package […]

How To Configurate SSL Certificate On my cPanel

After successfully installing the ssl certificate Let’s Encrypt, you need to download the files located in the “ZIP” folder. This folder must be unpacked. You can order the New SSL Certificate Let’s Encrypt by chicking in the link:  https://hostry.com/solutions/ssl-for-free/ You need to open the folder with the files needed to install […]

How To Configurate SSL Certificate on Nginx

After successfully installing the SSL certificate Let’s Encrypt, you need to download the files located in the “ZIP” folder. This folder must be unpacked. You can order the New SSL Certificate Let’s Encrypt by chicking in the link:  https://hostry.com/solutions/ssl-for-free/ Then, issuing the certificate you will need to configure Nginx . You must save […]

How To Configurate SSL Certificate on Apache2

After successfully installing the ssl certificate Let’s Encrypt, you need to download the files located in the “ZIP” folder. This folder must be unpacked. You can order the New SSL Certificate Let’s Encrypt by chicking in the link:  https://hostry.com/solutions/ssl-for-free/ You need to open the folder with the files needed to install […]

Configuring Automatic Kernel Updates on Linux

Applying security updates to the Linux kernel is a process that can be done using tools like apt, yum, or kexec. In case of a large number of servers, this process can be difficult and time-consuming. A system reboot is required to manually update the kernel. For organizations with more […]