Debian

WireGuard VPN on Ubuntu 20.04 – Setup & Deployment

WireGuard is a modern VPN (Virtual Private Network) technology that utilizes state-of-the-art cryptography. Compared to other popular VPN solutions, such… Read More

3 years ago

How to Install Deb Files (Packages) on Ubuntu

Deb is the installation package format used by all Debian based distributions. The Ubuntu repositories contain thousands of deb packages… Read More

3 years ago

How to Add User to Sudoers in Ubuntu

sudo is a command-line program that allows trusted users to execute commands as root or another user. In this article… Read More

3 years ago

How to Install Docker on Ubuntu 20.04

Docker is an open-source containerization platform that allows you to quickly build, test, and deploy applications as portable containers that… Read More

3 years ago

How To Add Apt Repository In Ubuntu

When installing packages using the Ubuntu Software Center or the command line utilities such as apt or apt-get the packages… Read More

3 years ago

How to Install OpenCV on Ubuntu 20.04

OpenCV(Open Source Computer Vision Library) is an open-source computer vision library with bindings for C++, Python, and Java and supports… Read More

3 years ago

How to Find the Length of a List in Python

Lists are one of the most commonly used data types in Python and are used to store collections of items… Read More

3 years ago

How to Install Python 3.9 on Ubuntu 20.04

Python is one of the world’s most popular programming languages. It is a versatile language used to build all kinds… Read More

3 years ago

How to Install Flask on Ubuntu 20.04

Flask is a free and open-source micro web framework for Python designed to help developers build secure, scalable, and maintainable… Read More

3 years ago

Learn to Install Odoo 14 on Ubuntu 20.04 Linux

Odoo is a popular open-source suite of business apps that help companies to manage and run their business. It includes… Read More

4 years ago