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.
Developing software
I’m mindlessly playing Roblox right now. I’ve only ever had to open a terminal TWICE over three years
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 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
$ hollywood$ cmatrix$ sl | lolcatOr the silliest one of all…
$ emacssudo 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.
No Sudo apt update. sudo dnf upgrade -y && sudo flatpak upgrade -y
sudo zypper dup --allow-vendor-change -y
Sometimes 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.
nvim + tmux + ncmpcpp
Low distraction coding environment.
I use Blender CLI to render the 3D animations I make. Maybe, it’s just a placebo, but I feel renders are faster when I use CLI only, instead of the full GUI, when using low VRAM GPUs.







