惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
G
Google Developers Blog
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
博客园 - 聂微东
V
Visual Studio Blog
博客园_首页
D
DataBreaches.Net
腾讯CDC
I
InfoQ
F
Fortinet All Blogs
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
云风的 BLOG
云风的 BLOG
月光博客
月光博客
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
C
Check Point Blog

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
Tired of having to enter your Password for root access?
Uncle_Spellbinder · 2026-05-17 · via CachyOS Forum - Latest posts

Why would anyone do that? :thinking:

The whole idea of passwords is security.

This is not advisable. DO NOT DO THIS

What he is suggesting is is passwordless sudo for ALL commands. It collapses the boundary between your user account and root. Anything that runs as you, a browser exploit, a bad AUR package, a stray script, gets effortless root with no friction.

:up_arrow:

100% agree, @docbrody. I’m quite stunned that anyone would even consider such a potentially dangerous thing. Especially since Arch has been under DDoS attacks for a year or so. Unsafe regardless.

For those who knows what they’re doing and not listen to those who don’t know what they’re doing spout fear.

Geatian 6

What I do is add:
Defaults timestamp_timeout=-1
somewhere in the sudo file. Any new terminal you open you’ll still need to type your password the first time you sudo, but it never expires. Any subsequent sudo use from that terminal session won’t prompt for a password.
Perhaps this is also dangerous; I’ve only been a linux user since last November, but it feels like a reasonable compromise.

Anyone who knows what they are doing, do not need that help. To anyone else, it’s an open door to ruin their system (or worse).

eTux 8

Oooh boy…

:man_facepalming:

mfq 9

totally agree! security risk.

if you want to use your system without typing everytime the sudo password, just buy a FIDO2 key. That way you can authorize sudo with a finger tap (e.g. yubikey: auth sufficient pam_u2f.so cue)

dennis1 10

Dude, just cherry pick and add commands you know/feel are safe like maybe /usr/bin/pacman -Syu and similar. NOPASSWD:ALL is not the best idea.

IAmHugh 11

Just wrong, so wrong. As @Uncle_Spellbinder said having to enter the password is about security.