Articles by Dejan Panovski
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.

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.

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.

