Articles by Dejan Panovski
How to Install Nagios on Ubuntu 20.04
Nagios is a popular open-source monitoring system. This article explains how to install Nagios on Ubuntu 20.04.

How to Set Up SSH Keys on Ubuntu 20.04
This article explains how to generate SSH keys on Ubuntu 20.04 systems. We'll also show you how to set up an SSH key-based authentication and connect to remote Linux servers without entering a password.

How to Install Apache Cassandra on CentOS 8
This article explains how to install Apache Cassandra on CentOS 8. Apache Cassandra is a free and open-source NoSQL database with no single point of failure.

Secure Nginx with Let's Encrypt on Ubuntu 20.04
This tutorial explains how to install a free Let's Encrypt SSL certificate on Ubuntu 20.04 running Nginx as a web server. We’ll also show how to configure Nginx to use the SSL certificate and enable HTTP/2.

Secure Nginx with Let's Encrypt on Debian 10 Linux
This tutorial shows how to install a free Let's Encrypt SSL certificate on Debian 10, Buster running Nginx as a web server. We’ll also show how to configure Nginx to use the SSL certificate and enable HTTP/2.

How to Install Jenkins on Ubuntu 20.04
This article explains how to install Jenkins on Ubuntu 20.04. Jenkins is an open-source automation server that can be used to easily set up continuous integration and continuous delivery (CI/CD) pipelines.

How to Install Memcached on Ubuntu 20.04
This article shows how to install and configure Memcached on Ubuntu 20.04. Memcached is a free and open-source high-performance in-memory key-value data store.

Python map() Function
The Python's map() function takes an iterable object, along with a function, and applies that function to each element in the iterable.

How to Install Gradle on Ubuntu 20.04
In this tutorial we will show you how to install Gradle on Ubuntu 20.04. We'll download the latest release of Gradle from their official website.

How To Set Up Nginx Server Blocks on Ubuntu 20.04
This article describes how to set up Nginx server blocks on Ubuntu 20.04. A server block is an Nginx directive that defines settings for a specific domain, allowing you to run more than one website on a single server.

Secure Apache with Let's Encrypt on Ubuntu 20.04
In this tutorial, we'll provide a step by step instructions about how to secure your Apache with Let's Encrypt using the certbot tool on Ubuntu 20.04.

How to Install Steam on Ubuntu 20.04
Steam is a cross-platform entertainment platform developed by Valve Corporation for purchasing and playing video games. This article explains how to install the Steam client on Ubuntu 20.04.

How to Install MongoDB on Ubuntu 18.04
MongoDB is a free and open-source document database. In this tutorial, we will cover the process of installing and configuring the latest version of MongoDB Community Edition on Ubuntu 18.04.

How to Install OpenCV on Ubuntu 20.04
This article describes how to install OpenCV on Ubuntu 20.04. OpenCV is an open-source computer vision library with bindings for C++, Python, and Java.

How to Install Elasticsearch on Ubuntu 20.04
This guide explains how to install Elasticsearch on Ubuntu 20.04. Elasticsearch is an open-source distributed full-text search and analytics engine.

How to Install Kvm on Ubuntu 20.04
KVM (Kernel-based Virtual Machine) is an open-source virtualization technology built into the Linux kernel. This guide provides instructions on how to install and configure KVM on Ubuntu 20.04 desktop.

How to Install TensorFlow on Ubuntu 20.04
TensorFlow is a free and open-source platform for machine learning built by Google. This tutorial explains how to install TensorFlow in a Python virtual environment on Ubuntu 20.04.

How to Comment in Python
This article covers the basics of writing comments in Python. A comment is a human-readable explanation or annotation that are used to explain the code.

How to Install and Use Curl on Ubuntu 20.04
This article explains how to install curl on Ubuntu 20.04. Curl is a command-line utility for transferring data from or to a remote server.

How to Install TeamViewer on Ubuntu 20.04
This article describes how to install TeamViewer on Ubuntu 20.04. TeamViewer is a cross-platform solution that is used for remote control, web conferencing, desktop sharing, and file transfer between computers.

