Sign in
Log inSign up
Rakesh Jain

136 likes

·

10.9K reads

10 comments

shivam kumar
shivam kumar
May 19, 2021

Feature name Microsoft-Hyper-V-Hypervisor is unknown . This is the message I got . So I have to firstly download hyper-v and then disable it ? . is it means I didnt require to disable Hyper-V(as it not available,I also cheak in Turn Windows features on or off section) ? Can I go directly installing virtual box?

1
·
·1 reply
Rudolf Pereira
Rudolf Pereira
Jun 17, 2021

if you ran it on PowerShell & got that message I think you can directly proceed with virtual box installation.

1
·
Abhishek
Abhishek
May 19, 2021

I had got an issue with timeout in the virtual machine while executing vagrant.exe up. Figuring out how to increase the timeout period.

·
Rudolf Pereira
Rudolf Pereira
Jun 17, 2021

Hi Rakesh, thank you for the course. Can you tell me where are you running the commands from? is that Git Bash for windows or another linux machine?

·
·2 replies
Rudolf Pereira
Rudolf Pereira
Jun 17, 2021
·
Rakesh Jain
Rakesh Jain
Author
·May 5, 2022

you got it right! Its Git Bash. Sorry for the delayed response.

·
Adebola Andrew Modongho
Adebola Andrew Modongho
Aug 5, 2021

I was told that using virtual box on my system will make it slow during android development with android studio

·
Venkatesh Konar
Venkatesh Konar
Nov 21, 2021

Hi, Rakesh first the blog is too good and the stepwise guide is simple to understand. my question is that whether it is mandatory to use vagrant to use Linux in a virtual box? also there are many easy ways to use Linux image in a Virtual box and use the Linux environment . Can you explain a little further?

·
·1 reply
Rakesh Jain
Rakesh Jain
Author
·May 5, 2022

Not mandatory at all! Vagrant makes your life easy by setting up multiple VMs at the same time. Vagrant gives you a single config file to set these up, enabling you to launch all of them with one command.

You can have Multi-VM Networks setup with ease.

It helps you keeping the dev and prod environments as close to each other as possible. In an ideal world, you would provision the production environment with THE SAME scripts used to provision the Vagrant VM, to avoid deployment time surprises.

Sorry for the delayed response.

·
Charan Kodela
Charan Kodela
Mar 15, 2023

what's the username and password for ubuntu 18.04.6 LTS. It didn't ask me for root username and password while installing.

·