Articles by Dejan Panovski
How to Install Python Pip on Ubuntu 22.04
This guide explains how to install pip for Python 3 and Python 2 on Ubuntu 22.04. Pip is a package manager for Python used to install, upgrade, configure and manage project dependencies.

How to Upgrade to Ubuntu 22.04
Ubuntu 22.04 LTS (Jammy Jellyfish) was released on April 21, 2022, and it will be supported for five years. This tutorial explains how to upgrade to Ubuntu 22.04 LTS from Ubuntu 20.04 or Ubuntu 21.10."

How to Install Odoo 15 on Ubuntu 20.04
This article explains how to install and deploy Odoo 15 inside a Python virtual environment on Ubuntu 20.04. Odoo is a popular open-source suite of business apps that help companies to manage and run their business.

How to Install Ruby on Ubuntu 20.04
In this tutorial we will show you three different ways to install Ruby on Ubuntu 20.04. Ruby is one of the most popular programming languages today.

How to Install Plex Media Server on Ubuntu 20.04
This article explains how to install Plex Media Server on Ubuntu 20.04.

How to Install Gitea on Ubuntu 20.04
Gitea is is a fast and easy to use self-hosted git server written in Go. This article explains how to install and configure Gitea on Ubuntu 20.04.

How to Install and Configure an NFS Server on Ubuntu 20.04
This article explains how to set up an NFSv4 Server on Ubuntu 20.04. We'll also show you how to mount an NFS file system on the client machine.

How to Install and Configure VNC on Ubuntu 20.04
This article explains how to install and configure a VNC server on Ubuntu 20.04. We'll also show you how to securely connect to the VNC server through an SSH tunnel.

How to Set Up WireGuard VPN on Debian 10
This article explains how to install and configure WireGuard on Debian 10 that will act as a VPN server.

How to Install Asterisk on Ubuntu 20.04
This tutorial explains how to install Asterisk on Ubuntu 20.04. Asterisk is a popular open-source PBX platform.

Install and Configure Fail2ban on Debian 10
This article explains how to install and configure Fail2ban on Debian 10. Fail2ban is a tool that helps protect your Linux machine from brute-force and other automated attacks.

How to Setup FTP Server with VSFTPD on Ubuntu 20.04
This article describes how to install and configure an FTP server on Ubuntu 20.04 that you use to share files between your devices.

How to Create Bootable Linux USB Drive
This tutorial will take you through the steps necessary to create a bootable Linux USB stick on Windows, macOS and Linux machines.

How to Create Bootable CentOS USB Stick on Linux
This tutorial explains how to create a bootable CentOS USB stick from the Linux terminal.

How to Create Bootable Ubuntu USB Stick on Linux
In this tutorial, we will show you how to create a bootable Ubuntu USB stick from the Linux terminal.

How to Create Bootable CentOS USB Stick on Windows
This tutorial will walk you through the process of creating a bootable CentOS USB stick on Windows.

How to Create Bootable Ubuntu USB Stick on Windows
This tutorial will walk you through the process of creating a bootable Ubuntu USB stick on Windows.

Python For Loop
The for loop in Python iterates over the items of a sequence and repeatedly executes a block of statements.

How to Install VMware Workstation Player on Ubuntu 20.04
This article describes how to install VMware Workstation Player on Ubuntu 20.04.

How to Install and Use Wine on Ubuntu 20.04
This article describes how to install Wine on Ubuntu 20.04. Wine is an open-source compatibility layer that allows you to run Windows applications on Unix-like operating systems.

