How To Install Android Studio on Ubuntu 18.04 LTS (Bionic Beaver)

Android Studio – the first software that comes in mind of an app developer who is developing applications for Google’s Android operating system. It is the powerful and official IDE for Android app development, developed by Google, based on IntelliJ IDEA. Android Studio is a replacement for the Eclipse Android Development Tools (ADT) which was […]

How To Install VMware Workstation Pro 14 on Ubuntu 18.04 / 17.10 & Ubuntu 16.04

VMware Workstation is a virtualization software suite for x86 and x86-64 computers, from VMware. It allows users to run multiple x86 and x86-64 virtual machines (VMs) simultaneously in a single machine. Each virtual machine instance can execute its guest operating system, including Windows, Linux, BSD variants, and others. In simple terms, VMware Workstation allows one […]

How To Install And Set Up KVM On Ubuntu 18.04 LTS / Ubuntu 17.10

KVM is a hypervisor software which helps you run a multiple guest operating systems on a Linux machine with the help of hardware virtualization extensions. KVM supports the wide variety of guest operating system’s such as Linux, Windows, Solaris, Haiku, REACT OS and much more. You can manage virtual machines using the command line or […]

Linux Basics: 30 YUM Command Examples for Linux Package Management

Yellowdog Updater, Modified (yum) is an open source package-management utility in Redhat based operating system. Yum takes care of automatic installation of dependent packages during package installation, removal, and updates. Yum uses Redhat Package Manager (RPM) and can install software packages from yum repositories (collections of RPM packages), which can be accessed locally or over […]

How To Install VirtualBox on Debian 10 / Debian 9

VirtualBox is a free and open-source hypervisor software, allows you to create and run a guest operating system (“virtual machines”) such as Linux and Windows on top of the host operating system.VirtualBox supports both software-based and Hardware-assisted virtualization. VirtualBox can be installed on host operating systems, including Linux, Windows, Solaris, OpenSolaris, and OSx86. VirtualBox is […]