Spencer

Author's details

Name: Spencer Shimko
Date registered: Saturday, February 25, 2006
URL: http://www.beyondabstraction.net

Latest posts

  1. WordPress 3.2, CentOS 5, PHP 5.2, & eAccelerator. What a mouthful. — Saturday, July 9, 2011
  2. Building for older RHEL/Fedora releases on newer systems — Wednesday, June 15, 2011
  3. When Less is More — Monday, February 8, 2010
  4. On topics such as how to run sudo from a cron job — Sunday, December 20, 2009
  5. Entourage Apple Script for Moving IMAP Mail — Sunday, August 16, 2009

Most commented posts

  1. NetworkManager & KDE — 8 comments
  2. SELinux Slogans — 4 comments
  3. Disabling file access time updates using noatime in OS X — 4 comments
  4. Social Networking vs. Social Matrices — 4 comments
  5. Red Hat RHN SSL certificate verification error — 3 comments

Author's posts listings

Jul
09
2011

WordPress 3.2, CentOS 5, PHP 5.2, & eAccelerator. What a mouthful.

I wanted to update WordPress to 3.2 but hit a snag. Unfortunately 3.2 requires an update to PHP 5.2 which isn’t in stock CentOS. So I followed the instructions here to update to PHP 5.2 using the CentOS Testing repos. However I use eAccelerator which was built for 5.1 so before I could update the …

Continue reading »

Jun
15
2011

Building for older RHEL/Fedora releases on newer systems

If you have ever tried to use a new Fedora or RHEL to build packages for older systems you may have run into errors at installation time. For example, if you were to roll a package on Fedora >=10 or RHEL >=6 and tried to install it on RHEL 5 you will get rpmlib(FileDigests) errors. …

Continue reading »

Feb
08
2010

When Less is More

Screen shot 2010-02-08 at 7.16.44 PM

Hmmm… you would think the empty set resulting from the intersection of the product title and product features would have been a clue that something was awry.

Dec
20
2009

On topics such as how to run sudo from a cron job

If you want to run sudo from any part of a cron job make sure you comment out the Defaults requiretty from /etc/sudoers. Bit me twice now so hopefully I’ll remember next time. Ed: Apologies to those who have read this before but I had to restore from backup and my last post wasn’t in …

Continue reading »

Aug
16
2009

Entourage Apple Script for Moving IMAP Mail

In my last post I described a VB Script for moving IMAP email from my inbox to an archive folder. As an interesting Apples to Oranges (or Apple to Microsoft?) comparison here is the Apple Script I use with Entourage to perform the same task. I will post two versions: one that performs the exact …

Continue reading »

Aug
14
2009

Outlook VB macro for moving mail

Been meaning to post this quickie for awhile. Took me a good bit of searching and tweaking but I’ve been using this macro for about two months to move email in my IMAP account in Outlook (2007) to my archive folder. Then I bound it to a hotkey combo by adding it to my menu …

Continue reading »

Apr
27
2009

Social Networking vs. Social Matrices

In a social networking site that is truly extensible and robust we wouldn’t feel the urge to move on. Restarting on a shiny new site or culling or pruning your “friends” on an existing site wouldn’t be necessary. But we have been misled. Social networking doesn’t have to be all or nothing. We shouldn’t feel …

Continue reading »

Mar
02
2009

Solid State Devices (SSD) and journaling

A few things all of us are probably interested in: SSD Write Amplification: http://www.extremetech.com/article2/0,2845,2329594,00.asp Journaling and write performance in ext4: http://thunk.org/tytso/blog/2009/03/01/ssds-journaling-and-noatimerelatime/ The bottom-line as far as wear and tear: vfat is basically the same as a journaled FS from a wear-leveling standpoint, both are worst case. Thankfully vfat, being the worst case, forced the manufacturers …

Continue reading »

Nov
06
2008

Disabling file access time updates using noatime in OS X

The past few days people in Linux blogosphere have been bringing back up the noatime/nodiratime mount options. These options disable the updating of file and directory access times. On many standard systems when you read file a “last read,” or access time, timestamp is written to disk. Disabling the writing of access times can provide …

Continue reading »

Oct
21
2008

My favorite shell completion of all time…

My favorite BASH shell completion of all time is hostname completion for all of my favorite commands: SSH_COMPLETE=( $(cat ~/.ssh/known_hosts | \ cut -f 1 -d ‘ ‘ | \ sed -e s/,.*//g | \ uniq | \ egrep -v [0123456789]) ) complete -o default -W “${SSH_COMPLETE[*]}” ssh scp sftp rsync nmap traceroute ping nslookup …

Continue reading »

Older posts «