How to Install and Run Ubuntu on Windows 10 / 7 / XP – A Step By Step Guide

Initially it may sound crazy to you if you are beginner but there are ways you can run Windows and Ubuntu on the same machine. You can either run Ubuntu on a virtual machine using Virtualbox or you can install Ubuntu alongside Windows which is known as dual boot. I have shared the dual boot … 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

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

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