Another repair from my dad is this Maxie 1202 mixer, a 12 channel analog mixer, that has scratchy/noisy potentiometers, and one channel is reported as pretty much completely dead. Knowing it was all pots, and the unit was going on 20 years old now, I figured it was just dirty.
Taking the mixer apart was relatively time consuming, since you have to pull all the nobs. After removing the back, I did notice that the glue holding down the two power supply filter caps had lost hold, so that was added to my list of fixes (nothing a little hot glue couldn’t fix). I always find it interesting when companies use LM317’s and LM337’s for their power supplies. I guess it does let them set the upper and lower supply rails outside the standard ±5, ±9, ±12, etc.
Total time for disassembly was about 20 minutes. I made sure to index the screws using this handy mat. I also threw all the nobs into a bowl. Interestingly the upper and lower boards of the mixer are joined together by solid core, uninsulated, wire. So I had to keep the upper board slightly elevated from the lower one.
I’ve been meaning to do this for a while, but a slashdot linked
This is my first post on Powershell. Hopefully it won’t be too painful. Anyway, Campus recently mandated that we get away from the Cisco IPSec client, and move to the AnyConnect client. Problem is, the IPSec client was REALLY easy to put the username and password in the launch shortcut (just switches), and it’d connect. That doesn’t seem to be the case with the AnyConnect client, so I had to figure out how to do this in powershell. The script below (the fold) does this, and seems to work quite well. The reason for automating it is because we’re an almost 100% Mac shop, and there is a piece of “Banner” that is PC only. So we provide a Terminal Services/RDC Server that Mac users connect to, VPN fires up, and they’re able to connect to this package ((Note, our VPN admin had to allow VPN connections from a Multiuser environment, and Remote Desktop Connection)).