Articles by Dejan Panovski
How to Install Java on Ubuntu 20.04
In this guide, we will describe how to install Java on Ubuntu 20.04. The default Ubuntu 20.04 repositories include two OpenJDK packages, Java Runtime Environment (JRE) and Java Development Kit (JDK).

How to Install Google Chrome Web Browser on Ubuntu 20.04
Google Chrome is the most widely used web browser in the world. It is fast, easy to use and secure browser built for the modern web. This article explains how to install the Google Chrome web browser on Ubuntu 20.04.

How to Upgrade to Ubuntu 20.04
Ubuntu 20.04 LTS (Focal Fossa) was released on April 23, 2020, and it will be supported for five years. This tutorial explains how to upgrade to Ubuntu 20.04 LTS from Ubuntu 18.04 or Ubuntu 19.10."

How to Set Up SSH Keys on CentOS 8
This article describes how to generate SSH keys on CentOS 8 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 VirtualBox Guest Additions on CentOS 8
This article explains how to install VirtualBox Guest Additions on CentOS 8 guests.

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

How to Install TeamViewer on Debian 10
TeamViewer is a cross-platform application that can be used for remote control, desktop sharing, online meetings, and file transfer between computers. This tutorial explains how to install TeamViewer on Debian 10, Buster.

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

How to Set Up a Firewall with UFW on Debian 10
This article describes how to set up a firewall with UFW on Debian 10. UFW (Uncomplicated Firewall) is a user-friendly front-end for managing iptables firewall rules.

How to Install Mono on Debian 10
This article provides information on how to install Mono on Debian 10. Mono is a free and open-source implementation of Microsoft's .NET framework.

How to Install and Use Wine on Ubuntu 18.04
Wine is an open-source compatibility layer that allows you to run Windows applications on Unix-like operating systems such as Linux, FreeBSD, and macOS. This tutorial explains how to install Wine 3.0 and 5.0 on Ubuntu 18.04.

How to Install Visual Studio Code on Debian 10
Visual Studio Code is a free and open-source cross-platform code editor developed by Microsoft. This tutorial describes how to install Visual Studio Code editor on Debian 10, Buster.

How to Add and Delete Users on CentOS 8
One of the first tasks when provisioning a new Linux server is adding and removing users. This article explain how to add and remove users on CentOS 8 systems.

How to Add and Delete Users on Debian 9
Knowing how to add and remove users is one of the basic skills a Linux user should know. In this tutorial, we will show you how to add and remove users on Debian 9.

How to Add and Delete Users on CentOS 7
Knowing how to add and remove users is one of the basic skills a Linux user should know. In this tutorial, we will explain how to add and remove users on CentOS 7 systems.

How to Add and Delete Users on Ubuntu 18.04
Knowing how to add and remove users is one of the basic skills a Linux user should know. In this tutorial, we will show you how to add and remove users on Ubuntu 18.04.

How to Install Skype on Debian 10
In this tutorial, we will explain how to install Skype on Debian 10. Skype is one of the most popular communication applications in the world.

How to Install Gradle on CentOS 8
This article explains how to install Gradle on CentOS 8. Gradle is a powerful and flexible build tool used primarily for Java projects.

How to Install Tor Browser on Ubuntu 18.04
Tor Browser routes your web traffic through the Tor network, making it private and anonymous. In this tutorial, we’ll explain how to install Tor web browser on Ubuntu 18.04.

Python Lists
This article goes through the Python lists. We'll show you how to create a list, slice and sort a list, add or remove elements from a list and so on.

