Just some stuff which I will most likely need in the future.
Disable having to fill in password when typing sudo
sudo EDITOR=vim visudo
sudo visudo
to open the sudoers file.- Find the line that looks like this:
%sudo ALL=(ALL:ALL) ALL
- Below this line, add a new line that looks like this:
username ALL=(ALL:ALL) NOPASSWD: ALL
(replaceusername
with your actual username) - If above fails
remcostoeten ALL=NOPASSWD: ALL