ordnance_qf_17_pounder@reddthat.com to Ask Lemmy@lemmy.world · 22 hours agoLinux users, what are you doing on your laptop?message-squaremessage-square78fedilinkarrow-up191arrow-down12file-text
arrow-up189arrow-down1message-squareLinux users, what are you doing on your laptop?ordnance_qf_17_pounder@reddthat.com to Ask Lemmy@lemmy.world · 22 hours agomessage-square78fedilinkfile-text
minus-squareplateee@piefed.sociallinkfedilinkEnglisharrow-up2·edit-211 hours agosudo pkcon refresh sudo pkcon update (Either that or) sudo apt update && sudo apt full-upgrade
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up2·8 hours agoSomeone told me you can do apt upgrade --update to do both in one go but I haven’t verified this.
minus-squaresorghum@sh.itjust.workslinkfedilinkarrow-up3·edit-217 hours agosudo zypper dup --allow-vendor-change -y
minus-squarephanto@lemmy.calinkfedilinkarrow-up6·20 hours agoNo Sudo apt update. sudo dnf upgrade -y && sudo flatpak upgrade -y
minus-squarethinkercharmercoderfarmer@slrpnk.netlinkfedilinkarrow-up5·21 hours agoThis is my real answer lol. All I ever run on my chomebook is this and a web browser.
minus-squarehiggsboson@piefed.sociallinkfedilinkEnglisharrow-up8·edit-221 hours agorun htop and just occasionally switch to an editor with some syntax highlighting on random code and people will know youre a elite haxor.
minus-squarethinkercharmercoderfarmer@slrpnk.netlinkfedilinkarrow-up8·20 hours agofour pane terminal: top left running htop, top right showing the commit history for a gnarly repo, bottom right just running cat /dev/urandom, bottom left is a cowsay script reciting the dialogue of “Star Wars: Episode I: The Phantom Menace”
minus-squareTruscape@lemmy.blahaj.zonelinkfedilinkarrow-up3·21 hours agosteamos-readonly disable sudo pacman -Syyu steamos-readonly enable (for my docked steam deck)
sudo apt update
alias up=topgradesudo pkcon refresh sudo pkcon update(Either that or)
sudo apt update && sudo apt full-upgradesudo pacman -Syu
yay
sudo apt upgrade
Someone told me you can do
apt upgrade --updateto do both in one go but I haven’t verified this.sudo zypper dup --allow-vendor-change -y
No Sudo apt update. sudo dnf upgrade -y && sudo flatpak upgrade -y
This is my real answer lol. All I ever run on my chomebook is this and a web browser.
run htop and just occasionally switch to an editor with some syntax highlighting on random code and people will know youre a elite haxor.
four pane terminal: top left running
htop, top right showing the commit history for a gnarly repo, bottom right just runningcat /dev/urandom, bottom left is acowsayscript reciting the dialogue of “Star Wars: Episode I: The Phantom Menace”Its always apt update.
steamos-readonly disable
sudo pacman -Syyu
steamos-readonly enable
(for my docked steam deck)