Currently Browsing: SysAdmin
Remove Extraneous RedHat Services to Help Secure Servers
Posted On: January 22, 2009Posted In: SysAdmin
Comments: No Responses
Protect your computer against bad guys.
Read More...Using MySQL Administrator Over a Secure (ssh) Connection
Posted On: January 20, 2009Posted In: Mac, SysAdmin
Comments: 6 Responses
MySQL Administrator is not designed to work over a secure connection like ssh. By using ssh tunneling, you can connect to your remote MySQL servers from your workstation.
MySQL Tools
Download the MySQL Tools package.
Install the MySQL Tools package. On the Mac, just drag to Applications.
Create the Tunnel
To create the tunnel, open a shell (Terminal on the [...]
WordPress TV
Posted On: January 17, 2009Posted In: SysAdmin
Comments: No Responses
WordPress has unleashed its video tutorial site, WordPress.tv. You can find all kinds of helpful videos from basic tutorials to WordCamp conference sessions.
Read More...New Look
Posted On: January 16, 2009Posted In: SysAdmin
Comments: No Responses
The site is sporting a new look. I hope it’s also easier for people to use.
Read More...Fix for “Warning: cannot yet handle MBCS in html_entity_decode()! error” in WP-Postviews
Posted On: January 15, 2009Posted In: SysAdmin
Comments: No Responses
I installed the WP-Postview plugin for WordPress. Everything was fine until it encountered Japanese. Then it barfed repeatedly with “Warning: Cannot yet handle MBCS in html_entity_decode()!”.
To work around this problem, I found some great notes on SearchMarked.com.
Edit the wp-postviews.php file, replacing
$text = html_entity_decode($text, ENT_QUOTES, get_option(‘blog_charset’));
with
$text = utf8_decode($text);
Read More...Configuring Apache for WordPress
Posted On: January 14, 2009Posted In: SysAdmin
Comments: No Responses
What the Apache config file needs to server up WordPress blogs.
Read More...Upgrading Subversion on OS X
Posted On: January 12, 2009Posted In: SysAdmin
Comments: No Responses
The default Subversion on the Mac is 1.4. How to upgrade to 1.5.
Read More...Installing PowerDNS
Posted On: January 5, 2009Posted In: SysAdmin
Comments: 5 Responses
There are notes on installing PowerDNS on a CentOS 5 server. This is generic enough that it aught to work on any RPM based Linux distro with yum installed.
Read More...Upgrading Zimbra 4.5.10 to 5.0.11
Posted On: January 3, 2009Posted In: SysAdmin
Comments: One Response
There are my running notes for upgrading a Zimbra 4.5.10 server to the latest Zimbra 5.0.11.
Read More...Workaround for FreeMind OutOfMemory Exception (Mac OS X)
Posted On: December 15, 2008Posted In: SysAdmin
Comments: No Responses
FreeMind on OS X has not been working. Rather, it’s been giving me an out of memory exception. Here is a workaround.
Read More...