Archive for March, 2010

Hi Wayne!

Wednesday, March 31st, 2010

Today my band director asked if I had a blog. But it wasn’t clear if he was actually referring to this blog, or to a blog by a namesake (I apparently have a few).

So to clear up the confusion…. Hi Wayne. This is Andy. Oboe/English Horn and purveyor of fine Adobe software.

WordPress Upgrade

Monday, March 1st, 2010

I just learned how to install from the “testing” repository of debian.  I followed the instructions on here, even though they were kind of out dated.  In summary:

sudo vim /etc/apt/sources.list

adding this:

deb http://http.us.debian.org/debian testing main contrib non-free

Then:

sudo vim /etc/apt/apt.conf.d/70debconf

adding this line:

APT::Default-Release “stable”;

Finally:

sudo apt-get update

apt-get -t unstable install wordpress