Git and libcurl with older OpenSSL connecting to newer OpenSSL - error 1112
There’s an interesting edge condition we ran into at work last week around git connecting to a repo over HTTPS.
There’s an interesting edge condition we ran into at work last week around git connecting to a repo over HTTPS.
I’m running Ubuntu Server 12.04 as a virtual machine on my high-res work laptop, and got tired of the tiny 640x480 console window, so tried to figure out how...
Recently had to Google this, so here’s some more juice for the search engines to help others find it faster.
I’ve been banging my head against something here at work, so thought I’d post the solution up on the Interwebs to hopefully prevent cranial trauma for others.
So, I’ve been banging my head against an issue where Apache was unexpectedly adding the Vary: Host HTTP header to responses for certain requests. Unfortunate...
About a year ago I posted some tricks for pulling information about WMI counters on Windows using the Powershell command line tools.
About a year ago I wrote a couple of posts about setting up OpenNMS with WMI (part 1, part 2), but until recently we were unable to leave this functionality ...
If you install quota support on current versions of Ubuntu, modify your fstab to add usrquota and/or grpquota options, and run quotacheck, you will get a mes...
I was trying to troubleshoot an intermittent issue with a .NET application connecting to vsftpd on a Linux box today. The issue is that the .NET application ...
I’ve recently had reason to source upgrade a FreeBSD box from version 6.4 to 8.0. The safest way to do this is by upgrading first to version 7.2. Here are so...