Sudo without password on Ubuntu

2014-06-06

Run in your terminal

sudo visudo

Add this line at the end (change ivan to your username):

ivan ALL=(ALL) NOPASSWD: ALL

Ctrl-X to leave, save your changes, and you're done!