Upgrade APC UPS with larger batteries

I was given an older APC Smart UPS 1500, the batteries were dead, bulging, and leaking. I planned to run 2 desktop computers, a file server, cable modem, router, wifi access point, and a lamp off of the UPS and I wanted them to be able to stay up for more than a few minutes. ...more

August 24, 2022 #Hardware #Modding #Configuration

git Tips and Tricks

This page will outline useful information related to the usage of git.

It is useful to get an overview of your changes when using git, so that you can choose a good commit message.

Previously I would use git diff * the problem is that when you have bundled and minified files the output of git diff is enormous and not helpful. ...more

August 04, 2022 #Development #Git

Microsoft Windows Notes

I use Linux 99% of the time, however there is the occasional time when I use or fix Windows.

This page will serve as a place for me to store useful notes related to Microsoft Windows. ...more

April 01, 2022 #Windows