Ubuntu 16.04 is xenial64/20161221.0.0/virtualbox/Vagrantfile
I heard that it is written in
In my case, I use Ubuntu 14.04 of trusty64, but it was not written in the vagrantfile.please tell me。By the way, I checked the Vagrantfile in the folder below.
ubuntu-VAGRANTSLASH-trusty64/20190429.0.1/virtualbox/Vagrantfile
User "ubuntu" does not appear to have a password.
vagrant@vagrant-ubuntu-trusty-64:~$sudo grepubuntu/etc/shadow
ubuntu:!:18153:0:99999:7:::
vagrant ssh
If you were asked for a password when executing the command, it is trying to log in with a "vagrant" user.In other words, the password for the "vagrant" user is required (not the "ubuntu" user).
The default password was "vagrant" (Note.
After logging in as a "vagrant" user, you can set a password for the "ubuntu" user by issuing the sudo passwdubuntu
command.
578 Understanding How to Configure Google API Key
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
914 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.