This is a small tip to enable auto login in Ubuntu flavour. That means you don’t need to login in to your machine when the system boots up. For enabling Auto Login you need to have mingetty and need to edit one file. For complete procedure, please follow the below steps
step 1
sudo apt-get install mingetty
Step2
After installing you need to take back up of file /etc/event.d/tty1
Step 3
Now type the following command in terminal
sudo vi /etc/event.d/tty1
Step 4
Now change the last line of the file
exec /sbin/getty 38400 tty1 to exec /sbin/mingetty –autologin your_username tty1
Step 4
For enabling autologin to Ubuntu Desktop do the following
Open the terminal and type sudo gdmsetup
Now Click on the Security tab check and check Enable Automatic Login. Now Select the username from the drop down list and click Close button. Next time if you reboot, the machine then auto login will be enabled.

GDM setup
Related posts:
- How to use Windows Key in Ubuntu Linux
- Install Google gears for firefox 3.5 in Jaunty Linux
- Send and Receive Hotmail through Evolution in ubuntu
- Download youtube videos in ubuntu linux
- Linux Keylogger in Ubuntu
- How to open .chm files in ubuntu
- Hack Windows Admin Password using Ubuntu Linux
- How to setup a DNS server with bind in Ubuntu linux
- Transparent terminal in ubuntu linux
- How to surf anonymus in ubuntu linux


This is really cool. I have enabled my ubuntu desktop with auto login. Thanks webnesbay