You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
set a ubuntu password if you don't already have one set
passwd ubuntu
log out and log back in to make sure the .bashrc settings take effect
This only goes for LXD/LXC instances. If you ran lxc exec name /bin/bash
you really don't have a standard TTY. You should ifconfig and get the
ip of the server and ssh into it. ssh ubuntu@ipAddress. This way
vim will load full screen.