<?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>Davy Schmeits</title>
	<atom:link href="http://schmeits.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://schmeits.wordpress.com</link>
	<description>thoughts, ideas, howtos, discussions and more on solaris</description>
	<lastBuildDate>Wed, 04 Jan 2012 11:50:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='schmeits.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Davy Schmeits</title>
		<link>http://schmeits.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://schmeits.wordpress.com/osd.xml" title="Davy Schmeits" />
	<atom:link rel='hub' href='http://schmeits.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Classpath Struggle (part 1)</title>
		<link>http://schmeits.wordpress.com/2011/03/09/classpath-struggle-part-1/</link>
		<comments>http://schmeits.wordpress.com/2011/03/09/classpath-struggle-part-1/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 15:35:13 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=210</guid>
		<description><![CDATA[One of the issues I run into at some of my most recent project, is the classic classpath issue. In any Java project sooner or later too many classes and libraries (i.e. characters) are loaded onto the runtime classpath, either because of a lack of housekeeping or perhaps as a result of too much fragmented code. <a href="http://schmeits.wordpress.com/2011/03/09/classpath-struggle-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=210&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Background</strong></p>
<p>One of the issues I ran into at some of my most recent project, is the classic classpath issue. In any Java project sooner or later too many classes and libraries (i.e. characters) are loaded onto the runtime classpath, either because of a lack of housekeeping or perhaps as a result of too much fragmented code.</p>
<p>Given the limited space of environment variables on some operating systems, this type of overflow on the classpath can result in the application failing to start (e.g. if the MainClass is not available) or ClassNotFound errors later on at runtime (e.g. a specific window uses a class that is not available). On Windows XP for instance there is a limit of 1023 characters for a single environment variable. Even if the CLASSPATH variable is not truncated the JVM must still search the CLASSPATH when loading classes, thus slowing down the applcation.</p>
<p>There are a number of structural ways to solve these issues, one being refactoring code. As projects often evolve over time, it is hard to trace back why certain code has found its way into the project workstream. This does nevertheless, still leave room for a number of other technical solutions to &#8216;crop&#8217; the classpath down to a bare minimum.</p>
<p><strong>Challenges</strong></p>
<p>My current project uses a number of different subsets of code to form classpaths that are used in Eclipse, Build and Runtime. This makes it pretty hard for any outsider (like myself) to understand the logic and dependencies between libraries, classes, properties, etc. Some efforts have been made to document the history of certain jar files, however no documents give a complete overview of the full application landscape.</p>
<p>In essence the code in this project can be split into three big so-called &#8216;chunks&#8217;; vendor core code, vendor fixes code and custom (or Project) code. The correct working of the application heavily depends on the order of the these three code &#8216;chunks&#8217;. The JVM will want to access the vendor fixes code first, then the custom code and finally the vendor core code.  Depending on the Operating System or Client Interface, the correct order may have to be reversed.</p>
<p>A Unix server will append classes (or jar files) at the start of the CLASSPATH variable. So in essence the vendor core code is loaded first, then the custom code and then the Calypso hotfixes. The JVM will be able to interpret this as it is suggested, but for instance when using Java Webstart, the JNLP files containing the classpath references will have to be loaded in the reversed order.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=210&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2011/03/09/classpath-struggle-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>
	</item>
		<item>
		<title>Edit sorting of detailed findbugs results</title>
		<link>http://schmeits.wordpress.com/2011/01/19/edit-sorting-of-detailed-findbugs-results/</link>
		<comments>http://schmeits.wordpress.com/2011/01/19/edit-sorting-of-detailed-findbugs-results/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 13:10:05 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[calypso]]></category>
		<category><![CDATA[ci]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[findbugs]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[scrum]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=184</guid>
		<description><![CDATA[Playing a round with findbugs I noticed that some of the pages can be a little bit longwinding when trying to scroll through them. Depending on the severity of the error, your CV will highlight the details in either red, &#8230; <a href="http://schmeits.wordpress.com/2011/01/19/edit-sorting-of-detailed-findbugs-results/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=184&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Playing a round with findbugs I noticed that some of the pages can be a little bit longwinding when trying to scroll through them. Depending on the severity of the error, your CV will highlight the details in either red, orange, green or blue. By default the errors will be listed alphabetically, basically by error code abbreviation.</p>
<p>A small change to the code makes the sorting a bit more obvious and will allow you to track any highlighted errors a bit sooner, so you can fix them by priority.</p>
<p>In the {findbugs.home}/webapps/cruisecontrol/xsl directory, open the file findbugs-details.xsl with your favourite text editor, vi in my case. Search for the &#8220;generateWarningTable&#8221; template.</p>
<p>Change the following code fragment:<br />
<code><br />
&lt;xsl:sort select="@abbrev"/&gt;<br />
&lt;xsl:sort select=""Class/@classname"/&gt;<br />
</code></p>
<p>To the following and save the file:<br />
<code><br />
&lt;xsl:sort select="@priority" data-type="number" order="ascending"/&gt;<br />
&lt;xsl:sort select="@abbrev"/&gt;<br />
&lt;xsl:sort select="Class/@classname"/&gt;<br />
</code></p>
<p>Detailed results will now be displayed by severity.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=184&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2011/01/19/edit-sorting-of-detailed-findbugs-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>
	</item>
		<item>
		<title>dos2unix alternative on your Mac</title>
		<link>http://schmeits.wordpress.com/2010/08/26/dos2unix-alternative-those-darn-m-characters/</link>
		<comments>http://schmeits.wordpress.com/2010/08/26/dos2unix-alternative-those-darn-m-characters/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 19:56:40 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[control characters]]></category>
		<category><![CDATA[control M]]></category>
		<category><![CDATA[dos2unix]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[^M]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=158</guid>
		<description><![CDATA[Right, just a really quick post &#8211; nevertheless it is a very useful one! You know when you are building code and end up with really annoying Control+M characters in files that you created using Windows &#8230; Yeah those ones! &#8230; <a href="http://schmeits.wordpress.com/2010/08/26/dos2unix-alternative-those-darn-m-characters/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=158&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Right, just a really quick post &#8211; nevertheless it is a very useful one! You know when you are building code and end up with really annoying Control+M characters in files that you created using Windows &#8230; Yeah those ones!</p>
<p>This is how to fix them on your Mac</p>
<blockquote><p>$ cat foo | col -b &gt; foo2</p></blockquote>
<p>Where foo is the file that has the Control+M characters at the end of the line, and foo2 the new file you are creating!</p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=158&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2010/08/26/dos2unix-alternative-those-darn-m-characters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>
	</item>
		<item>
		<title>Importing your PST files to Apple Mail</title>
		<link>http://schmeits.wordpress.com/2010/05/20/importing-your-pst-files-to-apple-mail/</link>
		<comments>http://schmeits.wordpress.com/2010/05/20/importing-your-pst-files-to-apple-mail/#comments</comments>
		<pubDate>Thu, 20 May 2010 16:46:54 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=147</guid>
		<description><![CDATA[Now, one of the things I always struggled with was, after I left a project is that I would be stuck with a DVD or memory with a big Microsoft Outlook PST file on it. It usually held some useful &#8230; <a href="http://schmeits.wordpress.com/2010/05/20/importing-your-pst-files-to-apple-mail/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=147&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now, one of the things I always struggled with was, after I left a project is that I would be stuck with a DVD or memory with a big Microsoft Outlook PST file on it. It usually held some useful emails, how-to&#8217;s or documentation I produced during the project, so it could be useful after a while.</p>
<p>Now there are a few tools on the market, however they all assume you have full access on the PC at your workplace. As my main customers have a very &#8216;security aware&#8217; desktop environment, none of these tools really appealed to me. Nonetheless, tools like Littlemachines&#8217; O2M are very useful. They convert your Outlook Inbox (and other folders) to the Apple mbox format.</p>
<p>In my case, all I could do was export the mail to a file, in my case PST. Let me get to the point. In order to import these emails into Apple Mail, I found an open source project that releases regular updates on a utility called libpst. The libpst utility has some functionality to convert, list and diff mailbox formats. The thing I was after was obviously the converter.</p>
<p>Now what do you need to do to get this working?</p>
<p><strong>1. Start the Terminal application (Terminal.app)</strong></p>
<p>You can find it under Applications -&gt; Utilities -&gt; Terminal.</p>
<p><strong>2. Check your C compiler.</strong></p>
<p>In order to use libpst, we will need gcc (or any other c compiler that can do the job).</p>
<p>From the Terminal you just started at step 1, type the following command:</p>
<blockquote><p><strong>macbook $</strong> which gcc</p></blockquote>
<p>It should return /usr/bin/gcc or another path where gcc is installed. If so, proceed with step 3.</p>
<p>If there is no response, that means gcc needs to be installed. Insert the Snow Leopard CD.</p>
<p>Enter the “Optional Installs” folder. Run Xcode.mpkg. This should install gcc. Once the install is complete check again by running the command &#8220;which gcc&#8221; at the command prompt.</p>
<p>If you do not have the Snow Leopard CD at this point, you can download the Xcode suite from Apple&#8217;s website.</p>
<p><strong>3. Get the software</strong></p>
<p>Now that we are ready, you will need to download the source package from the 510 Software Group website. The packages can be downloaded from:</p>
<p><a href="http://www.five-ten-sg.com/libpst/packages/">http://www.five-ten-sg.com/libpst/packages/</a></p>
<p><a href="http://www.five-ten-sg.com/libpst/packages/"></a>I downloaded libpst-0.6.45.tar.gz which was the latest version. Once downloaded, it should automatically unzip in the folder you downloaded it into. Remember this directory path for later.</p>
<p><strong>4. Some additional steps</strong></p>
<p>Depending on how active you are on compiling software, you may be able to skip the following. If not, please proceed below.</p>
<p>In order to install libpst you also need to install &#8220;boost&#8221;. You can download boost from:</p>
<p><a href="http://sourceforge.net/projects/boost/files/boost/">http://sourceforge.net/projects/boost/files/boost/</a></p>
<p>In the Terminal that was opened up under step 1, type the following.</p>
<blockquote><p><strong>macbook $</strong> sudo su -</p></blockquote>
<p>You will be prompted for a password. Provide the login password, that you enter when you access your Mac. You will need a root account setup. If you encounter problems at this stage, either contact me, or google for the steps to activate the root account. Now let&#8217;s continue:</p>
<blockquote><p><strong>root #</strong> cd /usr/local/</p></blockquote>
<p>Unpack the boost package. The &#8216;&lt;xxx&gt;&#8217; in the example below represents the version number for boost, in my case this was &#8217;1_41_0&#8242;.</p>
<blockquote><p><strong>root #</strong> tar &#8211;bzip2 -xf /your/download/directory/boost_&lt;xxx&gt;.tar.bz2</p></blockquote>
<p>Once that is complete you will see a directory now under /usr/local/ called boost_&lt;xxx&gt;.</p>
<blockquote><p><strong>root #</strong> cd /usr/local/boost_&lt;xxx&gt;</p></blockquote>
<p>Run the following command. This will take a few mins to run.</p>
<blockquote><p><strong>root #</strong> ./bootstrap.sh &#8211;prefix=/usr/local/</p></blockquote>
<p>Once that is done at the command prompt type</p>
<blockquote><p><strong>root #</strong> ./bjam install</p></blockquote>
<p>This will take a while to run &#8211; 15 to 30 mins. Get a cup of coffee.</p>
<p>5. Compile the software</p>
<p>First we need to go back to the directory to which we downloaded (and unzipped) our libpst.</p>
<blockquote><p><strong>root #</strong> cd /path/to/download/directory/libpst-0.6.45</p></blockquote>
<p>Run the following commands (some of them will create some funky output, make sure everything run without any errors):</p>
<blockquote><p><strong>root #</strong> ./configure</p>
<p><strong>root #</strong> make</p>
<p><strong>root #</strong> make install</p></blockquote>
<p><strong>6. Great you did it! Start the conversion</strong></p>
<p>You should find libpst, readpst and pst2ldif under the /usr/local/bin directory.</p>
<p>To use the utility, run the command at the command prompt in the directory you want the mbox file created (for example /Users/&lt;yourname&gt;/Mail):</p>
<blockquote><p><strong>root #</strong> cd /Users/&lt;yourname&gt;/Mail</p>
<p><strong>root #</strong> readpst -r /path/to/the/pst/file/&lt;your&gt;.pst</p></blockquote>
<p><strong>7. Using the new mailbox file</strong></p>
<p>From Apple Mail, you can use the Import Mailboxes function from the File Menu. When prompted for the file format to import from, choose &#8220;Files in mbox format&#8221; and click next.</p>
<p>You will then be able to user your mbox file created under step 6. This will result in a new folder in the left menu pane in Apple Mail, which usually is labeled IMPORT.</p>
<p>In case of any question, put a comment below or contact me directly! Credits to akaran at HOWTOGEEK, who posted most of this info there.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=147&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2010/05/20/importing-your-pst-files-to-apple-mail/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>
	</item>
		<item>
		<title>Come fly with me &#8230;.</title>
		<link>http://schmeits.wordpress.com/2010/04/18/come-fly-with-me/</link>
		<comments>http://schmeits.wordpress.com/2010/04/18/come-fly-with-me/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 10:57:04 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=134</guid>
		<description><![CDATA[Frequent flying comes at a price. For the last four days I have tried to believe eventually this ash cloudwould disappear, but it hasn&#8217;t. Tough luck. There is only so much a person can take, but this is not the &#8230; <a href="http://schmeits.wordpress.com/2010/04/18/come-fly-with-me/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=134&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://schmeits.files.wordpress.com/2010/04/img_0830.jpg"><img class="alignright size-medium wp-image-135" title="IMG_0830" src="http://schmeits.files.wordpress.com/2010/04/img_0830.jpg?w=209&#038;h=300" alt="schiphol" width="209" height="300" /></a>Frequent flying comes at a price. For the last four days I have tried to believe eventually this ash cloudwould disappear, but it hasn&#8217;t. Tough luck.</p>
<p>There is only so much a person can take, but this is not the first time I got stuck at an airport this year. Remember the snow?</p>
<p>So apart from the complaining, the shouting at ground staff, the decline of my credit card funds, Starbucks running out of English breakfast tea, is there anything that I actually gain from all this?</p>
<p>There is!! I actually learned a lot about volcanos,  and how they can terrorise a continent. It all makes the last 100 years very relative, actually it makes the last 15 years even more relative.</p>
<p>We have progressed from a global village in to a series of continents again by closing the air space over Europe. Most people may think internet gives us so much more freedom, but as we still struggle with the idea of people working from home and have not really utilised social networks  (whatever happened to 2nd life?) on the work-floor, it is tough in times like this.</p>
<p>Do I sound like a passenger who has been stuck at an airport for too long? Maybe I do, but it also makes me realise how the ideas I put into Consectic a few years ago were simply not ready to bring to market at that point. The simple thought of being able to carry all your office work on a java card would appeal to me right now.</p>
<p>Not only does thin client computing over the Internet lower CO2 emissions on the &#8216;client&#8217; end, but it also utilises the server and computing powers companies struggle with even more. On average a Unix or Linux server will be idle for 80-90%, so why not put the client end on there as well and have thin clients running on less than 4W of power.</p>
<p>Take out flights, drives, train rides, etc. Or at least bring them down to a bare minimum and maybe these &#8216;acts of god&#8217; (as some insurance company in the UK calls them) may be kept to a minimum as well.</p>
<p>So what have I learned? That Frank Sinatra&#8217;s song Come Fly With Me for me refers to the fact that I should explore the ideas from some years ago again and put them into practice. The &#8216;flight&#8217; in this case is a new business adventure, as (trust me) there will be no real flights leaving from Schiphol anytime soon.</p>
<p>Installing Sun Ray Server on my macbook as we speak &#8230; Ow yeah and they just got a new box of tea bags in. Hooray!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=134&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2010/04/18/come-fly-with-me/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>

		<media:content url="http://schmeits.files.wordpress.com/2010/04/img_0830.jpg?w=209" medium="image">
			<media:title type="html">IMG_0830</media:title>
		</media:content>
	</item>
		<item>
		<title>Amsterdam Marathon</title>
		<link>http://schmeits.wordpress.com/2009/10/19/amsterdam-marathon/</link>
		<comments>http://schmeits.wordpress.com/2009/10/19/amsterdam-marathon/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 09:18:34 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[Dutch]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=85</guid>
		<description><![CDATA[Just a quick update on a more personal note. Yesterday I finished the Amsterdam Marathon in 5h21m. Not the best time I have done on a marathon, but I finished, so another achievement on my list. I ran the marathon &#8230; <a href="http://schmeits.wordpress.com/2009/10/19/amsterdam-marathon/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=85&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://schmeits.files.wordpress.com/2009/10/marathon4.jpg?w=500" alt="marathon" title="marathon"   class="alignleft size-full wp-image-94" />Just a quick update on a more personal note. Yesterday I finished the Amsterdam Marathon in 5h21m. Not the best time I have done on a marathon, but I finished, so another achievement on my list. I ran the marathon to raise money for charity, so I want to thank all the people that made a donation over the last few weeks. Thanks!! The weather was fine, the route OK, but I simply could not proceed after 26 km of running. My preparation was not as good as it usually was and quite frankly I did not enjoy running as much as I used to prior to the event. Next year I think two half marathons will substitute a full marathon. But then again that medal saying &#8216;MARATHON&#8217; is so much nice than the one saying &#8216;HALF MARATHON&#8217;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=85&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2009/10/19/amsterdam-marathon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>

		<media:content url="http://schmeits.files.wordpress.com/2009/10/marathon4.jpg" medium="image">
			<media:title type="html">marathon</media:title>
		</media:content>
	</item>
		<item>
		<title>Solaris uptime via SNMP</title>
		<link>http://schmeits.wordpress.com/2009/10/07/solaris-uptime-via-snmp/</link>
		<comments>http://schmeits.wordpress.com/2009/10/07/solaris-uptime-via-snmp/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 17:27:35 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Davy Schmeits]]></category>
		<category><![CDATA[SNMP]]></category>
		<category><![CDATA[Solaris 10]]></category>
		<category><![CDATA[Solaris Console]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=81</guid>
		<description><![CDATA[I have been very busy lately so I apologise for not posting anything sooner. I have some more stuff on the shelf, so check back for more posts or simply add me on your RSS tracker if you regularly check &#8230; <a href="http://schmeits.wordpress.com/2009/10/07/solaris-uptime-via-snmp/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=81&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been very busy lately so I apologise for not posting anything sooner. I have some more stuff on the shelf, so check back for more posts or simply add me on your RSS tracker if you regularly check back to my blog. </p>
<p>Ok, so this one is quite useful for you Solaris geeks that need to report uptime of machines on a regular basis. You could login with SSH and type uptime for your hosts, but if you have SNMP enabled, you can use snmpget commands to get the info on your screen or web port. The setup is very simple.</p>
<p>To get the uptime of a Solaris 10 host with SNMP enabled, simply run the following command, where 10.10.10.10 is the IP of your Solaris host:<br />
<code><br />
root@server#  /usr/sfw/bin/snmpget -v 2c -c dtv_ro 10.10.10.10 sysUpTimeInstance<br />
</code><br />
The script below is a simple implementation of the command above, allowing you to add more IP addresses. You can alternative create an input file, which could be getting input from /etc/hosts. Obviously there are many ways of implementing this. I left it up to yourself to do that.<br />
<code><br />
#!/bin/sh</p>
<p>CMD="/usr/sfw/bin/snmpget -v 2c -c dtv_ro"<br />
OID="sysUpTimeInstance"<br />
IPS="10.10.10.10 10.10.10.11 10.10.10.12"<br />
DATE=`/usr/bin/date`</p>
<p>echo<br />
echo ${DATE}<br />
for ip in ${IPS}<br />
do<br />
        /usr/bin/printf "${ip}: "<br />
        ${CMD} ${ip} ${OID}<br />
done<br />
</code><br />
Enjoy! For any other OS simply change the path for SNMP.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=81&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2009/10/07/solaris-uptime-via-snmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>
	</item>
		<item>
		<title>USB to Serial for Mac OS X Snow Leopard</title>
		<link>http://schmeits.wordpress.com/2009/09/15/usb-to-serial-for-mac-os-x-snow-leopard/</link>
		<comments>http://schmeits.wordpress.com/2009/09/15/usb-to-serial-for-mac-os-x-snow-leopard/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 14:55:52 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Davy Schmeits]]></category>
		<category><![CDATA[mac serial port]]></category>
		<category><![CDATA[PL2303]]></category>
		<category><![CDATA[Solaris Console]]></category>
		<category><![CDATA[unix console]]></category>
		<category><![CDATA[USB Serial]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=57</guid>
		<description><![CDATA[Alright, so we have updated to Snow Leopard, now back to work. As a Solaris techie, I often need to access a servers serial console. Especially when troubleshooting a server I want to able to connect a serial cable from &#8230; <a href="http://schmeits.wordpress.com/2009/09/15/usb-to-serial-for-mac-os-x-snow-leopard/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=57&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Alright, so we have updated to Snow Leopard, now back to work. As a Solaris techie, I often need to access a servers serial console. Especially when troubleshooting a server I want to able to connect a serial cable from my laptop. Now as my laptop by default is a Mac, currently a Macbook Pro, this can become a challenge. As the last Apple laptop that was equipped with a serial port was one of the Wallstreet models, the way forward is to use a USB to Serial dongle. Alternatively one could use the Solaris tip command from one server to another, but I prefer having to plugin just one cable, instead of a dozen.</p>
<p><img class="alignnone size-full wp-image-59" title="R233-USB-ADPT" src="http://schmeits.files.wordpress.com/2009/09/r233-usb-adpt1.jpg?w=500" alt="R233-USB-ADPT"   /></p>
<p>In this example I am assuming you have a cable similar as the one pictured above. Simply make sure the cable you have has a PL2303 chipset, which is the most commonly used chipset for these cables anyway. Cable prices may vary, but I recall buying my cable under $5. If you cannot find one get in touch with <a href="mailto:davy.schmeits@gmail.com">me</a>. The driver for the cable can be downloaded from the <a href="http://www.prolific.com.tw/eng/downloads.asp?ID=31">Prolific</a> website, however I have found an <a href="http://osx-pl2303.sourceforge.net/">open source driver</a>, which does the job and more over gives some better performance. I recommend you download the open source driver.</p>
<p>After you have installed the driver, connect your cable to any of your free USB ports. Mac OS X will automatically create a serial device, which can be found in /dev. Start a terminal session and list all available serial (or tty) devices available.<br />
<code><br />
user@mac # ls -l /dev/tty*<br />
</code><br />
Find the entry that is referring to your cable. Typically this should look similar to:<br />
<code><br />
/dev/tty.PL2303-0002600D<br />
</code><br />
Now that we have identified our new serial device, we can start connecting to a switch or server. Most people will use a Terminal Emulator, but as most of these programs were built pre-Leopard, you may find some difficulties running them on new(er) Mac hardware. I simply use the built-in screen program on Mac OS. So in the same terminal window, simply type:<br />
<code><br />
user@mac # screen /dev/tty.PL2303-0002600D 9600<br />
</code><br />
You can obviously change the baud rate or any other options to what you need to connect to your specific device. I mainly connect to Solaris servers, which work fine with a baud rate of 9600. I did notice that every time you connect and re-connect the cable&#8217;s tty device id changes.</p>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=WKJHUKTJMCMX2" target="_blank"><img src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" alt="" /></a> Make a small donation if you feel this post has saved your day!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=57&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2009/09/15/usb-to-serial-for-mac-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>

		<media:content url="http://schmeits.files.wordpress.com/2009/09/r233-usb-adpt1.jpg" medium="image">
			<media:title type="html">R233-USB-ADPT</media:title>
		</media:content>

		<media:content url="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" medium="image" />
	</item>
		<item>
		<title>Snow Leopard Upgrade Update</title>
		<link>http://schmeits.wordpress.com/2009/09/14/snow-leopard-upgrade-update/</link>
		<comments>http://schmeits.wordpress.com/2009/09/14/snow-leopard-upgrade-update/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:42:40 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Davy Schmeits]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Snow Leopard Apple Mac Upgrade]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=51</guid>
		<description><![CDATA[Not this is not a misspellings, it is the harsh truth. I am somewhat amazed Apple have put out an update for Snow Leopard less than three weeks after the launch of the new operating system. <a href="http://schmeits.wordpress.com/2009/09/14/snow-leopard-upgrade-update/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=51&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>No this is not a misspelling, it is the harsh truth. I am somewhat amazed Apple have put out an update for Snow Leopard less than three weeks after the launch of the new operating system.</p>
<p>Included in this update are a number of stability and compatibility improvements, as well as patches for security issues, among them including the more recent version of the Flash plug-in for Safari.</p>
<p>The Flash issue is notable as the Snow Leopard installer was criticized for installing an older version of the plug-in that contained security vulnerabilities, even if the user already had a more recent version installed. The 10.6.1 update deploys the most recent version of the Flash plug-in.</p>
<p>In addition, this first update of Snow Leopard makes some updates to device compatibility, specifically involving some models of Sierra Wireless 3G modems as well a situation in which Snow Leopard might not correctly display printer drivers in the Add Printer browser. It also fixes an issue that could cause DVD playback to stop unexpectedly and one that could make it difficult to remove something from the Dock.</p>
<p>A couple of bugs in Mail were fixed as well, including an instance in which the program’s auto account setup might not work, a problem experienced when sending mail with some SMTP servers, and an issue where the Command-Option-T shortcut unexpectedly brought up the special characters menu in both Mail and TextEdit.</p>
<p>Obviously I can only recommend this 75.1MB update to any user running Mac OS X Snow Leopard. The update is presently is presently available via Software Update.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=51&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2009/09/14/snow-leopard-upgrade-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>
	</item>
		<item>
		<title>Privium Lounge</title>
		<link>http://schmeits.wordpress.com/2009/09/11/privium-lounge/</link>
		<comments>http://schmeits.wordpress.com/2009/09/11/privium-lounge/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 17:38:59 +0000</pubDate>
		<dc:creator>Davy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Davy Schmeits Travel UK Schiphol Privium Card]]></category>
		<category><![CDATA[KLM Flying Blue]]></category>

		<guid isPermaLink="false">http://schmeits.wordpress.com/?p=44</guid>
		<description><![CDATA[One of the bonuses of frequent travelling is access to airport lounges. Obviously after a while it gets as boring as sitting at the local airport coffee shop, but still for any outsider it might be interesting to know what is going on in these lounges. In the next couple of weeks I will give my humble opinion on the lounges I access weekly. As I mostly fly from Bristol and Birmingham I can already tell you nothing else than that the lounges at both Airports are pretty horrible and utterly boring. So let me start of with a rather more exciting lounge, the Privium Lounge at Amsterdam Airport. <a href="http://schmeits.wordpress.com/2009/09/11/privium-lounge/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=44&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It may be a bit ironic to talk about frequent flying on September the 11th, but let me just give it a go.</p>
<p>One of the bonuses of frequent travelling is access to airport lounges. Obviously after a while it gets as boring as sitting at the local airport coffee shop, but still for any outsider it might be interesting to know what is going on in these lounges. In the next couple of weeks I will give my humble opinion on the lounges I access weekly. As I mostly fly from Bristol and Birmingham I can already tell you nothing else than that the lounges at both Airports are pretty horrible and utterly boring. So let me start of with a rather more exciting lounge, the Privium Lounge at Amsterdam Airport.</p>
<p>Now the <a href="http://www.privium.nl">Privium</a> Lounge cannot be accessed with any Gold, Diamond or Crystal card from any airliner. <a href="http://www.privium.nl">Privium</a> is the equivalent to the British IRIS and US Global Entry programs. The basic <a href="http://www.privium.nl">Privium</a> card is available for frequent flyers within the Schengen region and provides a method of fast border passage, using your an iris scanner. Of course one may question the fact if you can then be tracked moving around Europe, but quite frankly I love the fact that I do not have to queue at 7.30am or 6pm, when the next flight to Ibiza has just returned.</p>
<p><img src="http://schmeits.files.wordpress.com/2009/09/081127_081127_privium_gr_11.jpg?w=500" alt="081127_081127_privium_gr_1" title="081127_081127_privium_gr_1"   class="alignnone size-full wp-image-48" /></p>
<p>The <a href="http://www.privium.nl">Privium</a> Plus card also gives you access to the <a href="http://www.privium.nl">Privium</a> Lounge. I have seen quite a few lounges in the last ten years, but this lounge has been put together very nicely. With a complete white backdrop and some very arty farty furniture, they still managed to create a &#8216;living room&#8217; experience, something you see in many lounges. The lounge was opened last year and has so far managed to attract more and more visitors.</p>
<p>Marketing in the <a href="http://www.privium.nl">Privium</a> Lounge is also done in a very clever way. If you want to apply for the basic membership (which does not allow you to access the lounge), you still have to walk through the lounge and may have you wondering if you want to pay that extra £50 to add the lounge option as well. Not a bargain, but if you are a frequent traveller, a glass of wine every week will get you back that extra money in a few weeks.</p>
<p>Now there must be some downsides you may wonder? Yeah there are. I have to say the selection of drinks is getting a bit boring after a while, but I suppose that is the same in any lounge. I have been a member for over a year, but I cannot eat any more mini muffins or mini quiches. However the food is always prepared well and there are always plenty of drinks available. The other downside for me, as I travel mostly in the evenings, is the fact that the lounge closes at 8pm and is not opened on weekends. Most of my flights depart at 9pm, so there is always that one hour gap of wandering around in Schiphol. Other than that, it is a great experience.</p>
<p>It is almost 8pm, so I am off to the KLM Crown Lounge, which I will put online next week.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schmeits.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schmeits.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schmeits.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schmeits.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schmeits.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schmeits.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schmeits.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schmeits.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schmeits.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schmeits.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schmeits.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schmeits.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schmeits.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schmeits.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schmeits.wordpress.com&amp;blog=6265523&amp;post=44&amp;subd=schmeits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schmeits.wordpress.com/2009/09/11/privium-lounge/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/70f6e1de97b32275c767789ccbf45164?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davy</media:title>
		</media:content>

		<media:content url="http://schmeits.files.wordpress.com/2009/09/081127_081127_privium_gr_11.jpg" medium="image">
			<media:title type="html">081127_081127_privium_gr_1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
