Wednesday, June 24, 2009

Ubuntu GDM Auto Login

Do you want to auto login a remote computer to Gnome using SSH? I will setup VNC but forget to setup auto login and realize this after I reboot the computer.

# edit gnome preferences
sudo pico /etc/gdm/gdm.conf

# edit gdm.conf and add the user you want to auto login
AutomaticLoginEnable=true
AutomaticLogin=branflake2267

# this will log you in
sudo /etc/init.d/gdm restart

No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...