Removing the Guest Account in Ubuntu

This is just good practice from a security standpoint but on top of that, I like the look of the log on window better when there’s only the one account in there. It’s also, as everything seems to be, pretty easy. All you have to do is run sudo gedit /etc/lightdm/lightdm.conf from the command line, edit that file to contain allow-guest=false, save it (if you get a permissions error it means that you didn’t have sudo in the first command, try again), and then restart your computer and you’ll have the guest account gone.

 
0
Kudos
 
0
Kudos

Now read this

Getting Started (Git, Drivers, and Atom)

For me, once I’ve installed Ubuntu there’s a pretty straight line of things I need to do before I can actually get down to work. Some of these are completely dependent on whatever technlology you’re working with so I’m going to outline... Continue →