Total Posts

0

Total Commits

0

(v1: 0, v2: 0)
Total Deployments

0

Latest commit:Unable to fetch commit info
10/13/2025
Latest deployment:
pending
10/13/2025
v2
Started 10/13/2025

Built by Remco Stoeten with a little ❤️

RS
Snippets
HomeSnippetsQuery BuilderDocumentation
Welcome to Snippets
Prevent system from prompting for your password when you type sudo
Dotfiles

Prevent system from prompting for your password when you type sudo

Not really best practice but gets annoying fam.

Edit visudo by typing

sudo visudo

Yes, really just that. Not prefixed with nvim or so.

Almost at the bottom of the page you'll see a line which says:

# Allow members of group sudo to execute any command
%sudo   ALL=(ALL:ALL) ALL

Simply change to:

%sudo   ALL=(ALL:ALL) NOPASSWD: ALL

Et voilà!

Replace all without overwriting current clipboard

Previous Page

Apple poweruser setup

Next Page

Oct 13, 2025
1 min read
135 words