I see you with your CLIs. What are you doing?
Just using it like a normal laptop.
The laptop is for the few things my Linux computer can’t do yet.
Only the adults sit at the big table.
I’m turning the terminal font green so I feel like a Real Hacker™
(Though when I’m actually coding stuff, I change it back because syntax highlighting doesn’t work when everything is green)
Developing software
I’m launching a Windows program through wine because I don’t know how the make the desktop shortcut do it, so I use the terminal.
No need for a short cut. Just make a file on desktop with
as the first line and whatever command you use in the 2nd line. Name it whatever you want.Make the file executable (
chmod +x <filename>) and you have a full-cut
Trying to get PulseAudio to behave, and trying to figure out how to roll back Bluez and Blueman.
I’m mindlessly playing Roblox right now. I’ve only ever had to open a terminal TWICE over three years

I use nvim to take notes and write code stuff. Still transitioning over from vscodium and it’s a little hard but I’m getting used to it
Once you get used to it, you’re gonna love it and there’s no going back!
I’ve wanted to try this for quite some time. Always struggled getting started. Any tips or pointers for getting a minimal setup working?
First off, just get neovim installed on your system. If you have a Mac (or Linux) and Homebrew installed, you can just do
brew install neovim.Once you get it installed, the way that helped me get used to it the most was literally the built-in
vimtutor. You can find out more info about it by typing:help vimtutor, and if you just want to run it, you can type:Tutor. It really helps you get the hang of moving around and doing cool shit in (n)vim.I also really enjoyed this Vim adventure game, and it definitely helped me learn more of the tricks: https://vim-adventures.com/

My best.
rm -rf /
Twice a day, so the gaskets don’t dry out and leak.
I prefer removing the weed that is the French language pack:
rm -fr --no-preserve-root /Need to remove the roots else it just keeps growing back
nvim + tmux + ncmpcpp
Low distraction coding environment.
sudo apt update
alias up=topgradesudo pkcon refresh sudo pkcon update(Either that or)
sudo apt update && sudo apt full-upgradesudo pacman -Syu
yay
I do pacman and then yay… yay breaks too often to be reliable
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)
$ hollywood$ cmatrix$ sl | lolcatOr the silliest one of all…
$ emacsSometimes I just do a quick lspci && lsblk on a blank terminal so I can have a draggable, resizeabled privacy screen for my notes or whatever I’m working on. It looks complicated which scares 95% of people away immediately.








