How To Install And Use Docker In Ubuntu/Linux Mint?

Unlike the Virtual Machine in Linux which uses all the resources of the host machine, 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. … Read more

What Is PPA And How To Add Or Remove It In Ubuntu Using Command Line?

In the context of the Linux operating system, PPA stands for “personal package archive”. By using PPA anyone can distribute software packages and update directly to the Ubuntu users. PPA makes it easy to add and remove software packages that are not available in apt repositories. PPA allows one to upload Ubuntu source packages to … Read more

How To Install and Configure Z Shell (zsh) in Ubuntu/Linux Mint?

In a Unix based operating system, a shell is a program that interprets the command and acts as an intermediary between user and kernel. bash, ksh, zsh are some examples of Unix shell. Different shells come with different features and capabilities anyone can install and use them. In this article, we will see to install … 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 support, android specific refactoring and quick fixes, built-in support for google cloud platform, etc. It also includes AVD (an emulator) to run and debug apps quickly. … Read more

Exit mobile version