Line of vision
Funny, but I’m on a tiling wm for a reason. I like things simple and effective. I don’t need or want HDR. :)
I’m on a tiling WM. If I want a specific feature, I make it happen.
This is truly the best way to Rickroll someone. We’ve reached new heights. I like it.
Rats can make pizza… I only watched that movie once when it came out
It’s a rodent that my cat likes to hunt outside and bring home as trophies.
A rolling release Linux distribution continuously provides updates as they become available, without the need for an OS re-installation to get the latest released version.
Backup all your config files, reinstall OS, restore config files. Done. When I do it, the whole process takes a half hour tops. Let me know if you need help with that.
Rolling release means I never have to reinstall linux. Unless it breaks and I don’t know how to fix it. So far It’s been 1 year on Arch.
Nice! I recommend you watch DistroTube, he’s really good at teaching how to use a lot of linux tools. https://www.youtube.com/@DistroTube
The whole website is hilarious. That code finds a random file and deletes it with sudo. I’m gonna run it on a VM :)
sudo rm -rf "$(sudo find / -type f -print0 | shuf -n1 -z)"
This will allow you to ctrl+s to save. I tried to add this in a backtick code line/block but it removes part of the syntax.