1 Year Linux Challenge

And a consistent load average of 21 also… Nice.

Putting that hardware to good use. :metal:

Nice. The only place I can get that kind of runtime is on my NAS… providing the power isn’t out for more than 10 minutes between recharges on the UPS.

What’s really impressing is that was without a ups. Except for micro spikes we have very stable grid here.

1 Like

It seems I also misunderstood the challenge. I have ecological habbit to turn off all electronics I don’t use that moment. Perhaps rpi3 fridge and freezer temp monitor project would be such a reason to let system run 24/7/365… Nah. Maybe I just put that Nas together and run it. My old router I just, replaced had quite good uptime. I just keep restarting it quarterly after updates. So not even that will have such uptime.

2006 I tried linux for first time and fully switched over some eight years ago.
Been a good ride!

1 Like

Running Linux for 20 years. The last Windows os I ran was Windows 2000. then ran Mandrake 7.2, then migrated to Redhat 7.1 - 9.0(This is before the Fedora Project), then went to Gentoo Linux. took a break from computers for a number of years, Note, the home computer has always run a flavor of Linux. The Wife and I only run Linux on our systems.

Sorry for the rant.

3 Likes

Been a while since I posted, but I’ve had some interesting adventures distro-hopping in the last year or so. It’s been almost a year since I got a Framework laptop (11th gen) and it’s probably perfect for my use case.

Around when I got the laptop, I found and tried Guix for the first time. That was the first I had heard of NixOS or Guix or learned anything about them. I ended up running into some issues running Tailscale I believe, which is now a fundamental piece of my daily use, so that didn’t last long. I hadn’t wanted to move to NixOS since I have a general distaste for systemd. I love how Guix works technically but it doesn’t have the packages I need, and I could never figure out how to build my own.

After that I had the time to figure out Gentoo and used it for multiple months on my laptop and desktop. I still have a private git repo to track custom packages that were too slow for my liking or ones that didn’t exist at all. I appreciate that is as easy as it is on Gentoo. I like OpenRC, the main issues were constantly compiling updates every time I used either of my computers and I couldn’t find a from-source VSCode package that worked with any consistency.

In the meantime, I had an extra server that was running Xubuntu with some services. I converted that to use MicroOS Kubic - had some struggling figuring out the quirks of MicroOS specifically, but I built a script that detailed the configuration of kubeadm from scratch with all of the installed deployments. That was back and April, and I didn’t realize until a month ago that they completely sunset the Kubic project, and now it’s just MicroOS, so I have to figure out a migration plan now. Chances are I’ll just use MicroOS + k3s.

Since then I started using Ubuntu on my laptop. Ran with that for a little until the Firefox snap reinstalled itself over the firefox package and I temporarily lost all of my bookmarks and history. Man, fuck that.

I went to Fedora Silverblue briefly, and had similar issues with flatpaks… I trust Fedora more not to overwrite my installed packages, but I had trouble configuring Wayland properly for the VSCode and Lens. Package management was feeling perpetually like a chore. This may be more so of me being unfamiliar with Fedora - I don’t think I have ever used Fedora for a significant length of time. I do love an immutable OS though.

Recently, distro-hopping got even easier for me - I’ve kept most of my files in Syncthing, so that makes things easy, and I recently redid my yubikey+GPG+SSH set up following the One Key to Rule It All guide which was incredibly helpful. But now I don’t even have GPG or SSH keys to import, as they’re always on my yubikey. I just have to configure whatever distro I’m using to use GPG for SSH, which is slightly a pain but I don’t have to worry about copying my keys like I did before.

Which leads up to a week ago, when I installed NixOS. I haven’t had to interact with systemd at all (though I know it’s still there). Everything just works how I expect it to, and the system configuration syntax is easier than I expected. I may end up moving back to Guix though, it feels like a journey that hasn’t completed yet.

5 Likes

I’ve used linux on an older laptop since ~2018 (not exactly sure what date). In late (october or november) of 2021I swapped on my main pc, stuck with it ever since. ^^ Gaming + daily projects + anything else has been done on linux.

1 Like

I believe you can install NixOS on OpenRC and s6 with custom scripts, but the systemd dependency will break the system for most of the scripts, so you have to do some wonky hackjobs and do exit 0 for systemd services or something, which I was not willing to do. NixOS was appealing to me and I’m willing to use it with systemd, but what I’m not willing to do is wipe my bootloaders (petitboot) for NixOS to work (it’s the first step in the HC4 guide).

