• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle
  • MXX53@programming.devtoLinux@lemmy.mlWhy?
    link
    fedilink
    arrow-up
    7
    ·
    13 days ago

    Back when I was a freshman in college, I had a regular laptop (Sony Vaio) and at the time netbooks were popular and my girlfriend (now wife) had got me one for Christmas.

    Win 7 starter was garbage, XP was fine, but not ideal. I ended up trying out Ubuntu netbook remix since it was supposed to be lighter on resources. At the time I was a pre med student and wanted something for knocking out documents, and reading papers with enough battery to get me until I had to go to work. The iPad wasn’t out yet so that wasn’t an option.

    I had a ton of fun getting it working, even the Broadcom chip was a fun challenge. Once it was working, I just really liked the look and feel. I preferred the Unix file structure to windows as well as the terminal experience, using bash vs powershell.

    I ended up writing a few programs and apps for myself specifically for that netbook, and it quickly became my primary way of interacting with a computer. I eventually ported my Sony over which had the challenge of writing a couple drivers to get some things working with minimal compatibility.

    Following this, I switched from pre med to software engineering and eventually graduated with a degree and I have now been working with software and using Linux ever since. Even now, I am the sole Linux system administrator in the company I work for and manage a handful of servers and deployments.



  • You can do that on Bazzite. The only thing I would say is that Bazzite is an atomic fedora distro meaning that the core OS is immutable and everything lives on a layer above the base OS. This helps stability for the OS and make rolling back and repairs much easier. But sometimes installing apps, especially apps that interact with the base OS can be a bit of a pain. On top of that, atomic distros are less common, which means that if you are looking for help, it will be a little harder to find stuff online.

    Overall, I like fedora. I have used basically all of the DEs, but tend to hover between KDE and Gnome. Fedora is a little more recent than Debian, but it isn’t a rolling release like Arch or OpenSUSE. This means you get some of the newer kernel features, but the updates are still staggered and released at intervals and tested. I find it to be very stable.





  • I am a devops engineer and application architect who spends their entire day developing automated docker deployments for custom applications from scratch and I manage all our reverse proxies and TLS termination and certificates.

    5 years ago, I wouldn’t have been able to tell you what a docker container really was. Thankfully migrating legacy apps to docker on Linux hosts is my full time job and it has allowed me to become proficient enough in a fairly short amount of time.

    We all have to start somewhere and shitting on someone for not knowing something now will dissuade them from ever learning it and potentially remove a future contributor to the open source tech stack before they ever even get started.


  • I would go Debian for stability.

    I like fedora since it updates a little more frequently than Debian, but it isn’t a full on rolling release. I used opensuse tumbleweed for a while and it broke on me several times.

    I also used arch for a while, but I’m a dad to young children and I just don’t have the time to fuck around with my OS anymore. When I have time to work on my personal dev projects, I just want to drop into tmux, launch neovim and go. After some distro hopping I landed on Fedora with KDE for my desktop and gnome on my laptop. I also have an old netbook running antix with iceWM and an old thinkpad running fedora i3. The latter 2 machines are my hard focus machines.


  • This is interesting to me. I run all of my services, custom and otherwise, in docker. For my day job, I am the sole maintainer of all of our docker environment and I build and deploy internal applications to custom docker containers and maintain all of the network routing and server architecture. After years of hosting on bare metal, I don’t know if I could go back to the occasional dependency hell that is hosting a ton of apps at the same time. It is just too nice not having to think about what version of X software I am on and to make sure there isn’t incompatibility. Just managing a CI/CD workflow on bare metal makes me shudder.

    Not to say that either way is wrong, if it works it works imo. But, it is just a viewpoint that counters my own biases.


  • No new devices, but I migrated my homelab from an intel nuc to an old recycled HP z240 with a p1000 gpu I got for free. I had Nextcloud and jellyfin on it, but jellyfin gets the majority of the use.

    I then added a gitea docker container to my server for my personal projects. Then I configured a miniflux container with some of my favorite RSS feeds for a lightweight way to view my feeds on my computer.

    I would like to get pihole configured again in a docker container(I have only ever run it on a raspberry pi), but I have small children and a baby and they make it hard to find extra time in the day.











  • I never used Plex. Up until my kids were born I used to just watch my videos on my desktop, but now I find myself watching on my phone and TV more often. My Jellyfin server has been super stable for the last 6 months or so running on a super low powered machine and external hard drive. The only issues I have is with movies with Dolby digital, they tend to get out of sync when scrubbing the timeline. I am assuming that is due to the lower power of the machine. But, I have a 400watt desktop with a 7th gen i7 and a pascal Quadro P1000 that I am planning on migrating to. Then adding a 20tb internal drive for storage. Hopefully that will resolve the small issues I have seen with it.