How To Install Docker On Ubuntu 20.04 LTS?

Docker is a platform that makes it easier to create, deploy, and use an application using containers. A container contains an application with all parts of it needed such as libraries and other dependencies, and ships it as one package. Instead of using dedicated resources like virtual machines, docker shares kernel, and other resources of … Read more

How to install Gradle on Ubuntu?

Gradle is a build tool used primarily for Java projects. It automates the tasks such as compilation, packaging to testing, deployment, and publishing in the software development process. Gradle combines the features of Apache Ant and Apache Maven. Instead of using XML-based project configuration which is used by Maven, Gradle uses Groovy & Kotlin based … Read more

How to install Python 3.x on Linux?

Python is one of the most popular, general-purpose programming language. It emphasizes more on code readability so its syntax is simple and easy to use. It is used widely for desktop or web app development and fields such as data analysis and visualization, AI, and machine learning. There are two major versions of python i.e. … Read more

How to Play Among Us on Linux?

LineageOS 14.1 for Xperia X Dual Nougat 7.1 ROM

Among Us on Linux is an online multiplayer social deduction game which is developed by Innersloth. Each player in the game is designated with a private role of either a “crewmate” or an “impostor.”  The game can take place on one of four maps: a spaceship called “The Skeld”, a headquarters building called “MIRA HQ”, … Read more

How To Install Android Studio on Ubuntu?

Android studio is the official IDE for android application development by Google. It is based on JetBrains’ IntelliJ IDEA software. Android studio has various features such as Gradle build , android specific refactoring and quick fixes, built-in for google cloud platform, etc. It also includes AVD (an emulator) to run and debug apps quickly. … Read more

How To Run A Docker Container In Linux?

Containerization is a process that encapsulates an application in a container with its own operating environment. It is a kind of lightweight alternative to full machine virtualization. The benefit of using the containers is that you can run the applications on any physical machine without worrying about dependencies. Ahead in this article, we will discuss … Read more

How to upgrade from Debian 10 to 11 using terminal?

Debian is one of the most popular Linux distributions which is composed of free and open-source software. It is developed under the Debian project with the of an open community of developers. Debian is known for its simplicity, stability, and strict commitment to opensource. The stable version of Debian is released after every two … Read more

How To Open and Extract RAR Files In Linux?

Like other archives, a RAR file is a data container that stores one or several files in compressed form. RAR is a proprietary file format which is developed by Eugene Roshal. It is a native file format for the WinRAR archiver. RAR file uses .rar file extension. It is frequently used on Windows OS. If … Read more

Flatpak: Install and use it on Ubuntu

Flatpak is a system for building, distributing, and running sandboxed desktop applications on a Linux system. It allows the developers to create a complete application package that includes all the required libraries and dependencies to run an application. Flatpak provides the complete environment to run an application on a Linux system. It is similar to … Read more

How to delete queued files in FileZilla?

Filezilla is a free, opensource, and cross-platform FTP application. It is widely used for transferring files from the local system to the remote server or ing files from remote to the local system. When you start transferring files using Filezilla those files are first gets queued and then start ing one by one. Now after … Read more

How To Install PyCharm in Ubuntu 20.04 LTS?

The PyCharm is a fully-featured IDE for python which is developed by JetBrains. PyCharm s many other programming languages such as HTML, CSS, Javascript, SQL, etc. The features of PyCharm can be extended using the plugins. It has built-in graphical debugger, integrated unit tester, and embedded version control system. PyCharm is released in two versions … Read more

How To Enable RPM Fusion Repository in Fedora, CentOS, RHEL?

RPM Fusion is a software repository that offers the installation of software packages that are not officially provided by Fedora, RHEL, or CentOS. The reason behind this could be licensing issues or country-specific software policies. This repository was created after merging the older repositories Livna, Dribble, and Freshrpms. The RPM Fusion provides .rpm packages that … Read more