How to prevent Ubuntu / Debian from asking for the current user's password on `sudo`?

sudo echo '<username> ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers

Replace <username> with your username

askubuntu.com/a/147265