Articles by Dejan Panovski
How to Install Vagrant on Debian 9
Vagrant is an open-source command-line tool for building and managing virtual machine environments. This tutorial explains how to install Vagrant on a Debian 9 machine.

How to Install Vagrant on CentOS 7
Vagrant is an open-source command line-tool for building and managing virtual machine environments. In this tutorial we will walk you through installing Vagrant on CentOS 7 systems.

How to Install Vagrant on Ubuntu 18.04
In this tutorial we'll show you how to install Vagrant on an Ubuntu 18.04 machine. Vagrant is a command-line tool for building and managing virtual machine environments.

How to Install Apache Cassandra on Debian 10 Linux
Apache Cassandra is a free and open-source NoSQL database with no single point of failure. In this article we will explain how to install Apache Cassandra on Debian 10, Buster

How to Install CouchDB on CentOS 8
Apache CouchDB is a free and open-source NoSQL database developed by the Apache Software Foundation. In this article, we will cover the installation of CouchDB on CentOS 8.

How to Install and Use FFmpeg on Ubuntu 18.04
FFmpeg is a free and open-source command-line tool for transcoding multimedia files. In this tutorial we will show you how to install FFmpeg on Ubuntu 18.04.

How to Install Yarn on CentOS 8
This tutorial will guide you through the installation of Yarn on CentOS 8. We will also cover the basics of how to use Yarn to create a new project and add/remove dependencies.

How to Install Jenkins on Debian 10 Linux
In this tutorial, we will cover how to install Jenkins on a Debian 10, Buster from the official Jenkins repository.

How to Set Up SSH Keys on Debian 9
In this tutorial, we will describe how to generate SSH keys on Debian 9 systems. We will also show you how to setup an SSH key-based authentication and connect to your remote Linux servers without entering a password.

How to Set Up SSH Keys on CentOS 7
This tutorial explains how to generate SSH keys on CentOS 7 systems. We will also show you how to set up an SSH key-based authentication and connect to your remote Linux servers without entering a password.

How to Set Up SSH Keys on Ubuntu 18.04
In this tutorial, we will walk through how to generate SSH keys on Ubuntu 18.04 machines. We will also show you how to set up an SSH key-based authentication and connect to your remote Linux servers without entering a password.

How to Install and Use Docker Compose on Debian 10 Linux
Docker Compose is a tool that allows you to define and orchestrate multi-container Docker applications. This tutorial explains how to install Docker Compose on Debian 10, Buster.

How to Install RPM Files (Packages) on CentOS Linux
Rpm is an installation package format for RHEL-based distributions such as CentOS and Fedora. In this tutorial, we will explain how to install rpm files on CentOS.

Secure Nginx with Let's Encrypt on CentOS 8
In this tutorial, we'll provide a step by step instructions about how to install a free Let's Encrypt SSL certificate on CentOS 8 running Nginx as a web server. We’ll also show how to configure Nginx to use the SSL certificate and enable HTTP/2.

Python String Replace
In this article, we will talk about how to replace a substring inside a string in Python, using the replace() method.

Install Odoo 13 on CentOS 8
Odoo is the most popular all-in-one business software in the world. In this tutorial, we’ll show you how to install Odoo 13 from source inside a Python virtual environment on a CentOS 8 machine.

How to Install PrestaShop on Ubuntu 18.04
PrestaShop is a free and open-source e-commerce platform. It is based on PHP and MySQL and can be extended with free and premium plugins and themes. In this tutorial, we will show you how to install PrestaShop on Ubuntu 18.04 server.

How to Install MariaDB on CentOS 8
In this tutorial, we will explain how to install and secure MariaDB 10.3 on CentOS 8. MariaDB is an open-source relational database management system, backward compatible, binary drop-in replacement of MySQL.

How to Install MongoDB on Debian 10 Linux
In this tutorial, we will explain how to install and configure the latest version of MongoDB Community Edition on Debian 10 Buster. MongoDB is a free and open-source document database.

How to Add Swap Space on CentOS 8
Swap is a space on a disk that is used when the amount of physical RAM memory is full. This article covers the steps for adding a swap file on CentOS 8 systems.

