Articles by Dejan Panovski
How to Install Microsoft Edge Browser on Ubuntu 20.04
This article explains how to install the Microsoft Edge Browser web browser on Ubuntu 20.04.

How to Install Python 3.9 on Debian 10
In this article, we'll show you how to install Python 3.9 on Debian 10.

Python Tuples
This article will walk you through the basics of Python tuples. Tuples are similar to lists, with the main difference being that the lists are mutable while the tuples are immutable.

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

How to Split a String in Python
When working with strings, one of the everyday operations is to split a string into an array of substrings using a given delimiter.

How to Install PHP 8 on Ubuntu 20.04
This article will show you how to install PHP 8 on Ubuntu 20.04 and integrate it with Nginx and Apache.

How to Convert Integer into String in Python
In Python, we can convert integers and other data types to strings using the built-in str() function.

How to Install Flask on Ubuntu 20.04
In this article we'll discuss how to install Flask on Ubuntu 20.04 inside a Python virtual environment.

How to Install Python 3.9 on Ubuntu 20.04
In this article, we'll show you two ways to install Python 3.9 on Ubuntu 20.04.

How to Clear (Flush) the DNS Cache on Windows, MacOS, and Linux
This article provides instructions on how to flush your DNS cache on different operating systems and web browsers.

How to Install Nvidia Drivers on Ubuntu 20.04
This article describes how to install the proprietary Nvidia drivers on Ubuntu 20.04.

How to Undo Last Git Commit
In Git you can undo changes using the git reset command followed by the commit identifier.

Python while Loop
This tutorial covers the basics of while loops in Python. We'll also show you how to use the else clause and the break and continue statements.

Generate SSH Keys on Windows with PuTTYgen
This tutorial explains how to generate SSH keys on Windows with PuTTYgen. 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.

Install Odoo 14 on CentOS 8
This article explains how to install and deploy Odoo 14 inside a Python virtual environment on CentOS 8.

How to Set Up WireGuard VPN on Ubuntu 20.04
WireGuard is a modern VPN technology that utilizes state-of-the-art cryptography. In this article, we'll discuss how to set up a WireGuard VPN on Ubuntu 20.04.

How to Set Up a Firewall with UFW on Ubuntu 20.04
This article describes how to use the UFW tool to configure and manage a firewall on Ubuntu 20.04. UFW is a user-friendly front-end for managing iptables firewall rules.

How to Install and Configure Squid Proxy on Ubuntu 20.04
This tutorial explains how to set up a Squid Proxy on Ubuntu 20.04 and configure Firefox and Google Chrome web browsers to use it.

How to Install Raspbian on Raspberry Pi
The Raspberry Pi is the most popular single-board computer of all times. In this tutorial we will show you how to format the SD card, flash the Raspbian image and boot up the Raspberry Pi.

How to Install Odoo 14 on Ubuntu 20.04
This article explains how to install and deploy Odoo 14 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.

