The Linux Thread - The Autist's OS of Choice

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
I have had some similar experiences myself. Linux is impressive in that you can break it in an absolutely retarded way and then fix it back up as easily as you broke it, usually after a short period of quickly scanning the Arch Wiki in a panic.
 
I have had some similar experiences myself. Linux is impressive in that you can break it in an absolutely retarded way and then fix it back up as easily as you broke it, usually after a short period of quickly scanning the Arch Wiki in a panic.
Windows is almost the opposite in that you can fuck it up in an absolutely retarded way, but it would take a genius to fix it, so you just say "fuck it I'll reinstall."
 
My life on Arch Linux is as follow:

> breaks system, manages to delete the root folder.
It's so over :lossmanjack:
> somehow manages to cp -a the whole root folder from a btrfs backup
We're so fucking back :woo:

Repeat this for eternity. That's the linux life.
Code:
zfs rollback pool/dataset/root@date-time
Less than a minute to reboot and it's all good to go.
Git gud. Snapshots don't take much space on COW filesystem. You have, BTRFS, utilize it.
 
Depends. Your question is kind of like asking, "What vehicle do I need to drive to town?" Most of them can do it perfectly well, some are ludicrously specialized and can't, but your specific use-case might make one of them somewhat better of an option. If you want stability, you could try Debian. If you want industry-standards-compliance, try CentOS (Edit: isn't it kil?) or Red Hat or whatever they do in Enterprise Land. If you want to suffer every few months when an update needs manual intervention, use Arch.

no

After the CentOS Stream debacle, most people moved to Rocky Linux or Alma which are clones of RHEL. You could also go with a BSD, depending on what your server is doing. If you use FreeBSD you get ZFS, which is awesome for file shares, and OpenBSD is legendary for its security by default design.

If you want to tinker and lean, gentoo is also pretty awesome, although things will break due to the rolling releases. I think Arch is similar, but binary distribution rather than source distribution (In gentoo you compile everything from source which means you can optimise it for your hardware).
 
I think Arch is similar
I use Arch on my home computer. It's a binary rolling release for sure, with all the pros and cons that entails, but it has never broken for me by fault of the package manager. It gets called "unstable" more than it needs to be in my opinion. My Arch breakages are pretty much always caused by me being a mongoloid retard.
 
I've been from embracing the meme with Manjaro, having a simpler install with EndeavourOS, to just doing it manually. And truth be told, Arch gets a bad wrap because of these former distros. Arch is like Chef Soros's cooking book for Linux: You WILL choose your packages, and you WILL be happy.
 
Yeah, i can't really remember the last time I really had issues with Arch (besides an issue with the AUR). It's honestly fairly stable, atleast for desktops and laptops. Maybe if you are running a server, you would run into problems.
I've run arch on my servers for years, and it's only broken once through my own fault - I decided to run zpool upgrade on the root (yes, I use zfs on root B) ) and grub did not support new zpool features. Whoops! Nothing to do with arch, though.
 
  • Like
Reactions: Marvin
I've run arch on my servers for years, and it's only broken once through my own fault - I decided to run zpool upgrade on the root (yes, I use zfs on root B) ) and grub did not support new zpool features. Whoops! Nothing to do with arch, though.
How did you settle that
 
I use Arch on my home computer. It's a binary rolling release for sure, with all the pros and cons that entails, but it has never broken for me by fault of the package manager. It gets called "unstable" more than it needs to be in my opinion. My Arch breakages are pretty much always caused by me being a mongoloid retard.
Same. My main problem with arch is that I use it on my work computer and I hate restarting my work environment.

I have a bajillion terminals and editors laid out where I like them, and I go to sleep with my work mid-thrust and wake up and resume where I left off.

For that reason, I hate having to reboot, so I go months without a proper pacman -Syu.

The problem with doing a full upgrade with running processes is that it'll often fuck up things that load shared libraries, where the existing process is using some old version of glibc and the new upgraded shared library uses a new one. So I usually do a full upgrade and reboot. But like I said, I hate doing this.
 
After the CentOS Stream debacle, most people moved to Rocky Linux or Alma which are clones of RHEL. You could also go with a BSD, depending on what your server is doing. If you use FreeBSD you get ZFS, which is awesome for file shares, and OpenBSD is legendary for its security by default design.

Oracle Linux is also a RHEL clone, mostly. The packages are structured differently, so RHEL-based install scripts often don't work, but it's RHEL-compatible. Now that IBM's taken RHEL sort-of-closed source (seemingly in violation of the GPL, but IANAL and it seems the trick they are exploiting is that terminating a contract for distributing source is technically allowed), the second most popular Linux in enterprise land is SLES/openSUSE.
 
  • Informative
Reactions: Doctor Neo Cortex
Back