The GNU/Linux Diary

Follow the journey of someone who has no idea what they're doing!

Diary of my switch to GNU/Linux An excerpt from my my diary, from the 12th of February, 2024.

Preface I’ve been sent on a journey since the middle of 2023, that has entirely turned my Internet and software habits on their head. My perception of using large, proprietary providers of any service, went from complacent and unquestionably necessary, to incredibly hesitant, and begging for serviceable alternatives. As I sought out more free and open source applications, replaced the proprietary software I could, and began using and financially supporting federated Activity-pub servers, there was still an elephant in the room: Windows. The very operating system I used every single day—for everything—is entirely proprietary.

Read more...

An excerpt from my my diary, from the 13th of February, 2024.

My initial thoughts about switching, was that it would be a bit over my head until I changed my hardware. I have some atypical peripherals, but my biggest concern was my NVIDIA graphics card. I had heard that this was a company notorious for being unfriendly with GNU/Linux development, and that people have problems using their components. I had my heart set on some hypothetical time in the future, where I’d get a new PC with AMD components, and hop to GNU/Linux Mint Debian Edition. I started looking into a distribution I heard about called Pop!_OS however, because it seemed like it might be possible for me to install it easily on my current system, without modification.

Read more...

An excerpt from my my diary, from the 15th of February, 2024.

After taking a bit of a break to just watch some videos, and get more comfy with the environment, I figured it was time to get back into it. First off, I still have absolutely no idea if my webcam will work. With no built in way to check, I figure some software off the Pop Shop would work just fine. Grab some program literally just called Camera, which seemed simple enough, but couldn’t recognize the device; no idea why. Maybe it’s expecting a different type of equipment, but regardless, there are other options. Perhaps I needed some controller application first—like the proprietary Logitech software on Windows—but obviously something free instead.

Read more...

An excerpt from my my diary, from the 16th of February, 2024.

You know, it’s been a few days since I’ve installed this system, and I only just now realized something: hibernation actually works on my device perfectly. I always, and I mean always, have issues with hibernation on my desktop Windows systems. Clearly it works for a lot of people— because I don’t hear about this being an issue—but for me, across multiple versions and computers, hibernation breaks. I’ve always opted to either leave my stuff running, or turn it off entirely, because I will basically have to restart the device anyway if I try to use hibernation mode. On Pop!_OS though? Oh wow, it works flawlessly, boots back up in a few seconds, and everything is just excellent; I am honestly stunned.

Read more...

An excerpt from my my diary, from the 17th of February, 2024.

Today, I got a request from a family member to create a DVD, from several short videos of him playing on the guitar. I figure this shouldn’t be a big deal, but I was incorrect. Apparently, authoring DVDs is a giant pain in the ass—at least with the media I was given. All of these clips were in some strange AVI formatted video, which was massive, and didn’t even want to play properly in some media programs. I imagine the best course of action would be to just re-encode this mess, maybe into MP4 with ffmpeg, and just be done with it, especially as I wasn’t confident it’d fit on the DVD without modification. Okay, so let’s hop into the terminal and get ffmpeg installed. What’s even nicer about this, is it’s very easy to just open a terminal right in the directory, and modify my existing scripts.

Read more...