- Subsribe to TheLinuxExperiment
- Install vanilla Arch Linux using archinstall or a third-party helper script
- Install vanilla Arch Linux using either a guide or the wiki
- Play around with other distributions, such as Debian and Fedora
- Play around with special distributions, such as Devuan (which doesn't use systemd), Alpine (which doesn't use glibc), Dragora (which uses Linux-libre), Arch Hurd (which uses
rms
' Hurd kernel), or even a BSD (which does not use the Linux kernel). - Find your niche
Linux Questions
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
Thanks for this. I've been eyeing archinstall but have held off until i find a cheap desktop to "destroy" testing things out.
I've given Debian a spin and honestly don't care too much for it, probably due to my first exposure to linux being arch-based (I refuse to say "I use arch btw" until i have more than a layman's idea of everything). My experience with Fedora is limited to flashing Bazzite on my Steam Deck yesterday, so I'm still feeling around.
I have a device running Ubuntu for my PiHole and that's about it.
This is the first time I've heard of TheLinuxExperiment, looks interesing so I'll be sure to give it a watch on my off time.
Anyway, thanks for taking the time to type this out. Cheers!
Don't even need another computer to test out building Arch. Try it in a VM first, then you'll know what to expect when you do it on bare metal!
If you want to try Debian, look up Spiral Linux. It is to Debian as Endeavor is to Arch. I tried it out in a VM, and I was surprised how painless it was. Also, they have a few sane defaults from the get go, so it's better for more people.
Good luck!
If you don't use shell already, get comfortable with it. You'll need it at the latest when your GUI won't work anymore.
Learn to read and search in logfiles, navigate the filesystem, copy files, using a text editor etc.
You could learn the topics covered by a recognized certification like RHCSA / LFCS. No need to actually get the certification if you don't feel like it, but look at the subjects covered and learn that stuff. That should give you a good foundation.
If it works why do you want to change it?
Not trying to change anything for the sake of change. The intent of my question was to try and get insight from people more experienced/knowledgeable than me on how to deepen my knowledge. So far distro-hopping and initial troubleshooting has been fun.... and time consuming.
Currently I'm in surface deep, looking to expand my horizons, and turning to the community for their two cents.
Build a stable system on a well beaten path and then get a homelab type setup. It can be either virtual or partially real hardware
Thanks for mentioning homelab. They seem quite useful from a quick search. If you remember your first setup, what hardware did you settle on and why? What has changed since? Any pains along the way?
That's a huge rabbit hole that will steal thousands of hours of your time.
If your computer has more than 4 cores and at least 16gb of ram you can run virtual machines in virtual manager. If you are lacking on specs or you want to separate out everything you can pickup a used small form factor or medium form factor for relatively cheap. I would go for Proxmox early as it will scale to many machines and will allow easy hardware swaps as you can just transfer the VMs over. Proxmox can also do live transfers between hosts so you don't need to worry about having to shut down services to move things around.
Honestly I didn't really get into home labing and self hosting until much later. I have been using Linux for a significant amount of time and I can't really recall much about how I actually got started. It sort of just happened.
I would take a look at ways to backup your system and how to maintain it. Maybe self hosting something like Jellyfin, otherwise you could always some little fun customizing desktops and window managers.
What method/software do you use to create/manage your backups? No need to get into the weeds if you don't want to, I'll look up the specifics on my own.
What's a mistake you made, if any, when backing up your systems?
I've actually been on the hunt for a cheap desktop to turn into a media server but everyone around me is overvaluing their 12 year old hardware, might just bite the bullet and make one myself.
I use timeshift(backup/restore utility) using BTRFS (file system type) and mounted subvolumes wrong and something else, when I tried to restored I borked my system.
As for the media server, some will suggest using no GUI or a very light desktop for convenience(XFCE maybe...). If you feel comfortable in the cli then its a no brainer, everything is faster. Oh and probably Debian for servers.