Category: Open Source OS

  • Followup On Unity and JetBrains Rider on Fedora

    As you recall from the previous blog post, I’d installed Unity and JetBrains on my Fedora 32 computer via Flatpaks. I was going to use them for the Unity Multiplayer course I was taking on Udemy. Unfortunately it was an immediate fail and in lesson one after they have me install a new inputs library…

  • Fedora 33 is out!

    It came out this Tuesday and last night I updated my laptop. The only thing I had to do for the upgrade was remove a python3-test package. Since I’m using virtual environments, for the most part I don’t care which Python packages the system has. So that was a nice, easy upgrade! Good job Fedora…

  • Changing the Acer Aspire One OS again

    As you know, I had CentOS 7 on the Acer Aspire and it was working fine. After CentOS 8 came out, I went ahead and installed it there. It worked fine, but there aren’t as many packages in EPEL for CentOS and RHEL 8. I went on a journey to try and get the i3…

  • Vivaldi on Windows Part 2 (plus a teeny bit about Vivaldi on Linux)

    I’ve been using Vivaldi as my default browser for about a week now. As I said in the penultimate paragraph of the post where I mentioned exploring various browsers, I don’t really use my browser on Windows for much more than uploading YouTube videos. And I mentioned last time that it wasn’t the best setup…

  • Upgrading main computer (Supermario) to Fedora 32

    It’s been about a month since Fedora 32 was released, so I decided to try and upgrade Supermario to Fedora 32. First I had to disable the dropbox repo since they don’t have a Fedora 32 binary yet. Other conflicts included: bat in module gimp in module meson in module ninja in module pythnon3-pytest-testmon (doesn’t…

  • So Long Katello Foreman!

    Last year when I went to Red Hat Summit, I saw a lot of use of Satellite. I’d tried the 5.x series’ upstream Spacewalk and it didn’t quite work out for me. But this time I would try it out, gosh darnit! I mean, with the Katello plugin it would even include Pulp, which I’d…

  • Upgrading my Katello-Foreman-Managed RPM build VM to Fedora 32

    Because I have this VM registered to Katello (Foreman plugin) to receive updates (basically as a way of both keeping track of the computers and VMs on my network and also to have a GUI to pulp for caching RPMs), I had to deal with Katello-Agent. The latest RPM in the official Foreman/Katello repos is…

  • Ubuntu 2020.04’s Server Install

    As I mentioned in my k3s on Ubuntu 2020.04 post, I really thought that Ubuntu 2020.04’s server install was prety slick. I’m used to text-only server installs looking like this: Here’s a step-by-step collection of screenshots and my thoughts on each step of Ubuntu 2020.04’s server install: Just starting off, with the language selection, you…

  • Checking out k3s and Ubuntu Server 2020.04 Part 2

    Clearly there’s a lot I don’t get about Kubernetes and I didn’t install a GUI in that VM so I can’t use the dashboard (which can only be viewed at localhost – or so the instructions seem to indicate) So I decided to go back to basics and look at the Hello Minikube tutorial, but…

  • Checking out k3s and Ubuntu Server 2020.04 Part 1

    As I’ve been working on learning server tech, I’ve gone from virtualization to Docker containers and now Podman containers and Podman pods. The pod in Podman comes from a view towards Kubernetes. I moved to Podman because of the cgroupsv2 issue in Fedora 31 and so I figured why not think about going all the…

  • Fedora Silverblue as an HTPC Part 3

    Yesterday I mentioned some issues with my Ortek MCE VRC-1100 remote and certain buttons not working. Figured out that in addition to removing the XF…. entries in dconf, also have to remove them in gsettings. Specifically, I had to use the commands: gsettings set org.gnome.settings-daemon.plugins.media-keys stop-static [”] gsettings set org.gnome.settings-daemon.plugins.media-keys play-static [”] gsettings set org.gnome.settings-daemon.plugins.media-keys…

  • Fedora Silverblue as an HTPC Part 2

    One thing to know about Silverblue is that it’s a Gnome environment. I was already running Gnome for the HTPC, but I prefer KDE for my computers usually. When I was installing Silverblue there was no option to go for KDE or anything else. On Silverblue you install via Flatpaks. Any regular installs (ostree instead…

  • Fedora Silverblue as an HTPC Part 1

    Originally I was going to mess around with Silverblue in a VM before considering using it on my HTPC. In theory it sounded like it would work very well – an immutable, rollback-able OS seems like the perfect thing for the one computer that ALWAYS needs to work for less tech-savvy folks in the house.…

  • Recent Fedora 31 and Fedora 32 Upgrades

    Recently upgraded my server to Fedora 31 as the Fedora 30 support window had closed. All I had to do was disable the bat Modular Repo. It wasn’t obvious I needed to do this at first, but I found a bugzilla that covered it. Then everything proceeded. I also updated my main laptop to Fedora…

  • Installing KDE Plasma 5 on CentOS 8

    You can watch the following video. There are also text instructions below the video. (including getting sddm working) I started off with just a boot install of CentOS 8, so I wouldn’t have Gnome or any other unnecessary cruft installed. After installation, I enabled the EPEL repository – latest directions for that are here. After…