Your cart is currently empty!
Category: Technology
-
Lessons Learned from Migrating 17TB of Data
I finally pulled the trigger on some new hard drives for my home NAS. I am migrating from a 5U Server down two a small desktop size NAS. Ultimately this removes the need for my 42U standing rack. I did this transfer a year or so ago when I did a full rebuild of my…
-
Encrypt an Existing EBS Volume
Say you have an existing EBS volume on Amazon Web Services that you wanted to encrypt. How would you do that? The following guide shows you how to do so via the AWS Management Console. Login to your console. Navigate to the the EBS Volume you would like to encrypt 3. Right click on your…
-
Fixing Unadoptable Unifi Devices
I wrote an article about this before that utilizes Robo3T. I figured I should also have a version for those of you who utilize SSH and Command Line. DISCLAIMER: I am not responsible if you break anything. If you need help let me know before you create a big mess! EDIT: I wrote a Python…
Counting Web Requests
I manage a ton of web servers. Occasionally I see attempts at flooding the servers with traffic. Typically in a malicious way. Generally these are just small attacks and nothing to write home about. But, I wanted a way see how many times a server was getting a request from a specific IP address. Obviously…
Fixing Unifi Controller Errors
Recently I was working on a device that for the life of me I could not get to attach to my Unifi Controller. Repeatedly I would get used default key in INFORM_ERROR state, reject it! error on my server. The other error that I kept getting on the device itself was Decrypt Error when running…