Filed April 27, 2008 under Randumb by Drew | 0 comments
This seems to be what all the cool kids are doing:
history|awk ‘{print $2}’|sort|uniq -c|sort -rn|head
120 ssh
78 ls
53 ping
39 sudo
39 cd
22 man
14 osascript
13 sh
13 curl
12 mv
From the above I can extrapolate a few things. 1. I still know AppleScript better than shell scripting (osascript vs sh). 2. I have done a lot of sessions working on system status (ssh). 3. Boy did I freak when I couldn’t get to systemstatus.umn.edu after we did the cutover to the new server (ping). 4. My command-line foo is weak especially related to scp, cp and tail (man).
Filed April 24, 2008 under Randumb, Site Design by Drew | 0 comments
Timeframe looks awesome! I can’t think of anything I need to use it for yet, but when I do… I don’t just read DF, but it does seem to be where most things I want to post come from… hrm…
Filed April 12, 2008 under Site Design by Drew | 0 comments
Near as I can tell with no ill-effects from the update to WP2.5. I like it when things work as advertised. Next goals for the site would be to make use of the new gallery features.
Update:
Or maybe I can just use the old gallery features with the Lightbox plugin?
Update 2:
I found out there’s a CSS change in WP2.5 that floats the next button below the Lightbox. The following change fixes it and has been sent to the
author and added to the relevant
support thread on the WordPress site.
Tweak line 45 of the lightbox.css file to read width: 45%
Here it is inline:
#prevLink, #nextLink{
width: 45%;
height: 100%;
background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
Filed April 12, 2008 under Site Design by Drew | 0 comments
Filed April 12, 2008 under Randumb by Drew | 0 comments