Black Cat Blog

Thoughts, Stories, and Ideas

Category: Uncategorized

  • A Reattempt At Writing

    I am going to make another attempt at writing a fun information technology book. This time I have a much better idea for the intended target audience. Surprisingly, my therapist helped narrow down the audience to the intermediate computer user who is fascinated about how computers and networks operate and wants to learn more; take it to the next level. In my latest thinking, my ideal reader will want to balance learning by doing with grokking the theory behind it as well. So I may sit down to figure something fun out this weekend when I am at work

    I am planning on enjoying today’s day off to its fullest possible. Yesterday, I was so tired that I was falling asleep on the job. I will also have Friday off too and it will feel good. In an ideal world I’d rack up enough paid vacation and just relax. This is going to be a short article as I have a lot to do.

  • Frustrations

    I’m somewhat frustrated that my skill set in computing seems to have atrophied. I’m struggling and making rookie mistakes. On the flip side it is good that I am recognizing this and I do need to slow down and plan better; step away when my frustrations start to get too high.

    I’m finding myself looking forward to work today. It’s easy and I earn okay money. Things could be better, and yet, they could be a whole lot worse. I do need to honor my promise to Denisse to help her study and I am doing that first thing when I get home.

    I think while I sit in the dock office this morning I will try to get Let’s Encrypt certificates working so I can stand up my private cloud and have it secure. I am planning on hiding it behind a VPN because I don’t want it externally exposed.

  • Some IT Work This Weekend

    I decided to get a lot of IT work done this weekend. One of my major goals was to get my lab systems on to a virtual network. The virtual network uses NAT for outbound connectivity but does allow some things inbound. I had to do this the manual way and it’s been a challenge. One of the things that makes Linux and BSD so powerful are their networking tool set. With the pretty much stock install, you can set up an entire virtual network within a host. If you’re willing to roll up your sleeves, there are some very cool things to do.

    The first thing I did was create a virtual network with a bridge on my server called virbr10. The virbr10 has a dummy interface called virbr10-dummy. The dummy interface is just to keep the bridge in an up state while the virtual machines load on boot. It’s an important thing to do so that the boot time is faster.

    This consolidation is ultimately a good thing but taking a lot longer than I had planned. I am still wrestling with getting my Mastodon instance moved but that’s okay. I know Mastodon can be really finicky. It’s not tolerant of stupid/arrogant sysadmins. 😆

  • Tired and My Feet Hurt

    I’m feeling every bit my age and it is partly my fault for not thinking to bring my afternoon dose of Gabapentin. It was poor planning because I worked a standing shift and I am a Type 2 Diabetic. Well at least I’m on the bus home. Sadly, I have not heard from Securitas yet. I was really hoping to hear from them and pick up a new security job as the company I work for now is dead end. I want to be done with them. The sooner the better.

    In more positive news, my home computer lab is working well now. I have a virtualized OPNsense router that outperforms the piece of rubbish supplied by Verizon. The one thing I have not been able to get going is WireGuard on the router. For now, I spun up a container to power WireGuard. I also spun up another container for Mastodon. I have to see what other services I can host.

    I am currently using the 169.254.0.0/16 but I broke it down into a single 169.254.0.0/29 for my home use but that won’t work. I was planning on using that block as tunnel endpoint addresses for the WAN I’m building. I need to rethink this some. For now, it’s okay but it won’t be for much longer. I’m building this WAN in the name of learning.

  • Technology Stacks

    I am in the phase where I am starting to consider technology and architecture stacks for my business. Below is some of my brainstorming on the subject matter. I did get myself set up with a VoIP line and pretty cool number in my area code, 302. Obviously I am not sharing the number until I am fully ready to go. I don’t need the spam and robocalling just yet.

    I think I have the rest of my technology stack worked out. The underlying operating system will be AlmaLinux 10. Since I am going to be small, the architecture can remain very simple. I’ll have two virtual servers, one to power my internal workflow and the other strictly for the website and e-commerce. I don’t expect to do a large volume on it as I will only be offering four services, so for now, simplicity is key.

    So the entire stack for the website and e-commerce platform will be LEMP or Linux, eNGINX, MariaDB, and PHP with Valkey. For my internal processes, I will most likely go the route of LAMP or Linux, Apache, MariaDB, and PHP with Valkey. This will be robust enough for my needs. Again, I want to “Keep It Simple Stupid.” The key will be getting services restored quickly when they go down. I will continue to use Linux on the desktop.