ubuntu passwordless sudo

Shell
sudo vim /etc/sudoers
# Find `includedir /etc/sudoers.d` usually last line of file
username ALL=(ALL) NOPASSWD: ALL
Source

Also in Shell: