–> Ugly but okay in a development virtual machine
Launch the command “sudo visudo” in a terminal.
Add at the end :
student ALL=(ALL) NOPASSWD: ALL
And student will have no password prompt when using sudo
–> Ugly but okay in a development virtual machine
Launch the command “sudo visudo” in a terminal.
Add at the end :
student ALL=(ALL) NOPASSWD: ALL
And student will have no password prompt when using sudo
→ Ugly but okay in a development virtual machine…
Add “– – autologin root” at the end of /etc/init/tty1.conf
It will auto-log you as root for the first console. For the others, do the same with /etc/init/tty[1-5].conf
You can autolog as “student” by replacing root by student. It’s a little safer … but still ugly.