JustPaste.it

sudo tee /etc/sudoers.d/010_$USER-nopasswd <<EOF 
$USER ALL=(ALL) NOPASSWD: ALL
EOF 


super nerd pro-tip... editing sudoers is dangerous becuaes itcna brick it..  safest thing is to make changes in a seperate
file, than validate with svisudo -c -f filename
then copy to sudorers.d or swaht