Category: IT Stuff

  • Creative Stage Air v2 – 8/10

    I was looking for a set of speakers for my home setup and stumbled upon a review by the Sound Guys on the Creative Stage Air v1. Tried to find it here in the Philippines and came up with the v2. Thought to myself, “should be close enough”, and so I bought it and here…

  • Nginx Hijinks

    Just took the time to take a serious look at my Nginx server configuration and cleaned it up. Reformatted it and removed superfluous configs which I just copy-pasted from somewhere. Also tweaked some settings to improve everything. Seems to be more responsive now as a result and also standardized everything to make it more readable…

  • Kernel Updates

    I’ve been gone awhile due to family issues that came one after the other. Anyways, I’ve been distracting myself by updating my custom kernel, among other things. Here’s the new ones thus far.

  • My Custom Linux Kernel

    Since it seems site visits are starting to ramp up, I’ve decided to highlight the different branches integrated in my custom Linux kernel found on GitHub. Here’re the relevant links: Kernel Source: https://github.com/intersectRaven/linux Arch PKGBUILD: https://github.com/intersectRaven/arch-linux*the pkgver might be outdated since I only commit when there’s a major change**I use Arch btw… 🤣 Kernel Source…

  • Fun with CloudFlare Tunnels

    Recently, I was tasked at work with implementing an isolated service on AWS. Since I’m a cheap guy, I didn’t want to use Elastic IPs just to ensure I can be lazy with DNS <-> EC2 whenever I reboot it during workhours. Also, it’s a hassle to apply for approval on firewall configuration changes so…