Disable sudo password entry for admin accounts in Ubuntu

By default, Ubuntu prompts admin users to enter a password when the sudo command is issued in the terminal. If users have sudo privileges, i.e. administrative users, (provided that are already authenticated), additional password entry is rather annoying, especially in development environments. In order to disable the sudo password validation in Ubuntu, add the following line to your /etc/sudoers file:

myadminuser ALL=(ALL) NOPASSWD: ALL