How To Create A Shared Directory Between Host And Guest In KVM?

KVM or kernel-based virtual machine is a virtualization module of Linux kernel. It requires hardware with virtualization extensions such as Intel-VT or AMD-V to provide hardware-assisted virtualization. By using VirtIO it provides paravirtualization support for various operating systems such as Linux, FreeBSD, Windows, etc. While working on VMs sometimes you may need to use a … 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 Find IP Address From Domain Name In Linux/Unix?

Before we start running a command to find the IP addresses from the domain name. First, we will discuss briefly IP address and domain names. An IP address is a unique identifier that is assigned to each device connected to a computer network and uses Internet protocol for communication. A computer uses this address to … Read more