Linux

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

How to install FREE Let’s Encrypt SSL Certificate on Ubuntu 20.04

Let’s Encrypt issues free certificate to secure websites. Without SSL certificate, browsers show your website unsecured. Let's Encrypt is a… Read More

4 years ago

Bash break and continue

Loops allow you to run one or more commands multiple times until a certain condition is met. However, sometimes you… Read More

4 years ago

Create and List Local and Remote Git Branches

Branches are part of the software development process and one of the most powerful features in Git. Branches are essentially… Read More

4 years ago

Uname Command in Linux

Uname command in Linux will be covered in this tutorial. uname is a command-line utility that prints basic information about… Read More

4 years ago