Tips Tricks Tutorials

WEB-NES-BAY

Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware

bookmark bookmark
WEBNESBAY On October - 27 - 2009

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

GDM setup

Related posts:

  1. How to use Windows Key in Ubuntu Linux
  2. Install Google gears for firefox 3.5 in Jaunty Linux
  3. Send and Receive Hotmail through Evolution in ubuntu
  4. Download youtube videos in ubuntu linux
  5. Linux Keylogger in Ubuntu
  6. How to open .chm files in ubuntu
  7. Hack Windows Admin Password using Ubuntu Linux
  8. How to setup a DNS server with bind in Ubuntu linux
  9. Transparent terminal in ubuntu linux
  10. How to surf anonymus in ubuntu linux
Categories: Linux

One Response

  1. Peter says:

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

Leave a Reply