Posts tagged with sudoers

Fixing a corrupted sudoers file

If you accidentally corrupt your /etc/sudoers file (usually by reading it without sudo, incorrectly interpreting that it is empty, and then writing into it w...

Using apt-get behind a proxy

Often what happens is that the proxy settings that are set via the command line are not reflected when executing sudo apt-get update/upgrade. The reason this...