Here’s a writeup of how I managed to persuade Subversion‘s svnserve running on FreeBSD to authenticate using SASL, Cyrus’ saslauthd, and LDAP on Novell eDirectory.

Read More → LDAP authentication for Subversion’s svnserve on FreeBSD using SASL, saslauthd, and Novell eDirectory

I wanted to prevent automatic linebreaks in pre-tags in the “Twenty Fourteen” theme. I followed WordPress’ description on how to create child themes. In the /usr/local/www/wordpress/wp-content/themes directory, I created the twentyfourteen_local directory. In this directory I created the style.css file. The file was given the contents shown below. In the Dashboard, I clicked on Appearance. […]

Read More → Creating WordPress child themes and preventing automatic linebreaks in pre-tags

Yeah sure enough, Windows 8/8.1 and IE 10/11 has its own builtin Flash player. This highly potent combination outright refuses you to download the real Adobe Flash Player from Adobe’s website. It hasn’t occured at all to Microsoft that we, the users, might need the real Adobe Flash Player for software other than IE, say […]

Read More → Adobe Flash Player, MS Windows 8/8.1, and MS IE 10/11

I upgraded Subversion 1.8.1 to 1.8.5 on some non-critical FreeBSD servers the other day. Normally I would run this command: portupgrade -fprv devel/subversion I noticed www/serf also needed updating, so this time I ran a command like: portupgrade -fprv www/serf

Read More → Trouble upgrading older Subversion on recent FreeBSD? You might be missing devel/scons