ppy-opencv-vagrant icon indicating copy to clipboard operation
ppy-opencv-vagrant copied to clipboard

Login details

Open ashewring opened this issue 11 years ago • 5 comments

How do I log in to the Ubuntu VM once it is installed?

ashewring avatar Nov 30 '14 04:11 ashewring

You can run the following command in the folder where the Vagrant file is:

vagrant up
vagrant ssh

razius avatar Nov 30 '14 20:11 razius

I've added a desktop to the VM. What are the vagrant and root login details? Edmund

edmundronald avatar Feb 28 '15 00:02 edmundronald

I think you can use:

username: vagrant
password: vagrant

razius avatar Mar 01 '15 16:03 razius

I think that doesn't work

what I did in the end was ssh in and "adduser" a new user.

a minor but classic irritant I think for all these setups is that without main root access you cannot easily setup the default desktop keyboard for the whole system. Or maybe you can but not as a beginner.

I got X to work with my Mac by adding these lines to the vagrantfile. config.ssh.forward_agent = true config.ssh.forward_x11 = true

I cannot get openCV compilation of C++ programs to work yet.

Edmund

edmundronald avatar Mar 01 '15 18:03 edmundronald

You can follow this guide to add another user AND to grant him/her the root access: https://www.liquidweb.com/kb/how-to-add-a-user-and-grant-root-privileges-on-ubuntu-14-04/

hedoluna avatar Feb 19 '18 23:02 hedoluna