Surface Book, Windows 10, and WSL: A year in review from a UNIX Geek

TL;DR Unix geek tries Windows 10 for a year. For the most part it works, but lots of growing pains. Going back to the land of GNU. Introduction A year ago, I started an attempt to give Windows another try. I jump around different platforms to stay current and cognisant of the industry shifts professionally. The need to get back to Windows happen to coincide with need for a new laptop. ...

November 5, 2017 · 8 min · Nick Schmidt (oneguynick)

You are dev to me

Introduction The idea of keeping a production and development network always wears on me. Unless the change management is in place to offer some assurances that both threads are kept exactly in sync, they inevitably turn into a game of not good enough to buy down risk. That was the rationale behind creating a system that allowed rapid captures of running machines, transitioning to a closed network, and with no changes to the network/systems have them be as they were just minutes earlier. Thanks to technology from EMC, Cisco, VMware, and VyOS this is all very possible. ...

October 11, 2015 · 3 min · Nick

Traffic Control on Linux with FireQOS

In order to make full use of my half-duplex WiMAX link, I started looking for anything and everything I could use to optimize it. Linux has some pretty decent utilities with iproute2 and netem to handle these type of configurations. They don’t compare to OpenBSD’s PF, but they work once you get the setup in place. Due in part to how ugly TC is out of the box, I really like FireQOS for defining the basic configuration. The developer also makes a great iptables wrapper called FireHOL, but iptables rules are easy enough to write in my opinion. ...

November 1, 2014 · 3 min · Nick

The machine is self aware…

I live in the boonies now, but thankfully we have some semblance of broadband with SpeedConnect. It is a WiMax setup with a modem that needs to be reset once a day (sometimes more if I am downloading ISO’s) and only connects at 10Mb Half-Duplex. Better than nothing I suppose. Originally I just succom to needing to wake-up, hit the head, and then hit the server room to pull the power. The geek in me couldn’t take it. Enter an extra Wemo Insight I had lying around. Initially I attempted to set up a rule that reset the switch (and thereby the modem) and coincide that with a cron script to bring down and back up the connection. ...

October 19, 2014 · 1 min · Nick

ADS-B Receiver and Plotter with Arch Linux

I love aviation and love software defined radios so building an ADS-B receiver and plotter was high on the lists of to-do. In Standish Michigan there are not a lot of fly overs so I wanted to be sure to capture those that happened. Haven seen now a few A-10’s on low pass it only fueled that desire :) I use yaourt for my AUR package management, but whatever tool you use should be capable. ...

August 27, 2014 · 2 min · Nick