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

Testing in Internet Explorer

Unfortunately, my products need to work in Internet Explorer. This is normally pretty bad news for web developers but it’s something that we have to deal with. And, unfortunate again (or fortunate, depending on how you look at it), you... Continue →