Intro This is a complete how-to guide, from first boot to first file copy, on how to build your very own Gluster file storage cluster on 45drives (or any storage device capable of running Linux). It is meant to serve not only as a straight copy/pasteable recipe for creating the initial cluster and for adding nodes, but to also give…
Category: Uncategorized
Panasonic BB-HCM581 cameras won’t respond? Here’s why.
Had a strange issue run past my desk this week, figured I’d share the fix if anyone has similar in the future… So we have a few Panasonic BB-HCM581 cameras that for some reason or another decided to go to factory reset default. When they would do this, they would show up in DHCP for a short period of…
Building your own CoreIR transponder
Creating your own CoreIR transponder from off-the-shelf components… What you’ll need: An NPN transistor A 4S balance lead connector Two 940nm IR led A 9.1ohm resistor One Arduino pro micro 28guage silicon wire A hot glue gun Got all that? Great, let’s get started!
Reversing iLap, hacking IR protocols, and the creation of CoreIR
Reversing iLap, hacking IR protocols, and the creation of CoreIR My adventure into IR protocols, arduino hardware, and C++ all started when I found out that iLap was selling a small device. This small device, a $40 ‘timing gate transponder’ in essence quickly repeatedly sent a 7 digit number out of an infrared LED to a receiver at the finish…
Quick Dell n1524p thermal testing
Did some quick thermal/environment testing on the new Dell n1524p today… it survived quite well. The max physical (ambient) temp reached was 150F and the switch continued to operate normally. It did throw a few temp warnings in the logs and flag its status from “good” to “medium” but was not severely hindered. This test was run the old…
Mass migrating distribution groups to 365
Recently I was tasked with recreating 500+ email distribution groups from our companies local exchange servers up to 365. Recreating over 500 distribution groups by hand would take weeks and an extreme number of raw man-hours, so there was only one solution, powershell scripting! This is a quick guide to how I scripted the recreation, and re-adding of members from…
Emax Nighthawk 200 build and mods
Intro: S3fpv was graciously provided with a Emax nighthawk 200 racing drone for review. Will (nicklyw) of S3 and myself did the following build and I then proceeded to mod the 200 to bring it up to acceptable S3 racing standards. TL;DR Results: Overall I would give this kit a 3/5 (three out of five). LOS and…
Adding journal drives to Windows Storage Spaces 2012
After reading several pages including this great writeup on improving windows storage spaces speeds, I found myself needing to add some SSD journal drives after the fact (after the spaces had already been created). For anyone else looking to do the same, here’s the powershell commands needed to do so. 1. Get the ‘friendly name’ of the disks you’ll be…
A lesson in backup testing!
This is a real world example of why you should always test your backups. Approximately two weeks ago while running a backup restore test an error started occurring that would cause all restores of the fileserver drive to fail, going back any length of time. A ticket was opened with Veeam support about the error and troubleshooting began later that…
A quick and simple disaster recovery policy
A quick disaster recovery policy boilerplate. Customize it for your business, or leave it as-is. Please be sure to write up detailed disaster recovery procedures and make sure you have a proper business continuity plan in place as well. The policy itself: Section 1. This DR Policy The major goals of this policy are as follows: To minimize interruptions to…