howto

iCloud setup with different iTunes and MobileMe Accounts

October 15, 2011

iCloud debuted Tuesday for all iOS 5.0 devices. On Friday, the iPhone 4S was released. You’d think that would be a banner week for us. However, there is disharmony afoot in our Apple-land. The Issue In 2001, iTunes was released. I quickly setup an iTunes account using my personal email address. In 2002, .Mac was [...]

Read the full article →

Secure your WordPress Installation

May 17, 2011

WordPress is an extremely popular web platform with about 7% of all websites running WordPress. That large a population means that attackers have a rich environment to exploit your installation. There have been historical attacks and worms written specifically to target WordPress. Even highly visible bloggers weren’t immune to the attacks. However, there are some [...]

Read the full article →

B&N NOOK Color – Your $250 Android Tablet

April 9, 2011

This article is about the NOOK Color and how to convert it from a stock device, make modifications to enable additional features, and finally convert it into a full-blown Android tablet (running either Android 2.3 (Gingerbread) or Android 3.0 (Honeycomb)). The other day I was lamenting to my best friend how I really wanted to [...]

Read the full article →

How to become a Certified IPv6 Technician – Part Two

March 1, 2011

Internet Protocol version 6 (IPv6) is the “new” Internet addressing protocol created by the Internet Engineering Task Force (IETF) to deal with the exhaustion of the current IPv4 address space. In Part One of this article I gave you some background in IPv6 and documented your path from IPv6 Certified Newb to Enthusiast. In Part [...]

Read the full article →

How to become a Certified IPv6 Technician – Part One

February 27, 2011

Internet Protocol version 6 (IPv6) is the “new” Internet addressing protocol created by the Internet Engineering Task Force (IETF) to deal with the exhaustion of the current IPv4 address space. What does that mean to you and I? Ultimately, it means very little. The transition from IPv4 to IPv6 has been going on, very slowly, [...]

Read the full article →

MySQL Database Replication over an SSH Tunnel

February 13, 2011

SSH Tunnel Setup Create an SSH key (Version 2) to allow passwordless replication: $ ssh-keygen -t rsa Copy the SSH key to the Master (assumes same user account on Master and Slave): $ ssh-copy-id master.machine.dom Setup the SSH Tunnel from the Slave to the Master on Slave Port 3305: $ ssh -f master.machine.dom -L 3305:127.0.0.1:3306 [...]

Read the full article →

Adobe Type Units Error – How to Fix It

January 26, 2011

The Problem I was recently perusing my /var/log/system.log file under OS X Snow Leopard (OS X 10.6.6), also available by running the Console application in your Utilities folder and selecting system.log, when I noticed several error messages that bothered me: osascript[236]: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no [...]

Read the full article →

OSX Hints and Tips

August 24, 2010

There are many ways to customize your OSX environment to suit your personal tastes. However, not every preference you want to change can be modified using System Preferences or Application Preferences. Often, settings are deemed too obscure for everyday users and relegated to complex keystrokes or hidden system settings. This is my guide to a number [...]

Read the full article →

Moving from SquareSpace to WordPress

July 27, 2010

On July 20th, I moved my personal blog site, robpickering.com from SquareSpace to WordPress.  This article is about why I did it and then how I performed the task, maintaining all of my posts, post dates, migrating authors, and most importantly, keeping all of my user comments.  

Read the full article →

Track Spammers using Gmail

July 20, 2010

I hate spam.  I’m sure you hate spam.  I’ve spent a significant amount of my personal time working on solutions to combat spam.  I’m fortunate, in that I run my own mail server, and can therefore deploy a variety of spam fighting techniques.  My current mail server is running: SpamAssassin amavisd-new Greylisting Postfix UCE Rules [...]

Read the full article →