How to Resolve Git Merge Conflicts

- Posted in How To by
If you’ve ever worked with Git for a while, chances are you've run into a merge conflict. It usually happens when your code and the upstream repository (the original project you forked from) don't [...] Read more

Use Tailwind CSS in a Static Website (Without the Play CDN)

- Posted in How To by
Tailwind CSS is super handy for styling websites quickly without writing endless lines of custom CSS. Usually, you will see people dropping in the Play CDN for quick testing, but for real projects, [...] Read more

Fixing Outlook's wrong MAPI address (SCP vs Autodiscover)

- Posted in How To by
I was recently migrating our Exchange Server when user reports started coming in that Outlook was throwing certificate errors. Here’s a quick write-up on how to fix Outlook using the wrong MAPI [...] Read more

How to Upgrade Your Domain Functional Level (DFL) in Active Directory

- Posted in How To by
A complete Guide on what DFL even is, to how to upgrade it, and what to do if something goes wrong. If you've been running Active Directory for a while, chances are you're due for a Domain Functional [...] Read more

Expanding your linux VM Disk: Resize LVM partition without creating a new one

- Posted in How To by
Below is a friendly, step-by-step guide to resizing a Linux VM’s disk without creating a new partition. We’ll walk through extending the last partition on a disk, resizing a Physical Volume (PV), [...] Read more

Limit CPU, Memory, and Other Resources for a Service Using systemd

- Posted in How To by
Occasionally, you might encounter a service that unexpectedly gobbles up your system's resources. For example, I once set up an SSH honeypot to capture malicious bot activity—but when random bots [...] Read more

OSI Model: 7 Layers of Networking Made Simple

- Posted in Technology Compendium by
Have you ever wondered how your text messages, emails, or even your favorite cat memes magically find their way across the internet from one device to another—or why people keep mentioning the OSI [...] Read more

Remove sensitive (personal) headers from postfix emails

- Posted in How To by
When I first set up my email server to handle messages for my domains, I noticed a concerning issue: the outgoing email headers included sensitive information, such as my home IP address and the [...] Read more
Page 1 of 2