How to run Python on Ubuntu 20.04
Most Linux distros have Python already installed by default. To check this, open up your terminal and type in python3.6. You will notice that the prompt will change. (more…)
Most Linux distros have Python already installed by default. To check this, open up your terminal and type in python3.6. You will notice that the prompt will change. (more…)
MongoDB is an open source document-oriented database system based on NoSQL technology. It is compatible with the development of modern web applications. (more…)
Youtube, Facebook, twitter and most web hosting providers are using MySQL. As an open source freely available (RDBMS) Relational Database Management System, MySQL is an (more…)
Docker is an open source application similar to a virtual machine. It is used to simplify the process of automation of applications deployment with its runtime dependencies within Linux (more…)
Developers nowadays are using Git to help them control and manage their ever changing source code versions as well as to keep track of potential code changes. Git enables developers and (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…)
GNOME shell extensions are used to enhance the GNOME desktop experience. It is the best way to tweak GNOME. There is a whole bunch of shell extensions available for free download. OpenWeather, GNO-menu, (more…)
TeamViewer is one of the most popular application for controlling other PCs remotely. As a free tech support software, TeamViewer is widely used by IT professionals and individuals. Additionally, it supports video (more…)
Arch Linux is made for those who want to experience core Linux. It comes with base minimal system files for basic functioning allowing users to configure their own operating systems. Arch Linux comes with its (more…)
AppImage is a file format used for binary application distribution. It is meant to be a simple format that is easy to comprehend, create, remove and manage. Indeed, AppImage based software packages are (more…)