Skip to content

Instantly share code, notes, and snippets.

@durdn
Created March 5, 2012 12:05
Show Gist options
  • Save durdn/1978085 to your computer and use it in GitHub Desktop.
Save durdn/1978085 to your computer and use it in GitHub Desktop.
autologin on xubuntu, ubuntu, linux
Try this edit:
$ cat /etc/gdm/custom.conf
[daemon]
TimedLoginEnable=false
AutomaticLoginEnable=true
TimedLogin=user_You_want_to_login
AutomaticLogin=user_You_want_to_login
TimedLoginDelay=30
@durdn
Copy link
Author

durdn commented Mar 5, 2012

ind . -type f | egrep ".log$" > alllogfiles.txt

and then to remove them:

find . -type f | egrep ".log$" | xargs rm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment