Sunday, May 20, 2012

Auto login xubuntu

Autologin - Xubuntu To enable autologin in Xubuntu:
Open the file /etc/lightdm/lightdm.conf

sudo gedit /etc/lightdm/lightdm.conf

Modify the value of the string "autologin-user" with the required user name
Ex:
autologin-user=pedro

Save the file Reboot/ restart

No comments:

Post a Comment

What's the quickest way to find duplicated files?

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage