Security

How to use sudo without a password

sudo visudo
Find: root ALL= (ALL) ALL
Replace with: root ALL=(ALL) NOPASSWD: ALL
Save that file.