What are Ubuntu repositories
Software for Linux, like Ubuntu, is available in many formats: DEB packages, AppImage, Flatpak Snap… There are so many formats available that even Linus Torvalds has complained that he (more…)
Software for Linux, like Ubuntu, is available in many formats: DEB packages, AppImage, Flatpak Snap… There are so many formats available that even Linus Torvalds has complained that he (more…)
Updated on 5/5/2022 – Have you ever encountered a situation in which you were unable to download any package on your Linux machine ? Or you might have probably seen an error like package not installed? This kind of error can (more…)
PIP is a utility that manages software packages such as libraries and dependencies for the development modules of Python. In this short tutorial, you will learn how to install pip on Ubuntu 18.04 or 20.04. (more…)
Ubuntu and Linux mint are two of the best and popular Linux distributions available in the market. They both have some advantages over each other. Ubuntu is based on Debian and Linux Mint is based on Ubuntu. (more…)
In this short tutorial, you will discover three ways to update NodeJs on Ubuntu 18.04 and 20.04. (more…)
When a Linux system has an out-of-memory error or runs out of RAM, .i.e. can no longer store data in the virtual memory, it will temporarily use swap space in order to increase the size of the virtual memory available. (more…)
In this short tutorial, you will learn how to send one-liner emails using sSMTP from your Linux Ubuntu/Debian terminal. But why on earth would we want to send Emails from the terminal ? (more…)
Today there are many Twitter clients available for Ubuntu, but if you are someone who prefers to use a CLI to view and share tweets from Ubuntu , this article is for you. (more…)
Node.js is an an open source JavaScript development platform for general purpose programming that enables users to build applications that need a persistent connection from the client (more…)
Startup applications are the programs that are launched automatically when Ubuntu boots up. Sometimes you want to make an application start after you log in to the system, like for instance (more…)