Home
MindlessTux
Cancel

Series about ZeroTier

Currently, I am writing a little series involving a product I recently discovered, ZeroTier. Many people seem interested in how I am using it for personal use. So spending a few nights writing up my thoughts, the how to’s, and grabbing some screenshots along the way.

Continue reading…

Xbox One Audio Issue

So the girlfriend and I just tried to watch an episode of Stargate SG-1 on DVD on the Xbox One. During playback we have an interesting audio issue. We heard more background sounds than speech. A short Google search later and the problem was resolved. To solve this we simply had to open settings, go to display and sound. From there edit the audio output from 7.1 surround to stereo. I think this is the simplest to date of problems that I have run into.

Continue reading…

Fix for Java 8+ & iDRAC 6 Connection Failed

For work I recently had to stand up a temporary system that has the old iDRAC 6 in it. Many will know that Java 8+ (from my testing) seems to have a disliking for that version of iDRAC. I spent a day grumbling at the error while standing next to the offending system in the data center watching the OS hang on install. After doing some digging this morning I found the key that kills the connection. SSLv3.

Continue reading…

Reset lost iDRAC pass from OMSA

I was recently playing around with EM7 and various Dynamic Apps around Dell hardware. I came to find that my remote server (hosting this site) had storage in a ‘nonCritical’ state. I promptly tried logging into my idrac for the system and was having issues getting in. I had forgot what I had set for the password on the root and personal accounts. (For those that leave it root/calvin, shame on you!) This set off a “fear” if you will of having to shut down several VMs and get the datacenter hosting it to attach a remote KVM so I could change the drac password. I hate this thought. I spent 30 seconds here and there trying every password I could think of but nothing worked. I finally started googling around to see if there was any other method. I struck a winner.

Continue reading…

iDRAC 7 – LetsEncrypt Wildcard Cert

So I have a few “hand me down” dell servers. The ones I use right now have iDRAC 7 in them. I have always been annoyed at the SSL warning that comes up. I thought about rolling my own CA and generating my own certs. I shot that down though as some times I pull up the iDRACs remotely from systems where I don’t want to install the custom root cert. I finally took the time to figure out how to take the Let’s Encrypt free SSL cert and apply it to the iDRACs. This is mainly due to they started issuing wildcard certs as of today.

Continue reading…

Setting up a TF2 server – Part 1

So I also host a small set of game servers for me to test plugins and maps out. Not to mention its also a simple way for me to say to a group of friends lets go play this and have a place to go without the hassle of looking for a server. Normally I would tell people to install LGSM when they want to setup a gameserver. I though have run into a few issues where LGSM is a tad constricting for my needs now. So off to setting the server up from scratch and trying to replicate a couple of features from LGSM.

Continue reading…