But you can pick any base distro you want and just slap Nix package manager on it (using nix-shell). You base system can be anything, so you get kernel and bootloader updates from your base distro, but get all the programs installed and updated via nix-shell. I’d say one deadly combo is Alpine+Nix pkg manager, although it works just as well with Fedora or Debian. Alpine is small and gets out of the way, is super quick to update in general, while Nix offers you all the software package selection, which Alpine is lacking in its base repo.

For me, the appeal to NixOS came from this article that a member of the forum posted a while ago.
https://grahamc.com/blog/erase-your-darlings

It is pretty much what I’ve been doing with Alpine diskless installs, but on a whole other level.

2 Likes

Nice! I actually already moved back to Guix again :smile: and I installed Nix for managing user applications, plus all the “nonfree” packages that Guix maintainers detest. Either way I’m building and keeping track of all these system configurations now which will make things a lot easier when moving around.

Thanks for the link! I wonder how I can adapt that with Guix, that post is inspiring.

1 Like

eyesemoji

:eyes: wudjalukat that

2 Likes

I have Live USB installs for several Linux distros. No impact on the installed OS and they have persistent storage for files. Works well when travelling and using hotel provided hardware.

There’s not really a reason to do that. I’d have to boot back into Windows to use our database software anyway.

Haven’t kept up with this thread since first posting here and ditching Windows… checks date …4 and half years ago. :sweat_smile:

Thread title notwithstanding, here’s my super-late progress update:

Tried Linux Mint for the first few years. Really newbie-friendly distro that made the transition easy for me. I still have it installed on my gaming PC. Nowadays I do most of my regular computing on a Libreboot Thinkpad running Debian. In terms of desktop environments, I started off on Cinnamon, then tried GNOME and KDE. The extra polish and pizzazz of Cinnamon made me go back to it though, even if it is a bit more resource-hungry.

Also switched from a generic off-the-shelf router to a custom pfSense box (thanks to the Level1Techs video!), and from there an OpenWRT solution. My smartphone went from stock Android to a custom ROM, along with a Pinephone on the side.

I still don’t really know the ins and outs of GNU/Linux as well as I’d like, and thanks to the ever-improving ease-of-use of all the different distros I’ve seen, I don’t really have to. If some issue pops up, the solution is usually online somewhere. So yeah… thank you to the free/libre software (and hardware!) community, thank you to the OP, and of course thank you to L1T :grinning:

3 Likes

Alright you savages… I have done 1 year on my primary PC… can I have my linux 1 year badge now? lol

I have multiple PC’s with linux on them and have just completed 1 year of my Primary gaming PC also with linux. I have mainly run Kubuntu… In fact I have enjoyed Kubuntu so much that I have switched a couple of my other PC’s over to Kubuntu. I have my Dell USFF’s that run the TV screen in my living room and on the TV in my PC room running it as well (more power for the higher bit rate stuff than the Google TV with Chromecast can handle). I have always been an Ubuntu person with my first being Ubuntu 9.10 Karmic Koala. I had tried manjaro and the like very early on, but I just end up back at Ubuntu or their derivatives. My download PC is usually either Lubuntu or Xubuntu.

I guess because I have used linux for a while the year was quite easy to do and I ended up knocking up a VM on the primary PC with a 960 passthrough so i could run windows 11 with some games.

What I have been thinking about however in the past week is switch back to windows 11 entirely on my primary PC. Not because i am over linux or its problematic, etc… I think i am just bored with my entire life in linux at the moment. I kinda am feeling an itch for something different… an itch for Windows? lol

1 Like

Congratulations! I have granted you the one year badge.

3 Likes

@TeckMonster

I havent been posting in here, but I am one week away from completing 1 year linux challenge. I had 0 windows use since october of 2021 and just recently decided to dual boot windows.

Here is my blog keeping track of my progress.

I started october 1st of 2021 but only began posting on forum about it in November. So I dont know if I have to go from when i started recording progress or from Oct. 1st?

Just fyi, I only installed windows a week ago because I had a real bad bug in minecraft java that wasnt present a month or so ago. So since last week I have been on dual boot.

2 Likes

I have just started my Linux road trip albeit 1-month-old now…

Running Pop_OS! on a brand new Tuxedo laptop, and with the exception of work-related stuff (the company is a Windows shop) that is running in a VM, rest of my workflow is running on Linux and using open source software.

Let’s see how I’m going to bungle things up!!

5 Likes

I have completed the 1 year challenge.

8 Likes

Linux1yearcakeday

3 Likes

Going on my second year full time on first Pop for LTS, then Fedora. Never going back.

It’s been an interesting ride though with Nvidia drivers (more of an issue) and having to stick with X11 (less of an issue).

Looking Glass and the QEMU/KVM/Libvirt trio is the bomb for any other software that won’t run on Linux.

5 Likes