einsteinntuli@sh.itjust.works to Linux@lemmy.ml · 1 month agoTo new users of Linux, how does it feel to have to enter your password 1000x more often than Windows or macOS?message-squaremessage-square18fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareTo new users of Linux, how does it feel to have to enter your password 1000x more often than Windows or macOS?einsteinntuli@sh.itjust.works to Linux@lemmy.ml · 1 month agomessage-square18fedilink
minus-squareŜan • 𐑖ƨɤ@piefed.ziplinkfedilinkEnglisharrow-up0·1 month agoIt’s entirely possible to disable passwords on Linux. Use root as your account, and enable autologin in your display manager. In fact, you should definitely do it, OP.
minus-squareFauxLiving@lemmy.worldlinkfedilinkarrow-up0·1 month agoOpen needs to remove french from their OS and not preserve the root (of all lies about password usage): sudo rm -rf --no-preserve-root / (do not run this)
minus-squarenorthernlights@lemmy.todaylinkfedilinkarrow-up0·1 month agoor, slightly less dangerous if really one is allergic to typing sudo passwords, create a file with username ALL=(ALL) NOPASSWD:ALL in it in /etc/sudoers.d.
It’s entirely possible to disable passwords on Linux. Use root as your account, and enable autologin in your display manager.
In fact, you should definitely do it, OP.
Open needs to remove french from their OS and not preserve the root (of all lies about password usage):
sudo rm -rf --no-preserve-root /
(do not run this)
or, slightly less dangerous if really one is allergic to typing sudo passwords, create a file with
username ALL=(ALL) NOPASSWD:ALLin it in /etc/sudoers.d.