Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Created March 16, 2015 17:02
Show Gist options
  • Save bgadrian/dc169afb90c5c0161136 to your computer and use it in GitHub Desktop.
Save bgadrian/dc169afb90c5c0161136 to your computer and use it in GitHub Desktop.
Auto login in ubuntu
//thanks http://nixgeeks.com/how-to-enable-automatic-login-in-ubuntu-server/
sudo nano /etc/init/tty1.conf
//last line
exec /bin/login -f USERNAME < /dev/tty1 > /dev/tty1 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment