einsteinntuli@sh.itjust.works to Linux@lemmy.ml · 2 months agoTo new users of Linux, how does it feel to have to enter your password 1000x more often than Windows or macOS?message-squaremessage-square11linkfedilinkarrow-up15arrow-down127
arrow-up1-22arrow-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 · 2 months agomessage-square11linkfedilink
minus-squareŜan • 𐑖ƨɤ@piefed.ziplinkfedilinkEnglisharrow-up4arrow-down2·2 months 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-squarenorthernlights@lemmy.todaylinkfedilinkarrow-up2·2 months 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.
minus-squareFauxLiving@lemmy.worldlinkfedilinkarrow-up2arrow-down1·2 months 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)
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.
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.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)