Tag Archives: 14.04

How to disable Guest Session Login in Ubuntu Trust 14.04

“sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf” Add the following line: “allow-guest=false” Save the file Enjoy! OR you can simply run the following command: ” echo allow-guest=false | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf” You can still Enjoy! 🙂 Source: http://www.noobslab.com/2014/04/thingstweaks-to-do-after-install-of.html

Posted in Linux, Ubuntu | Tagged , , , , , , | 4 Comments

How to fix unavailable swap problem after fresh installation of Ubuntu 14.04 with Home Encryption

This is a bug which makes the UUID unreadable in the /etc/crypttab and accordingly no swap will be read and used by the system, which is unacceptable of course. In order to solve this problem, all you have to do … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 2 Comments