Month: November 2013
-
Subversion: Dealing with Umlaute
I had a very annoying problem with my subversion today: A file had an ‘ö’ in it. I checked it in on Windows without noticing it, and when I checked the file out on my Mac it immediately caused a conflict: A Life/Jeppe Family History/Old & Junk/jeppe neuC Life/Jeppe Family History/Old & Junk/Die Köter, auch […]
-
Apache: ssl_error_rx_record_too_long Error
Got the error ssl_error_rx_record_too_long in Apache. Was confused at first, but then realized I had not configured SSL properly – Firefox was attempting to parse http as https. So I set out to configure SSL and lo and behold, this solved the issue.
-
How to Set Up a TFTP Server
Analog devices has a great and quite thorough “How To” on Setting Up a TFTP Server.
-
ASUS P5QD Turbo Mainboard Not Recognizing USB Keyboard During Boot
Today I re-installed my old PC for my sister. First obstacle? I obviously had changed the boot order to put the CD Rom Drive after the harddrive, making booting from my Windows install DVD hard, to say the least. I couldn’t change it because, for some reason, the BIOS refused to recognize my USB keyboard. […]
-
How to Convert FAT drives to NTFS
Turns out you can convert FAT filesystems into NTFS (but not NTFS to FAT). How? Microsoft has a guide online.