Join Nostr
2024-01-07 14:45:14 UTC

no_name on Nostr: whenever you type sudo pacman -S application then you type sudo password your root ...

whenever you type
sudo pacman -S application

then you type sudo password
your root may have been compromised

instead do
shutdown -r 0
login as root
pacman -S application
shutdown -r 0
login as normal user again

wow this is fun way to use computer