Category: Science and Technology

  • Supermario’s at Fedora 31 Now

    Went ahead and upgraded. Only had to get rid of python2-twitter and an older nvidia package. Other than that it seems to be running relatively smoothly.

  • Unity 2D Game 6: Tilevania

    The sixth, and final, game of the Udemy class on Unity 2D was a tileset Metroid-Vania game which the instructors named Tilevania. I never played Metroid and maybe only played Castlevania once, but its legacy does persist in some newer games like Spelunky. This was the closest I’ve come to making a Mario clone. My…

  • Unity 2D Game 5: Glitch Garden

    The fifth video game I made in Unity was another clone of a game I spent a lot of time playing, this time as an adult – Plants vs Zombies. For comparison, here’s Plants vs Zombies: and here’s my finished Glitch Garden: We learned a lot of techniques and reinforced even more, but the biggest…

  • Discovered two awesome commandline programs!

    First up is tldr. This something I’ve wanted ever since I started with Linux 16 years ago! Basically it gives you the examples part of a man page. For both of these I’m going to use a screenshot because copy/pasting it into the blog doesn’t do it justice. This is just the first page of…

  • Addendum to Dual Display KVM Post

    Three years ago I wrote a post (along with a Youtube video) about how to set up a KVM VM with Dual Monitors (or even triple monitors). Since then there’s been a bit of a change. I loaded up remote viewer and, for some reason, I couldn’t add more monitors to my Linux KVM VM.…

  • Git gets interesting

    This used to look pretty regular. Just two parallel lines with the devel branch connecting into the master branch here and there. But then I merged master into devel because I added issue templates on the github website directly into master. Things got….interesting…. Here’s the before (but a few weeks ago): Here’s what it looks…

  • Attempting a podman play on another VM

    The podman saga continues. The podman equivalent of a docker-compose.yml can be created from a pod with the following command: podman generate kube (name of pod) > (filename).yaml So I did that with the pod that I’d created with an SELinux context. Now it was time to try it on another Fedora 31 VM to…

  • SELinux and Podman

    Last time I messed around with Podman, I finally got things working and had what I think was a pretty good understanding of how to go forward. But in order to get things working, I’d had to turn off SELinux. Now it was time to see what I had to do to make Podman work…

  • Unity 2D Game 4: Laser Defender

    The fourth game we worked on was another game that I spent a lot of my childhood playing. We made a Galaxian/Galaga clone: My mom’s youngest brother had a Nintendo and lots of arcade ports. When I was young he lived in the condo above my grandmother’s condo and whenever we’d go visit her, I’d…

  • The Kobo Clara HD

    The Kobo Clara HD

    Almost exactly 9 years ago I got a Nook after rethinking my prejudices against ebooks. Four years ago, I started using Calibre to manage my ebooks. Back then I had 324 ebooks. Now I’ve got 1396. A big difference from 9 years ago is that I don’t use the dedicated ereader as much as I…

  • Second Followup to Podman and PHPIPAM

    Turns out that on my Fedora 30 VM something got screwed up with the CNI networking (the networking that Podman uses) and instead of pointing to the address that Podman is using according to Cockpit: 10.88.0.1 It’s pointing somewhere else. I found that via iptables -L. Not sure how to fix it, though. When I…

  • Followup to Podman and PHPIpam

    Adding the –name mysql – it wasn’t enough to get the PHPIpam apache container to find the mysql container. They’re in the same pod, but something’s not quite right. So I decided to see if I could modify the config.php by mounting the container and modifying that. # podman mount beautiful_gauss /var/lib/containers/storage/overlay/5a33decc2cfad7e9bda5f9048d94a814267d954e97d5dd7befb057a84367f27a/merged While this allowed…

  • Every once in a while the puerile makes me laugh

    Like these random container names that podman generated: # podman ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b83a26bb2c5d docker.io/library/mysql:5.6 mysqld 2 minutes ago Up 2 minutes ago 0.0.0.0:8081->80/tcp hungry_wilson f35ec64d3b3c docker.io/pierrecdn/phpipam:latest apache2-foregroun… 2 minutes ago Up 2 minutes ago 0.0.0.0:8081->80/tcp nice_johnson Makes me think perhaps there should be a list of adjectives and…

  • Can Docker and Podman both run on the same machine?

    I’ve been hearing about Podman for a while now – at Red Hat Summit and at various local Red Hat presentations. I’ve seen the slides where the RHEL presenter (it’s always the same guy, but I’m terrible with names – after a bit of research, I think it’s Dan Walsh) asks you to pledge to…

  • Daisy (laptop) upgrade to Fedora 31

    When I tried to upgrade the laptop a couple days ahead of the Tuesday release date, assuming that the sources were as good as gold at that point, the upgrade process complained about the Kdevelop Python plugin and didn’t want to proceed. I figured if this persisted past Tuesday I would just use it as…