<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dead Ink Vinyl &#187; macosx</title>
	<atom:link href="http://blog.deadinkvinyl.com/tag/macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deadinkvinyl.com</link>
	<description>Musings of David L Kinney</description>
	<lastBuildDate>Wed, 24 Feb 2010 05:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.deadinkvinyl.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dead Ink Vinyl &#187; macosx</title>
		<link>http://blog.deadinkvinyl.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.deadinkvinyl.com/osd.xml" title="Dead Ink Vinyl" />
	<atom:link rel='hub' href='http://blog.deadinkvinyl.com/?pushpress=hub'/>
		<item>
		<title>Screen and my .screenrc file [UPDATED]</title>
		<link>http://blog.deadinkvinyl.com/2009/04/10/screen-and-my-screenrcfile/</link>
		<comments>http://blog.deadinkvinyl.com/2009/04/10/screen-and-my-screenrcfile/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 18:17:36 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screenrc]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.deadinkvinyl.com/?p=210</guid>
		<description><![CDATA[I was introduced to Screen &#8212; a terminal multiplexer &#8212; a couple of weeks ago. When I first tried it, I was mostly annoyed and set it aside. However, it came so highly recommended that I picked it up again and forced myself to learn enough that I could use it on a daily basis: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=210&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was introduced to <a href="http://www.gnu.org/software/screen/">Screen</a> &#8212; a terminal multiplexer &#8212; a couple of weeks ago. When I first tried it, I was mostly annoyed and set it aside. However, it came so highly recommended that I picked it up again and forced myself to learn enough that I could use it on a daily basis: </p>
<ul>
<li><code>screen -ls</code> (list screens)</li>
<li><code>screen -r</code> (reattach)</li>
<li><code>Ctl-A c</code> (new screen)</li>
<li><code>Ctl-A A</code> (rename screen)</li>
<li><code>Ctl-A &#60;num&#62;</code> (switch to screen)</li>
<li><code>Ctl-A d</code> (detach)</li>
<li><code>Ctl-A M</code> (monitor for activity)</li>
<li><code>Ctl-A _</code> (monitor for silence)</li>
</ul>
<p>After getting those commands under my belt, I was very impressed and I use screen all the time now. However, a lot of Screen&#8217;s power comes from the customization of Screen through its startup files. Good information about startup files is scattered across the web, so I&#8217;ll share what I&#8217;ve put together.</p>
<p>Below is my <code>~/.screenrc</code> file, compiled from the information <a href="http://www.softpanorama.org/Utilities/Screen/screenrc_examples.shtml">at softpanorama</a>, <a href="http://www.mattcutts.com/blog/screen-power-tips-screenrc/">from Matt Cutts</a>, <a href="http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html">from the Screen <span class="caps">FAQ</span></a>, and <a href="http://sunsite.ualberta.ca/Documentation/Gnu/screen-3.9.4/html_chapter/screen_5.html#SEC9">from the Screen manual&#8217;s command list</a>. I&#8217;m using this on Ubuntu 8.10 servers over at Slicehost and on my MacOSX 10.5 laptop. </p>
<p><strong>UPDATE:</strong> Added more comments around the <code>termcapinfo</code> setting that enables scrollbars to work as expected.</p>
<pre style="border:1px solid #bbb;line-height:110%;padding:.5em;"># For a complete list of available commands, see http://bit.ly/jLtj

# Message to display in the status line when activity is detected in a
# monitored window.
activity              "activity in %n (%t) [%w:%s]~"

# Detach session on hangup instead of terminating screen completely.
autodetach            on              # default: on

# When a bell character is sent to a background window, screen displays a
# notification in the message line. The notification message can be re-defined
# by this command.
bell_msg              "bell     in %n (%t) [%w:%s]~"

# This command controls the display of the window captions. Normally a caption
# is only used if more than one window is shown on the display.
caption               always          "%{= kw}%?%-Lw%?%{+b kw}%n*%t%f %?(%u)%?%{= kw}%?%+Lw%?"

# Select line break behavior for copying.
crlf                  off             # default: off

# Select default utmp logging behavior.
#deflogin              off             # default: on

# Set default lines of scrollback.
defscrollback         3000            # default: 100

# If set to 'on', screen will append to the 'hardcopy.n' files created by the
# command hardcopy; otherwise, these files are overwritten each time.
hardcopy_append       on              # default: off

# This command configures the use and emulation of the terminal's hardstatus
# line. The type 'lastline' will reserve the last line of the display for the
# hardstatus. Prepending the word 'always' will force screen to use the type
# even if the terminal supports a hardstatus line.
hardstatus            alwayslastline  "%{+b kr}[ %H ] %{ky} Load: %l %-=%{kb} %c  %Y.%m.%d"
msgwait               15

# Set message displayed on pow_detach (when HUP is sent to screen's parent
# process).
pow_detach_msg        "BYE"

# Set the default program for new windows.
shell                 bash

# Default timeout to trigger an inactivity notify.
silencewait           30              # default: 30

# Change text highlighting. See http://bit.ly/11RDGZ
sorendition           gK

# Do NOT display copyright notice on startup.
startup_message       off             # default: on

# Set $TERM for new windows. I have more luck with 'linux' than Terminal's
# default 'xterm-color' (^H problems). Comment out to use the default.
term                  linux

# Tweak termcap, terminfo, and termcapinfo  entries for best performance.
termcap               linux           'AF=\E[3%dm:AB=\E[4%dm'
termcap               xterm-color     'AF=\E[3%dm:AB=\E[4%dm'
terminfo              linux           'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
terminfo              xterm-color     'AF=\E[3%p1%dm:AB=\E[4%p1%dm'

# Allow xterm / Terminal scrollbars to access the scrollback buffer. This
# enables the behavior you'd expect, instead of losing the content that scrolls
# out of the window.
termcapinfo           linux           ti@:te@
termcapinfo           xterm-color     ti@:te@

# Use visual bell instead of audio bell.
vbell                 on              # default: ???

# Message to be displayed when the visual bell is triggered.
vbell_msg             " *beep* "</pre>
<br />Posted in Community, Development, Training Tagged: gnu, linux, macosx, screen, screenrc, sysadmin, terminal, unix <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=210&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2009/04/10/screen-and-my-screenrcfile/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>My First Leopard Trouble</title>
		<link>http://blog.deadinkvinyl.com/2007/10/28/my-first-leopard-trouble/</link>
		<comments>http://blog.deadinkvinyl.com/2007/10/28/my-first-leopard-trouble/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 00:33:29 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/?p=94</guid>
		<description><![CDATA[Someone was asleep at the wheel when this got through QA. I have Leopard setup to automatically log me out after 75 minutes of inactivity. However, that automatic logout is cancelled by Safari when Safari has multiple tabs open.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=94&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Someone was asleep at the wheel when this got through QA. </p>
<p><img src="http://www.deadinkvinyl.com/images/9t.png" alt="Safari asking if I want to quit due to multiple tabs while Leopard cancels a logout because of Safari." /></p>
<p>I have Leopard setup to automatically log me out after 75 minutes of inactivity. However, that automatic logout is cancelled by Safari when Safari has multiple tabs open. </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/94/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/94/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=94&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2007/10/28/my-first-leopard-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>

		<media:content url="http://www.deadinkvinyl.com/images/9t.png" medium="image">
			<media:title type="html">Safari asking if I want to quit due to multiple tabs while Leopard cancels a logout because of Safari.</media:title>
		</media:content>
	</item>
		<item>
		<title>Removing an Airport Preferred Network</title>
		<link>http://blog.deadinkvinyl.com/2006/03/01/removing-an-airport-preferred-network/</link>
		<comments>http://blog.deadinkvinyl.com/2006/03/01/removing-an-airport-preferred-network/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 19:18:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[speakeasy]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2006/03/01/removing-an-airport-preferred-network/</guid>
		<description><![CDATA[My mother has a Linksys wireless bridge so that she can use her laptop anywhere around her home. Of course, the default network name is &#8220;linksys&#8221;. And, of course, I&#8217;ve connected to that network while at her house. About a month ago, someone nearby my home got a Linksys wireless router. The network is open [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=64&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My mother has a Linksys wireless bridge so that she can use her laptop anywhere around her home.  Of course, the default network name is &#8220;linksys&#8221;.  And, of course, I&#8217;ve connected to that network while at her house.  </p>
<p>About a month ago, someone nearby my home got a Linksys wireless router.  The network is open and still named &#8220;linksys&#8221;.  It&#8217;s actually somewhat convenient for times that my network is down (like when I&#8217;m overhauling my home network layout — I&#8217;ve never had an unscheduled outage with <a href="http://www.speakeasy.net/">SpeakEasy</a> that wasn&#8217;t my fault).  Unfortunately, my laptop likes the new network more than it likes my home wireless network and would always connect there first.  <strong>Not cool.</strong>  </p>
<p>Finally, I&#8217;ve tracked down list of networks to which Airport will connect and removed a bunch of cruft.  For example, I don&#8217;t think I&#8217;ll need <a href="http://www.eircom.ie/">eircom</a> any time soon.  To open the list of preferred wireless networks, navigate: Apple menu &gt; System Settings &gt; Network &gt; Airport</p>
<p>After I removed everything except <a href="http://hotspot.t-mobile.com/">tmobile</a> and my home network, I discovered that I could have simply re-arranged the networks in order of preference, putting my home network first.  Oh well.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/64/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/64/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=64&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2006/03/01/removing-an-airport-preferred-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading Access Files in OSX</title>
		<link>http://blog.deadinkvinyl.com/2006/02/25/reading-access-files-in-osx/</link>
		<comments>http://blog.deadinkvinyl.com/2006/02/25/reading-access-files-in-osx/#comments</comments>
		<pubDate>Sat, 25 Feb 2006 06:35:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[actualtechnologies]]></category>
		<category><![CDATA[chicago]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[mdb]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[odbc]]></category>
		<category><![CDATA[odbcmanager]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2006/02/25/reading-access-files-in-osx/</guid>
		<description><![CDATA[I was given a Microsoft Access database (MDB file) containing an old mailing list. I didn&#8217;t want to fire up my long-dormant PC just to open this file, so I looked for alternatives available on OSX. A quick Google search popped up Actual Technologies, who—as luck would have it—just released a read-only Access ODBC driver [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=62&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was given a Microsoft Access database (MDB file) containing an old mailing list.  I didn&#8217;t want to fire up my long-dormant PC just to open this file, so I looked for alternatives available on OSX.  A quick Google search popped up <a href="http://www.actualtechnologies.com/">Actual Technologies</a>, who—as luck would have it—just released a read-only <a href="http://www.actualtechnologies.com/product_access.php">Access ODBC driver</a> for OSX.  I grabbed the trial version and it worked slick as could be.  </p>
<p>The installation was painless, but requires administrative rights.  After the ODBC driver was installed, I used the ODBC Manager to configure an ODBC connection to the Access file I received.  This opened the Actual Technologies configuration wizard which made the setup a snap.  Once the ODBC instance was defined, I was able to open Excel 2004 and pull in the records without any difficulty.  The trial edition limits the result set to three rows, but it was obvious that the product did exactly what I needed.  </p>
<p>Here&#8217;s an interesting detour for you, though.  I actually took the time to scan the license agreement and was surprised to see that the license included the copyright for <a href="http://mdbtools.sourceforge.net/">an open source project</a> to read MDB files.  Well, who needs a commercial product when you can have the open source product on which it was built?!  Too bad that it didn&#8217;t compile under OSX.  Well, it might have compiled with enough work.  The <code>./configure</code> script wanted <a href="http://www.gtk.org/">GTK</a> libraries.  I thought about it for a few minutes&#8230;  How far was I will to go to avoid spending $30 bucks?  But then the reason I use OSX instead of Linux is that I decided long ago that I&#8217;m willing to trade money for mortality (time); I&#8217;m willing to pay to <em>not</em> have to futz around making things work.  I love OSX for many reasons, but the biggest is that <strong>it just works</strong>.  </p>
<p>So Actual Technologies got my money and I got a license key to unlock the driver to return more than three rows.  The product works exactly as advertised and I highly recommend it.  And Actual Technologies is local to Chicagoland, so I&#8217;m helping the area technology industry.  Go me!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=62&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2006/02/25/reading-access-files-in-osx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>OSX, Quicktime, iLife, iWork</title>
		<link>http://blog.deadinkvinyl.com/2006/01/16/osx-quicktime-ilife-iwork/</link>
		<comments>http://blog.deadinkvinyl.com/2006/01/16/osx-quicktime-ilife-iwork/#comments</comments>
		<pubDate>Mon, 16 Jan 2006 17:10:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobedng]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dng]]></category>
		<category><![CDATA[flip4mac]]></category>
		<category><![CDATA[ilife]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iwork]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[macworld]]></category>
		<category><![CDATA[pentax]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[raw]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[windowsmedia]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2006/01/16/osx-quicktime-ilife-iwork/</guid>
		<description><![CDATA[I cautiously upgraded to MacOSX 10.4.4 the day after Steve&#8217;s keynote address at MacWorld. I can&#8217;t say that it&#8217;s much different than OSX 10.4.3 for me. No stability issues or other problems to report. Still no support for Pentax&#8216;s RAW camera format and the linear-ized Adobe DNG format, though. For those interested, iScroll seems to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=57&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I cautiously upgraded to MacOSX 10.4.4 the day after Steve&#8217;s keynote address at MacWorld.  I can&#8217;t say that it&#8217;s much different than OSX 10.4.3 for me.  No stability issues or other problems to report.  Still no support for <a href="http://www.pentaximaging.com/">Pentax</a>&#8216;s RAW camera format and the linear-ized <a href="http://www.adobe.com/products/dng/">Adobe DNG</a> format, though.  For those interested, <a href="http://www-users.kawo2.rwth-aachen.de/~razzfazz/iscroll2/">iScroll</a> seems to work fine with 10.4.4.</p>
<p>I upgraded to Quicktime 7.0.4 as well.  That hasn&#8217;t given me problems, but apparently it doesn&#8217;t like <a href="http://www.microsoft.com/windows/windowsmedia/player/flip4mac.mspx">Flip4Mac</a> &#8212; the Quicktime plug-in to play Windows Media formats that has just been bless by Microsoft.  </p>
<p>I also ordered family packs of iWork and iLife to upgrade the two Mac laptops in the house.  When those arrived at the end of last week, I eagerly installed them.  </p>
<p>iPhoto &#8217;06 seems to resolve the constant iPhoto instability I suffered.  The firwst time I launched it, it upgraded my 3,000+ image photo library to its new format without incident.  iPhoto &#8217;06 is much more responsive and has not yet crashed on me.  <i>Thanks, Apple</i> &#8212; although I don&#8217;t think I should have to pay for such a critical a bug fix.  One of the new iPhoto&#8217;s much-touted features is actually turning into a curse &#8212; iPhoto scrolls <i>too</i> quickly now &#8212; it is very difficult to stop in the general vicinity of the photos I desired using the touch pad two-finger scrolling.  Finally, photocasts &#8212; despite being poorly named &#8212; are just as easy as Steve made them look on stage.  I haven&#8217;t trying opening one on a non-Mac yet, but the couple I tested with my wife were sucked right into her iPhoto like magic.  I can see this being an <i>excellent</i> way to share photos of the kids, family vacations, etc. once the entire family is Mac-enabled.  </p>
<p>iWeb is a very nice personal Web site generator.  It is easy and fun to use &#8212; in fact, it may inspire my wife to create her own little corner of the Internet.  I&#8217;m playing with it now to determine if I want to migrate my aviation blog over to iWeb.  It would certainly be prettier in iWeb.  </p>
<p>I don&#8217;t use Keynote much, so I can&#8217;t really espouse the value of Keynote 3&#8242;s upgrades in iWork.  However, I&#8217;ve just taken over work on a newsletter for one of my organizations and appreciate the new Pages themes.  The embedded image manipulation is nice, but otherwise Pages is pretty much the same &#8212; a simple page layout engine for the rest of us.  </p>
<p>That&#8217;s all for now.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=57&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2006/01/16/osx-quicktime-ilife-iwork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>iScroll2: Worth It</title>
		<link>http://blog.deadinkvinyl.com/2005/12/23/iscroll2-worth-it/</link>
		<comments>http://blog.deadinkvinyl.com/2005/12/23/iscroll2-worth-it/#comments</comments>
		<pubDate>Sat, 24 Dec 2005 01:50:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[iscroll]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[powerbook]]></category>
		<category><![CDATA[sidetrack]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2005/12/23/iscroll2-worth-it/</guid>
		<description><![CDATA[My wife received a new 12&#8243; iBook for work a couple of months ago. It is a very nice computer and she simply loves it. Since I lug around a 17&#8243; PowerBook with the same processor speed (1.33GHz), I didn&#8217;t vie for her shiny new machine too heavily. However, I noticed that she was vertically [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=55&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My wife received a new 12&#8243; iBook for work a couple of months ago.  It is a very nice computer and she simply loves it.  Since I lug around a 17&#8243; PowerBook with the same processor speed (1.33GHz), I didn&#8217;t vie for her shiny new machine too heavily.  </p>
<p>However, I noticed that she was vertically scrolling her applications &#8220;the old fashioned way&#8221;, like have to on my PowerBook: by moving the mouse cursor to manipulate the scroll bar.  I showed her how to scroll by using two fingers and she was ecstatic.  A few days later that I observed that she had entirely converted to two-fingered-scrolling and that it was really working out for her.  </p>
<p>Every once in a while, she would hand me the iBook to look at something on the screen, such as a Web site, and I would get to use the two-fingered scrolling.  I started envying her that feature.  It works so smoothly, so intuitively, I would find myself trying to use it when I returned to my PowerBook.  </p>
<p>I tried gaining similar functionality using <a href="http://www.ragingmenace.com/software/sidetrack/">SideTrack</a> but scrolling along the right side of the pad never clicked with me.  I recalled seeing a couple of drivers for earlier iBooks and PowerBooks that mimicked the two-fingered scrolling.  Performing a Google search I found <a href="http://www-users.kawo2.rwth-aachen.de/~razzfazz/iscroll2/">iScroll2</a>. </p>
<p>I&#8217;ve been using iScroll2 now for three weeks.  It&#8217;s a good product and hasn&#8217;t demonstrated any undesirable side-effects on my PowerBook, which is running 10.4.3.  It isn&#8217;t quite as smooth or slick as the native support in my wife&#8217;s iBook &#8212; in particular, it doesn&#8217;t alway&#8217;s &#8220;catch&#8221; when I&#8217;m using two fingers and it&#8217;s scrolling is a little jumpy when it does &#8212; but it is an adequate solution for me.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=55&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2005/12/23/iscroll2-worth-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>VueScan Requires Epson Drivers for Perfection 4490</title>
		<link>http://blog.deadinkvinyl.com/2005/12/01/vuescan-requires-epson-drivers-for-perfection-4490/</link>
		<comments>http://blog.deadinkvinyl.com/2005/12/01/vuescan-requires-epson-drivers-for-perfection-4490/#comments</comments>
		<pubDate>Thu, 01 Dec 2005 18:50:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[epson]]></category>
		<category><![CDATA[epsonperfection]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[releasenotes]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[twain]]></category>
		<category><![CDATA[userinterface]]></category>
		<category><![CDATA[vuescan]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2005/12/01/vuescan-requires-epson-drivers-for-perfection-4490/</guid>
		<description><![CDATA[Doh. I picked up an Epson Perfection 4490 Photo scanner and was hoping to use VueScan to avoid installing Epson&#8217;s scanner software. Scanner software has been the source of many headaches for me in the past. Usually, the manufacture&#8217;s installer insists on putting much more than just the TWAIN driver on the computer. Unfortunately, way [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=51&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Doh.  I picked up an <a href="http://www.epson.com/cgi-bin/Store/consumer/consDetail.jsp?oid=53540925">Epson Perfection 4490 Photo scanner</a> and was hoping to use <a href="http://www.hamrick.com/vsm.html">VueScan</a> to avoid installing Epson&#8217;s scanner software.  Scanner software has been the source of many headaches for me in the past.  Usually, the manufacture&#8217;s installer insists on putting much more than just the TWAIN driver on the computer.  </p>
<p>Unfortunately, way down in the VueScan release notes, under &#8220;Mac OSX Release Notes&#8221; is this little clause: <em>To use the Epson Perfection 3170, 4180 or 4490 with VueScan, you need to first install the Epson software for this scanner.</em></p>
<p>Grumble, grumble.  I missed that earlier.  So I went to Epson&#8217;s Web site and downloaded <a href="http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?oid=58611&amp;prodoid=53540925&amp;infoType=Downloads&amp;platform=Macintosh">just the OSX driver</a>.  The driver&#8217;s installer is a bit strange &#8212; it creates a folder with another installer inside of it &#8212; but when I was done running <em>that</em> installer, it seems that Epson&#8217;s driver was present and no new unwanted applications were to be found cluttering my drive.  Therefore, I&#8217;m not overly upset with the need to install an Epson driver.  <strong>[Updated 01Dec@2203: In fact, the installer did drop two applications into <code>/Applications</code>: Epson Scan and Epson Scanner Monitor.  If no major harm comes to my system from dropping them in the Trash, then I'm still okay with the whole thing.]</strong>  VueScan detected the scanner the first time it was launched after the driver was installed.  </p>
<p>I haven&#8217;t used VueScan at all yet, except for a quick proof-that-the-scanner-works scan, so I can&#8217;t give a review of its performance.  I can say that its UI is very functional, but lacking aesthetic appeal I&#8217;ve come to expect from Mac applications.  It&#8217;s like a UI I would design, rather than the UI a good Apple developer would design.  I&#8217;ll probably have more to say later once I&#8217;ve used VueScan some more.  Oh, and I&#8217;ll probably have some feedback about the scanner, too.  Sometime.  In the future.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=51&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2005/12/01/vuescan-requires-epson-drivers-for-perfection-4490/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>Printing Letter to Tabloid Booklet</title>
		<link>http://blog.deadinkvinyl.com/2005/04/17/printing-letter-to-tabloid-booklet/</link>
		<comments>http://blog.deadinkvinyl.com/2005/04/17/printing-letter-to-tabloid-booklet/#comments</comments>
		<pubDate>Mon, 18 Apr 2005 04:20:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[booklightning]]></category>
		<category><![CDATA[googlegroups]]></category>
		<category><![CDATA[imposition]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[metaobject]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[versiontracker]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2005/04/17/printing-letter-to-tabloid-booklet/</guid>
		<description><![CDATA[I spent too much time today investigating ways to convert four pages of a PDF on letter-sized paper (8.5&#8243;x11&#8243;) to a PDF with two pages of tabloid-sized paper (11&#8243;x17&#8243;). The goal is to print the tabloid pages duplex and fold the sheet in the middle to make a booklet. After several unsuccessful Google Web searches, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=45&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I spent too much time today investigating ways to convert four pages of a PDF on letter-sized paper (8.5&#8243;x11&#8243;) to a PDF with two pages of tabloid-sized paper (11&#8243;x17&#8243;).  The goal is to print the tabloid pages duplex and fold the sheet in the middle to make a booklet.  After several unsuccessful <a href="http://www.google.com/">Google</a> Web searches, I switched to <a href="http://groups.google.com/">Google Groups</a>.  Groups contained <a href="http://groups-beta.google.com/group/comp.text.frame/browse_thread/thread/d07388d4ba10c032/dacd95fe0c5a9a0e?q=acrobat+printing+letter+side+by+side+on+tabloid&amp;rnum=1#dacd95fe0c5a9a0e">a highly enlightening post</a> that informed readers the printing term for laying out multiple smaller pages on one larger page is called <a href="http://en.wikipedia.org/wiki/Imposition">imposition</a>.  </p>
<p>Searching for &#8220;<a href="http://www.google.com/search?q=osx+imposition+software">osx imposition software</a>&#8221; was quite fruitful.  I eventually tried the demo of <a href="http://www.metaobject.com/Products.html#BookLightning">BookLightning</a> by <a href="http://www.metaobject.com/">metaobject</a>, which sells for $49.  I drag-n-dropped my 4 page PDF onto the applications and it immediately produced a new PDF with my desired layout.  If I hadn&#8217;t caught a snippet of instructions on metaobject&#8217;s Web site, I&#8217;d have found the application as confusing <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/19405&amp;vid=174964&amp;mode=info">as others have</a> on <a href="http://www.versiontracker.com/">VersionTracker</a>.  The application gets two-thumbs up from me, but I&#8217;m still pondering if the orientation of the second page at 180 degrees from the first will cause headaches on the duplex printers I use.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=45&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2005/04/17/printing-letter-to-tabloid-booklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>NSLU2 has been unslung</title>
		<link>http://blog.deadinkvinyl.com/2005/03/26/nslu2-has-been-unslung/</link>
		<comments>http://blog.deadinkvinyl.com/2005/03/26/nslu2-has-been-unslung/#comments</comments>
		<pubDate>Sun, 27 Mar 2005 05:30:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[arping]]></category>
		<category><![CDATA[darwinports]]></category>
		<category><![CDATA[fink]]></category>
		<category><![CDATA[jetty]]></category>
		<category><![CDATA[kaffe]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[nslu2]]></category>
		<category><![CDATA[opendarwin]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[redboot]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[unslung]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2005/03/26/nslu2-has-been-unslung/</guid>
		<description><![CDATA[I&#8217;ve purchased a new NSLU2 and installed Unslung 3.x. A couple of notes: The instuctions are excellent. Follow them exactly and the operation is a cake walk. Unslinging an NSLU2 (&#8220;slug&#8221;) requires a real hard drive &#8212; a flash drive does not work. Or, it does not work with the amount of tinkering I was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=37&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve purchased a new NSLU2 and installed <a href="http://www.nslu2-linux.org/wiki/Unslung/HomePage">Unslung</a> 3.x.  A couple of notes:</p>
<ol>
<li>The instuctions are excellent.  Follow them exactly and the operation is a cake walk.</li>
<li>Unslinging an NSLU2 (&#8220;slug&#8221;) requires a real hard drive &#8212; a flash drive does not work.  Or, it does not work with the amount of tinkering I was willing to perform.</li>
<li>Install OpenSSH <a href="http://www.nslu2-linux.org/wiki/HowTo/UseOpenSSHForRemoteAccess">as described</a> before the final reboot, while you are still logged in to telnet.  Otherwise you have to unplug the drives reboot (again) to regain telnet access.</li>
<li>Mac OSX does not have <a href="http://www.habets.pp.se/synscan/programs.php?prog=arping">arping</a> installed by default (and it&#8217;s not a package on <a href="http://fink.sourceforge.net/">fink</a>), so accessing RedBoot is a really frustrating matter of exact timing.  (It does appear to be available through OpenDarwin&#8217;s <a href="http://darwinports.opendarwin.org/">Darwin Ports</a> project.)
  </li>
</ol>
<p>Installing a Java JVM was simple too, thanks to <a href="">these instructions</a>, but JamVM does not run Jetty out of the box, so I&#8217;ll investigate <a href="http://www.mail-archive.com/debian-java@lists.debian.org/msg09489.html">running Tomcat</a> and Resin next.  If necesary, I will then compile Kaffe on the slug and try all of the containers again.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=37&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2005/03/26/nslu2-has-been-unslung/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
		<item>
		<title>No Luck With ext2fsx</title>
		<link>http://blog.deadinkvinyl.com/2005/03/20/no-luck-with-ext2fsx/</link>
		<comments>http://blog.deadinkvinyl.com/2005/03/20/no-luck-with-ext2fsx/#comments</comments>
		<pubDate>Mon, 21 Mar 2005 03:15:00 +0000</pubDate>
		<dc:creator>dlkinney</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[nslu2]]></category>

		<guid isPermaLink="false">http://deadinkvinyl.wordpress.com/2005/03/20/no-luck-with-ext2fsx/</guid>
		<description><![CDATA[I should share that I did not have luck using ext2fsx (ext2 support for MacOSX) to read my drive formatted (as ext3) by my Linksys NSLU2. However, other people report success using this utility for this purpose (see batbox.org on 10-Jul-2004), so I may have been hasty. In the &#8220;I just want it to work&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=34&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I should share that I did not have luck using <a href="http://sourceforge.net/projects/ext2fsx/">ext2fsx</a> (ext2 support for MacOSX) to read my drive formatted (as ext3) by my <a href="http://www.linksys.com/products/product.asp?grid=35&amp;scid=43&amp;prid=640">Linksys NSLU2</a>. However, other people report success using this utility for this purpose (see <a href="http://www.batbox.org/wrt54g-linux.html">batbox.org</a> on 10-Jul-2004), so I may have been hasty.  In the &#8220;I just want it to work&#8221; mentality into which I&#8217;m growing, I gave up and plugged the old drive and new drive into the NSLU2 and let it do the synchronization. The old drive lasted long enough to get its contents copied off, but the noise was teeth grating.</p>
<p>I have left the extension installed on my laptop and have not suffered any instability or problems as a result. And I like the idea of being able to read Linux partitions from my laptop in a crunch.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/deadinkvinyl.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/deadinkvinyl.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deadinkvinyl.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deadinkvinyl.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deadinkvinyl.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deadinkvinyl.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deadinkvinyl.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deadinkvinyl.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deadinkvinyl.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deadinkvinyl.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deadinkvinyl.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deadinkvinyl.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deadinkvinyl.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deadinkvinyl.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deadinkvinyl.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deadinkvinyl.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.deadinkvinyl.com&amp;blog=2908484&amp;post=34&amp;subd=deadinkvinyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.deadinkvinyl.com/2005/03/20/no-luck-with-ext2fsx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0439564df67efd24620e338a78a8d921?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">dlkinney</media:title>
		</media:content>
	</item>
	</channel>
</rss>
