<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Solo Technology</title>
	
	<link>http://www.solo-technology.com/blog</link>
	<description>A Technology Crow in search of Bright Shiny Objects</description>
	<lastBuildDate>Wed, 08 Sep 2010 21:35:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SoloTechnology" /><feedburner:info uri="solotechnology" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><feedburner:emailServiceId>SoloTechnology</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Fun With WhatsUp and PsService.exe</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/J6mdL_j_qlc/</link>
		<comments>http://www.solo-technology.com/blog/2010/09/08/fun-with-whatsup-and-psservice-exe/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 21:21:36 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Event-Viewer]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[PsService]]></category>
		<category><![CDATA[sysinternals]]></category>
		<category><![CDATA[Tech-Ops]]></category>
		<category><![CDATA[WhatsUp]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4234</guid>
		<description><![CDATA[This is probably a bit obscure but writing it up will surely help someone &#8212; if not myself next time around&#8230; I use WhatsUp Gold to monitor the machines at work. Been using it for years and it has worked great for us. Recently I hit a little challenge though. Needed to monitor the event<a href="http://www.solo-technology.com/blog/2010/09/08/fun-with-whatsup-and-psservice-exe/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/06/13/whatsup-deferred-alerts/' rel='bookmark' title='Permanent Link: WhatsUp Deferred Alerts'>WhatsUp Deferred Alerts</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/08/24/oh-did-you-want-a-timeout/' rel='bookmark' title='Permanent Link: Oh, Did You Want a Timeout?'>Oh, Did You Want a Timeout?</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/10/12/in-which-regmon-saves-the-day/' rel='bookmark' title='Permanent Link: In Which Regmon Saves the Day'>In Which Regmon Saves the Day</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>This is probably a bit obscure but writing it up will surely help someone &#8212; if not myself next time around&#8230;</em></p>
<p>I use <a href="http://www.whatsupgold.com/">WhatsUp Gold</a> to monitor the machines at work. Been using it for years and it has worked great for us. Recently I hit a little challenge though. Needed to monitor the event log on some servers and if a particular Windows Service threw a specific error message I&#8217;d need to get the service restarted.</p>
<p>My first approach was overly convoluted (if you&#8217;re really curious you can read more in <a href="http://ipswitch.hivelive.com/posts/7373a433e1">this support forum post</a>). After some false starts with start and stop events I found <a href="http://technet.microsoft.com/en-us/sysinternals/bb897542.aspx">Sysinternals&#8217; PsService</a> and realized I could use it with WhatsUp&#8217;s ability to run &#8220;Program Actions&#8221; to just completely restart the service in one step.</p>
<p>I ran the psservice.exe command from the WhatsUp server against a development server, then checked the dev server&#8217;s event viewer and confirmed the service was restarted. Next I created the Program Action in WhatsUp and used the Test feature to make sure it all worked. So far so good; more events in the dev server&#8217;s event viewer logs.</p>
<p>I went to bed, comfortable in my knowledge that everything was looking good.</p>
<p>This morning I checked WhatsUp&#8217;s Activity Log and saw that it had fired the service restart last night. Yay! But looking closer at the server in question, I didn&#8217;t see any evidence in the logs of the service actually  being restarted. Boo! WhatsUp just <em>thought</em> it was running psservice. (<em>this is post 2 in that support forum thread I linked earlier</em>).</p>
<h3>Enter eventcreate.exe</h3>
<p>I needed a way to test this more. Clearly I couldn&#8217;t just sit around hoping for errors to show up in the event logs to fire up my little process. A quick web search turned up the fact that <a href="http://technet.microsoft.com/en-us/library/bb490899.aspx">eventcreate.exe</a> was already on my Windows 2003 server. This little gem lets you easily create event log entries &#8212; even on different servers across the network. Brilliant! I&#8217;ve been working with Windows for a couple decades now and I&#8217;d never even <em>heard</em> of it before.</p>
<p>Now I had a way to create error entries in the logs that would fire off my psservice service restarts. Sadly, all this gained me was a way to <strong>not </strong>restart the service more frequently. WhatsUp assured me it was firing the program and the dev server continued to not get the service restarted.</p>
<p>Frustrating.</p>
<h3>Eureka!</h3>
<p>Then it hit me. The first time you run any Sysinternals app you get the license agreement and you have to agree to it to actually run the app.</p>
<p><img class="alignnone size-full wp-image-4236" title="psservice-lic-agreement" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/09/psservice-lic-agreement-e1283980342336.jpg" alt="PsService.exe license agreement" width="400" height="268" /></p>
<p>The WhatsUp service is running as the Local System account and I finally realized that it needed to accept the agreement.</p>
<p>Another quick search turned up a <a href="http://johnnycoder.com/blog/2008/11/10/run-cmdexe-as-local-system-account/">blog post</a> with an easy way to fire up a command prompt running as the Local System user using PsExec. Amusingly enough, this app was bundled with PsService.</p>
<pre><code>psexec -i -s cmd.exe</code></pre>
<p>From that prompt I was able to run PsService.exe and did indeed have to Agree to the terms.</p>
<p>But wait, it <em>still</em> didn&#8217;t work!</p>
<p>I had one last step to go. The WhatsUp monitoring service (technically, the &#8220;Ipswitch Service Control Manager&#8221; service) needed to be altered. Specifically, it needed to have &#8220;Allow service to interact with desktop&#8221; enabled. (<em>and this would be the third post in that earlier support forum post I linked</em>)</p>
<p><img class="alignnone size-full wp-image-4238" title="whatsup_service" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/09/whatsup_service.jpg" alt="Ipswitch Service Control Manager service properties" width="381" height="181" /></p>
<p>That was the final fix. Now it all works as desired &#8212; and expected.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/06/13/whatsup-deferred-alerts/' rel='bookmark' title='Permanent Link: WhatsUp Deferred Alerts'>WhatsUp Deferred Alerts</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/08/24/oh-did-you-want-a-timeout/' rel='bookmark' title='Permanent Link: Oh, Did You Want a Timeout?'>Oh, Did You Want a Timeout?</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/10/12/in-which-regmon-saves-the-day/' rel='bookmark' title='Permanent Link: In Which Regmon Saves the Day'>In Which Regmon Saves the Day</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/event-viewer/" title="Event-Viewer" rel="tag">Event-Viewer</a>, <a href="http://www.solo-technology.com/blog/tag/monitoring/" title="monitoring" rel="tag">monitoring</a>, <a href="http://www.solo-technology.com/blog/tag/psservice/" title="PsService" rel="tag">PsService</a>, <a href="http://www.solo-technology.com/blog/tag/sysinternals/" title="sysinternals" rel="tag">sysinternals</a>, <a href="http://www.solo-technology.com/blog/tag/tech-ops/" title="Tech-Ops" rel="tag">Tech-Ops</a>, <a href="http://www.solo-technology.com/blog/tag/whatsup/" title="WhatsUp" rel="tag">WhatsUp</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/vjBEga0klE8T2mSFmnNThts0MhI/0/da"><img src="http://feedads.g.doubleclick.net/~a/vjBEga0klE8T2mSFmnNThts0MhI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vjBEga0klE8T2mSFmnNThts0MhI/1/da"><img src="http://feedads.g.doubleclick.net/~a/vjBEga0klE8T2mSFmnNThts0MhI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=J6mdL_j_qlc:QJ4DMjklQ7Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=J6mdL_j_qlc:QJ4DMjklQ7Q:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=J6mdL_j_qlc:QJ4DMjklQ7Q:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=J6mdL_j_qlc:QJ4DMjklQ7Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=J6mdL_j_qlc:QJ4DMjklQ7Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=J6mdL_j_qlc:QJ4DMjklQ7Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/J6mdL_j_qlc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/09/08/fun-with-whatsup-and-psservice-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/09/08/fun-with-whatsup-and-psservice-exe/</feedburner:origLink></item>
		<item>
		<title>ThinkPad X40 and Ubuntu Netbook 10.04</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/hLzFq41V9Pk/</link>
		<comments>http://www.solo-technology.com/blog/2010/09/06/thinkpad-x40-and-ubuntu-netbook-10-04/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 15:51:38 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-Netbook-Edition]]></category>
		<category><![CDATA[X40]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4230</guid>
		<description><![CDATA[When the ThinkPad X40 first came out, 5 or 6 years ago, I had much lust in my heart. I wanted one so badly but it was just priced out of my reach.  A 12” screen and weighing in around 3 lbs. made it seem to be the ultimate portable rig – the keyboard is<a href="http://www.solo-technology.com/blog/2010/09/06/thinkpad-x40-and-ubuntu-netbook-10-04/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/08/18/ubuntu-netbook-10-04/' rel='bookmark' title='Permanent Link: Trying out Ubuntu Netbook 10.04'>Trying out Ubuntu Netbook 10.04</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/04/24/no-ubuntu-today/' rel='bookmark' title='Permanent Link: No Ubuntu Today'>No Ubuntu Today</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/06/23/ubuntu-install-inside-windows/' rel='bookmark' title='Permanent Link: Ubuntu: Install Inside Windows'>Ubuntu: Install Inside Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline;" title="ThinkPadX40" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/09/ThinkPadX40.jpg" alt="ThinkPadX40" width="182" height="126" align="right" />When the <a href="http://www.thinkwiki.org/wiki/Category:X40">ThinkPad X40</a> first came out, 5 or 6 years ago, I had much lust in my heart. I <em>wanted</em> one so badly but it was just priced out of my reach.  A 12” screen and weighing in around 3 lbs. made it seem to be the ultimate portable rig – the keyboard is quite wonderful too.</p>
<p>Yesterday I had the opportunity to grab one on a “trial basis” (I’m quite sure I’ll be purchasing it) and quickly snapped it up. It was running XP Pro well enough but after I did some updating I ran into a series of BSOD issues. Since I have recently been <a href="http://www.solo-technology.com/blog/2010/08/18/ubuntu-netbook-10-04/">using Ubuntu Netbook Edition</a> I decided that would be a great OS for this little rig.</p>
<p>Installing it, however, gave me some difficulties.</p>
<p>First I tried booting from the USB stick that I had used when I installed Ubuntu Netbook on my Eee. The X40 just wouldn’t do it. After some research I found some anecdotal notes that seem to indicate that the X40 has issues booting from large USB sticks. Unfortunately, I don’t have any 512 MB sticks laying around to test with – and I don’t think the Netbook Edition install would fit on one.</p>
<p>Fortunately, the unit I have came with the <a href="http://www.thinkwiki.org/wiki/X4_UltraBase">UltraBase</a> dock so I was able to try a CD install. I grabbed the image from the <a href="http://releases.ubuntu.com/lucid/">Ubuntu downloads page</a> (scroll down to the Netbook Live CD). The boot process would start OK but then the screen would go black. A quick search turned up a <a href="http://www.divideandconquer.se/2010/04/30/thinkpad-x40-with-ubuntu-10-04-lucid-lynx/">blog post</a> that pointed me to a <a href="https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes">Bugs page</a> with details about the issue and work-arounds. “Workaround A” worked for me, both to boot from the Live CD but also to permanently resolve the issue once I had it installed.</p>
<p>With the video issue solved, I’m pleased to say that Ubuntu Netbook Edition runs great on this little box. All the more impressive as it currently has just 768 MB of RAM – something I hope to address later today once I dig through the old box ‘o ram in the garage…</p>
<p>Battery life is good. With the included extended battery we seem to be headed for the 4 – 5 hour range.</p>
<p>The <strong>wife acceptance factor</strong> is huge. She loves the idea of having a little and light portable to float around the house with. This morning I found her curled up on the couch with it running through email and Facebook. Later I found it on the kitchen island with some recipes up as she was preparing for this afternoon’s festivities. The12” panel is small but not too small and the native 1024&#215;768 resolution works well for the majority of the main stream web sites we use.</p>
<p>I think I’ll hold off on buying a netbook for home now <img class="wlEmoticon wlEmoticon-smile" style="border-style: none;" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/09/wlEmoticonsmile.png" alt="Smile" /></p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/08/18/ubuntu-netbook-10-04/' rel='bookmark' title='Permanent Link: Trying out Ubuntu Netbook 10.04'>Trying out Ubuntu Netbook 10.04</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/04/24/no-ubuntu-today/' rel='bookmark' title='Permanent Link: No Ubuntu Today'>No Ubuntu Today</a></li>
<li><a href='http://www.solo-technology.com/blog/2008/06/23/ubuntu-install-inside-windows/' rel='bookmark' title='Permanent Link: Ubuntu: Install Inside Windows'>Ubuntu: Install Inside Windows</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/thinkpad/" title="thinkpad" rel="tag">thinkpad</a>, <a href="http://www.solo-technology.com/blog/tag/ubuntu/" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://www.solo-technology.com/blog/tag/ubuntu-netbook-edition/" title="Ubuntu-Netbook-Edition" rel="tag">Ubuntu-Netbook-Edition</a>, <a href="http://www.solo-technology.com/blog/tag/x40/" title="X40" rel="tag">X40</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/LbnCZcQ2IPdECYRB_YX7pQ96TWc/0/da"><img src="http://feedads.g.doubleclick.net/~a/LbnCZcQ2IPdECYRB_YX7pQ96TWc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/LbnCZcQ2IPdECYRB_YX7pQ96TWc/1/da"><img src="http://feedads.g.doubleclick.net/~a/LbnCZcQ2IPdECYRB_YX7pQ96TWc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=hLzFq41V9Pk:FW84boV1cc8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=hLzFq41V9Pk:FW84boV1cc8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=hLzFq41V9Pk:FW84boV1cc8:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=hLzFq41V9Pk:FW84boV1cc8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=hLzFq41V9Pk:FW84boV1cc8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=hLzFq41V9Pk:FW84boV1cc8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/hLzFq41V9Pk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/09/06/thinkpad-x40-and-ubuntu-netbook-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/09/06/thinkpad-x40-and-ubuntu-netbook-10-04/</feedburner:origLink></item>
		<item>
		<title>Hamachi2 and Linux and Haguichi</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/wLZWTT-6BvU/</link>
		<comments>http://www.solo-technology.com/blog/2010/09/02/hamachi-and-linux-and-haguichi/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 02:40:16 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[Haguichi]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[LogMeIn]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-Netbook-Edition]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4221</guid>
		<description><![CDATA[I just realized that I haven’t written anything about LogMeIn Hamachi² here. Just like the predecessor Hamachi, Hamachi² is a peer-to-peer VPN service. Free version for non-commercial use and reasonably priced for commercial. I’ve been a fan for years – great way to link my various computers together. Hamachi² changed things a bit by moving<a href="http://www.solo-technology.com/blog/2010/09/02/hamachi-and-linux-and-haguichi/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2006/02/02/new-server-hamachi-linux/' rel='bookmark' title='Permanent Link: New server, Hamachi Linux'>New server, Hamachi Linux</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/01/15/hamachi-vpn-as-service-why/' rel='bookmark' title='Permanent Link: Hamachi VPN as service &#8211; why?'>Hamachi VPN as service &#8211; why?</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/11/07/hamachi-mobile/' rel='bookmark' title='Permanent Link: Hamachi Mobile'>Hamachi Mobile</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="https://secure.logmein.com/US/products/hamachi2/"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="LogMeIn Hamachi2 image" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/09/image.png" border="0" alt="LogMeIn Hamachi2 image" width="173" height="139" align="right" /></a>I just realized that I haven’t written anything about <a href="https://secure.logmein.com/products/hamachi2/">LogMeIn Hamachi²</a> here. Just like the predecessor Hamachi, Hamachi² is a peer-to-peer VPN service. Free version for non-commercial use and reasonably priced for commercial. I’ve been a fan for years – great way to link my various computers together.</p>
<p>Hamachi² changed things a bit by moving all the network management to a central web site and giving some more options to configuration. For instance, you can now configure “Hub-and-spoke” networks in which the clients can <em>only</em> see the servers (or the “hub”). Not quite as simple to configure as the prior version but I do like the additional security and configuration options so I upgraded last year. Always meant to mention it here, just never got the round ‘tuit…</p>
<p>When V2 was initially released it was only for Windows. Very disappointing. Happily, I recently noticed Linux and Mac beta versions on the <a href="https://secure.logmein.com/labs/">LogMeIn Labs page</a> – command line only, but better than nothing (and no, I have no clue when they appeared. Been a long time since I had checked the labs page!).</p>
<p>I installed it on my little Ubuntu Netbook Eee last month and have had no issues running it. Just pop to a terminal window and type <code>hamachi –?</code> to see your various options. It wasn’t too tough to sort out.</p>
<p><a href="http://www.haguichi.net/"><img style="display: inline;" title="haguichi-64x64" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/09/haguichi64x64.png" alt="haguichi-64x64" width="64" height="64" align="left" /></a>Today I discovered <a href="http://www.haguichi.net/">Haguichi</a>. <em>[hat tip to </em><a href="http://www.webupd8.org/2010/08/haguichi-10-hamachi-gui-for-gnome-adds.html"><em>Web Upd8</em></a><em>]</em> A slick little graphical user interface for Hamachi2 on Linux that runs a lot like the original Hamachi for Windows UI but also supports Hamachi2 (as beta). I love it!</p>
<p>Start it up and it runs up in the notification area just like you’d expect. Single click and you get an easy to use interface to see your networks and their contents. Right click a machine and you’ll get some options. All very friendly.</p>
<p>I haven’t analyzed exactly how much space it uses… as a C# app built on the Mono framework there <em>is</em> bit of a footprint here. All I know for sure is I still have space left on the little 4GB SSD drive so I’m happy.</p>
<p>If you’re using this with <a href="http://www.ubuntu.com/netbook">Ubuntu Netbook Edition</a> you’ll want to make one small change. By default, all apps are maximized when ran – that makes haguichi rather ugly… In a terminal window run <code>gconf-editor</code> In the resulting application, navigate to Apps and then click on maximus. On the right pane, right-click on “exclude_class” and click “edit key.” Now click the add button and type in “Haguichi” (this is case-sensitive, be sure that’s a capital H). Log out and back in and no more maximizing.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2006/02/02/new-server-hamachi-linux/' rel='bookmark' title='Permanent Link: New server, Hamachi Linux'>New server, Hamachi Linux</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/01/15/hamachi-vpn-as-service-why/' rel='bookmark' title='Permanent Link: Hamachi VPN as service &#8211; why?'>Hamachi VPN as service &#8211; why?</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/11/07/hamachi-mobile/' rel='bookmark' title='Permanent Link: Hamachi Mobile'>Hamachi Mobile</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/beta/" title="beta" rel="tag">beta</a>, <a href="http://www.solo-technology.com/blog/tag/eee/" title="eee" rel="tag">eee</a>, <a href="http://www.solo-technology.com/blog/tag/haguichi/" title="Haguichi" rel="tag">Haguichi</a>, <a href="http://www.solo-technology.com/blog/tag/hamachi/" title="hamachi" rel="tag">hamachi</a>, <a href="http://www.solo-technology.com/blog/tag/logmein/" title="LogMeIn" rel="tag">LogMeIn</a>, <a href="http://www.solo-technology.com/blog/tag/netbook/" title="netbook" rel="tag">netbook</a>, <a href="http://www.solo-technology.com/blog/tag/ubuntu/" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://www.solo-technology.com/blog/tag/ubuntu-netbook-edition/" title="Ubuntu-Netbook-Edition" rel="tag">Ubuntu-Netbook-Edition</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/H8HUzFOWG8S_HOJ1Yz-gyr1MnkM/0/da"><img src="http://feedads.g.doubleclick.net/~a/H8HUzFOWG8S_HOJ1Yz-gyr1MnkM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/H8HUzFOWG8S_HOJ1Yz-gyr1MnkM/1/da"><img src="http://feedads.g.doubleclick.net/~a/H8HUzFOWG8S_HOJ1Yz-gyr1MnkM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=wLZWTT-6BvU:M4pCJReQ73s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=wLZWTT-6BvU:M4pCJReQ73s:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=wLZWTT-6BvU:M4pCJReQ73s:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=wLZWTT-6BvU:M4pCJReQ73s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=wLZWTT-6BvU:M4pCJReQ73s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=wLZWTT-6BvU:M4pCJReQ73s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/wLZWTT-6BvU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/09/02/hamachi-and-linux-and-haguichi/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/09/02/hamachi-and-linux-and-haguichi/</feedburner:origLink></item>
		<item>
		<title>A Very Quick Look at the Sharpie Liquid Pencil</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/_W9CYCMBFj8/</link>
		<comments>http://www.solo-technology.com/blog/2010/08/26/a-very-quick-look-at-the-sharpie-liquid-pencil/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 04:14:44 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[pen]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[Sharpie-Liquid-Pencil]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4215</guid>
		<description><![CDATA[My friend Rich recently sent me one of the new Sharpie Liquid Pencils to play with (thanks Rich!). He knows I’m typically a G2 pen guy and was curious to see what I’d think. At first I absolutely hated it. Don’t get me wrong, it really isn’t horrible… but my initial impression was that it<a href="http://www.solo-technology.com/blog/2010/08/26/a-very-quick-look-at-the-sharpie-liquid-pencil/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/01/10/fancy-pen/' rel='bookmark' title='Permanent Link: Fancy Pen'>Fancy Pen</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/04/20/a-quick-overview-on-de-cluttering-a-desktop/' rel='bookmark' title='Permanent Link: A Quick Overview on De-Cluttering a Desktop'>A Quick Overview on De-Cluttering a Desktop</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="Sharpie Liquid Pencil Image" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/image5.png" border="0" alt="Sharpie Liquid Pencil Image" width="150" height="150" align="right" /> My friend <a href="http://www.simplerich.com/">Rich</a> recently sent me one of the new <a href="http://www.sharpie.com/enUS/Products/Pages/LiquidPencil.aspx">Sharpie Liquid Pencils</a> to play with (<em>thanks Rich!</em>). He knows I’m typically a G2 pen guy and was curious to see what I’d think.</p>
<p>At first I absolutely hated it.</p>
<p>Don’t get me wrong, it really isn’t horrible… but my initial impression was that it writes a lot like an old ball point pen with ink that’s on the verge of drying out. Not <em>quite</em> smooth and almost feels like it “skips” a bit. Things get a bit better when I press harder than normal but that eventually results in a sore hand.</p>
<p>However, when compared to the erasable ink pens of the 80’s (when I was in school) this thing is incredible. I’ve successfully erased things I wrote several days ago. In fact, the erasability of it all is why this will be added to my daily kit.</p>
<p>While I really enjoy my G2 pens, the amount of stuff I scratch out leaves such a mess when I’m doing a lot of writing and – I can’t lie – that drives me nuts. With this liquid pencil I have something that doesn’t blur nearly as easily as pencil but is still very erasable. Turns out I’m willing to put up with a less than G2 writing experience just for that.</p>
<p>Anyone else tried it out? What do you think?</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/01/10/fancy-pen/' rel='bookmark' title='Permanent Link: Fancy Pen'>Fancy Pen</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/04/20/a-quick-overview-on-de-cluttering-a-desktop/' rel='bookmark' title='Permanent Link: A Quick Overview on De-Cluttering a Desktop'>A Quick Overview on De-Cluttering a Desktop</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/pen/" title="pen" rel="tag">pen</a>, <a href="http://www.solo-technology.com/blog/tag/productivity/" title="productivity" rel="tag">productivity</a>, <a href="http://www.solo-technology.com/blog/tag/sharpie-liquid-pencil/" title="Sharpie-Liquid-Pencil" rel="tag">Sharpie-Liquid-Pencil</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/kamZtHatu-DwR9X_enbIeqx_DQc/0/da"><img src="http://feedads.g.doubleclick.net/~a/kamZtHatu-DwR9X_enbIeqx_DQc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kamZtHatu-DwR9X_enbIeqx_DQc/1/da"><img src="http://feedads.g.doubleclick.net/~a/kamZtHatu-DwR9X_enbIeqx_DQc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=_W9CYCMBFj8:mHLD8bPGKOE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=_W9CYCMBFj8:mHLD8bPGKOE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=_W9CYCMBFj8:mHLD8bPGKOE:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=_W9CYCMBFj8:mHLD8bPGKOE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=_W9CYCMBFj8:mHLD8bPGKOE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=_W9CYCMBFj8:mHLD8bPGKOE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/_W9CYCMBFj8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/08/26/a-very-quick-look-at-the-sharpie-liquid-pencil/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/08/26/a-very-quick-look-at-the-sharpie-liquid-pencil/</feedburner:origLink></item>
		<item>
		<title>Oh, Did You Want a Timeout?</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/MH0I_0yC5G4/</link>
		<comments>http://www.solo-technology.com/blog/2010/08/24/oh-did-you-want-a-timeout/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 03:32:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[Tech-Ops]]></category>
		<category><![CDATA[WhatsUp]]></category>
		<category><![CDATA[windows-2003]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4210</guid>
		<description><![CDATA[Back in February I mentioned that I was reconfiguring my IIS 6 web servers to shutdown the App Pools after 2 hours of inactivity. That seemed a much better option than the brute force iisreset that I’d been scheduling as a nightly event. Turns out I wasn’t quite done yet. Here’s a snip of a<a href="http://www.solo-technology.com/blog/2010/08/24/oh-did-you-want-a-timeout/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/02/09/iis-6-and-worker-process-recycling/' rel='bookmark' title='Permanent Link: IIS 6 and Worker Process Recycling'>IIS 6 and Worker Process Recycling</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/09/08/fun-with-whatsup-and-psservice-exe/' rel='bookmark' title='Permanent Link: Fun With WhatsUp and PsService.exe'>Fun With WhatsUp and PsService.exe</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/06/13/whatsup-deferred-alerts/' rel='bookmark' title='Permanent Link: WhatsUp Deferred Alerts'>WhatsUp Deferred Alerts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Back in February I mentioned that I was <a href="http://www.solo-technology.com/blog/2010/02/09/iis-6-and-worker-process-recycling/">reconfiguring my IIS 6</a> web servers to shutdown the App Pools after 2 hours of inactivity. That seemed a much better option than the brute force iisreset that I’d been scheduling as a nightly event.</p>
<p>Turns out I wasn’t quite done yet. Here’s a snip of a conversation I had earlier today with my CTO, Hans.</p>
<p>“Ya know, I wish I had some better tools to see how many active users we have across all the sites at a given moment,” I said. “That would be helpful when I want to sneak in a quick change during the day.”</p>
<p>“Well what do you currently do to check?” he asked.</p>
<p>“I just pop open the latest IIS log file, jump to the bottom and see if the most recent entries are from my once-a-minute WhatsUp Gold site monitoring. If the last few entries are from WhatsUp then I know we’ve been idle that many minutes.”</p>
<p>He nodded and we moved onto another issue which resolved around some memory related issues.</p>
<p>I commented, “It seems like this main w3p process never shrinks. It just keeps growing its memory usage. How weird. Come to think of it, I’ve never seen a Windows Event about it shutting down or spinning back up…”</p>
<p>Hans just gave me<em> the look </em>and said, “Didn’t you mention your monitoring process hits that site every minute?”</p>
<p><strong>#facepalm#</strong></p>
<p>“oh yeah… I guess it’ll never hit that 2 hour timeout, huh?” Don’t laugh… If you poll the site every minute don’t expect it to ever go idle!</p>
<p>Today I spent some time fixing that. I’m not sure what the best practices are but I have an approach that seems reasonable.</p>
<p>First, I created a new site with just one page (ping.html). Next, I created a new App Pool called monitoring just like the Default. But instead of a timeout I configured it to restart itself at 1:00 AM nightly. Then I converted that new site to an IIS application using that new App Pool.</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/image2.png"><img style="display: inline; border-width: 0px;" title="IIS App Pool settings" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/image_thumb.png" border="0" alt="IIS App Pool settings" width="404" height="242" /></a></p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/image3.png"><img style="display: inline; border-width: 0px;" title="My maint site's IIS app settings" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/image_thumb1.png" border="0" alt="My maint site's IIS app settings" width="404" height="144" /></a></p>
<p>I changed the WhatsUp monitor to use a custom <a href="http://docs.ipswitch.com/NM/87_WhatsUp%20Gold%20v14.1/03_Help/index.htm?24791.htm?toc.htm">HTTP Content monitor</a> pointed at the new site. Now it tests for content from the ping.html page instead of just seeing if something responds on port 80 so this is probably even a bit better than it was before.</p>
<p>This brought up another small issue though.</p>
<h3>Wait! How do I know which w3p process ties to which App Pool?</h3>
<p>Now I have more App Pools all running as the same user. How can I quickly tell which process goes to which pool? Easy!</p>
<p>This picture lays it out:</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/image4.png"><img style="display: inline; border-width: 0px;" title="App Pools and w3p processes" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/image_thumb2.png" border="0" alt="App Pools and w3p processes" width="404" height="226" /></a></p>
<p>On the IIS server bring up a command prompt, navigate to the system32 directory and run:</p>
<p><code>cscript iisapp.vbs</code></p>
<p>The output lists the process ID (PID) and name for each w3p.exe process. Problem solved.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/02/09/iis-6-and-worker-process-recycling/' rel='bookmark' title='Permanent Link: IIS 6 and Worker Process Recycling'>IIS 6 and Worker Process Recycling</a></li>
<li><a href='http://www.solo-technology.com/blog/2010/09/08/fun-with-whatsup-and-psservice-exe/' rel='bookmark' title='Permanent Link: Fun With WhatsUp and PsService.exe'>Fun With WhatsUp and PsService.exe</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/06/13/whatsup-deferred-alerts/' rel='bookmark' title='Permanent Link: WhatsUp Deferred Alerts'>WhatsUp Deferred Alerts</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/iis/" title="IIS" rel="tag">IIS</a>, <a href="http://www.solo-technology.com/blog/tag/monitoring/" title="monitoring" rel="tag">monitoring</a>, <a href="http://www.solo-technology.com/blog/tag/tech-ops/" title="Tech-Ops" rel="tag">Tech-Ops</a>, <a href="http://www.solo-technology.com/blog/tag/whatsup/" title="WhatsUp" rel="tag">WhatsUp</a>, <a href="http://www.solo-technology.com/blog/tag/windows-2003/" title="windows-2003" rel="tag">windows-2003</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/AjpbX0xadxUQAQn12u-LG1msz78/0/da"><img src="http://feedads.g.doubleclick.net/~a/AjpbX0xadxUQAQn12u-LG1msz78/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AjpbX0xadxUQAQn12u-LG1msz78/1/da"><img src="http://feedads.g.doubleclick.net/~a/AjpbX0xadxUQAQn12u-LG1msz78/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=MH0I_0yC5G4:in0elvY9IoQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=MH0I_0yC5G4:in0elvY9IoQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=MH0I_0yC5G4:in0elvY9IoQ:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=MH0I_0yC5G4:in0elvY9IoQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=MH0I_0yC5G4:in0elvY9IoQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=MH0I_0yC5G4:in0elvY9IoQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/MH0I_0yC5G4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/08/24/oh-did-you-want-a-timeout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/08/24/oh-did-you-want-a-timeout/</feedburner:origLink></item>
		<item>
		<title>WP Schwag</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/CSTX3kfbu6k/</link>
		<comments>http://www.solo-technology.com/blog/2010/08/22/wp-schwag/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 22:36:12 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[schwag]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4202</guid>
		<description><![CDATA[Look what I got in the mail this weekend: Pretty cool, eh? Back of the shirt has a WordPress.org logo. I believe this is something I got for weighing in on the GPL side of things during last month’s Thesis theme / GPL kerfluffle. I dig the certificate Related posts:WordPress Theme Generator Post Facelift Notes<a href="http://www.solo-technology.com/blog/2010/08/22/wp-schwag/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/04/25/wordpress-theme-generator/' rel='bookmark' title='Permanent Link: WordPress Theme Generator'>WordPress Theme Generator</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/12/31/post-facelift-notes/' rel='bookmark' title='Permanent Link: Post Facelift Notes'>Post Facelift Notes</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/02/28/first-release-visualize-advanced-features/' rel='bookmark' title='Permanent Link: First Release:  Visualize Advanced Features'>First Release:  Visualize Advanced Features</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Look what I got in the mail this weekend:</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/2010082215.58.03.jpg"><img style="display: inline; border: 0px;" title="WordPress schwag" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/2010082215.58.03_thumb.jpg" border="0" alt="WordPress schwag" width="404" height="304" /></a></p>
<p>Pretty cool, eh? Back of the shirt has a WordPress.org logo.</p>
<p>I believe this is something I got for weighing in on the GPL side of things during last month’s Thesis theme / <a href="http://ma.tt/2010/07/syn-thesis-1/">GPL kerfluffle</a>.</p>
<p>I dig the certificate <img src='http://www.solo-technology.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2007/04/25/wordpress-theme-generator/' rel='bookmark' title='Permanent Link: WordPress Theme Generator'>WordPress Theme Generator</a></li>
<li><a href='http://www.solo-technology.com/blog/2006/12/31/post-facelift-notes/' rel='bookmark' title='Permanent Link: Post Facelift Notes'>Post Facelift Notes</a></li>
<li><a href='http://www.solo-technology.com/blog/2007/02/28/first-release-visualize-advanced-features/' rel='bookmark' title='Permanent Link: First Release:  Visualize Advanced Features'>First Release:  Visualize Advanced Features</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/gpl/" title="gpl" rel="tag">gpl</a>, <a href="http://www.solo-technology.com/blog/tag/schwag/" title="schwag" rel="tag">schwag</a>, <a href="http://www.solo-technology.com/blog/tag/wordpress/" title="WordPress" rel="tag">WordPress</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/DZ6mDBR9Rif_gQDmO1qgbDlZl1Y/0/da"><img src="http://feedads.g.doubleclick.net/~a/DZ6mDBR9Rif_gQDmO1qgbDlZl1Y/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DZ6mDBR9Rif_gQDmO1qgbDlZl1Y/1/da"><img src="http://feedads.g.doubleclick.net/~a/DZ6mDBR9Rif_gQDmO1qgbDlZl1Y/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=CSTX3kfbu6k:uROClEXSnP8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=CSTX3kfbu6k:uROClEXSnP8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=CSTX3kfbu6k:uROClEXSnP8:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=CSTX3kfbu6k:uROClEXSnP8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=CSTX3kfbu6k:uROClEXSnP8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=CSTX3kfbu6k:uROClEXSnP8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/CSTX3kfbu6k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/08/22/wp-schwag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/08/22/wp-schwag/</feedburner:origLink></item>
		<item>
		<title>Trying out Ubuntu Netbook 10.04</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/EZfJzT4PyzI/</link>
		<comments>http://www.solo-technology.com/blog/2010/08/18/ubuntu-netbook-10-04/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 23:40:26 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[Google-Chrome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Synergy]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-Netbook-Edition]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=4193</guid>
		<description><![CDATA[I&#8217;ve been running Windows XP on my trusty Eee 701 netbook for about a year and a half now (last mention). XP worked fine and did the job. However, as time passed it slowly used more and more space. When you only have a 4GB SSD drive to work with, space is a precious commodity!<a href="http://www.solo-technology.com/blog/2010/08/18/ubuntu-netbook-10-04/"> &#187; Read the Rest...</a>


Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/09/06/thinkpad-x40-and-ubuntu-netbook-10-04/' rel='bookmark' title='Permanent Link: ThinkPad X40 and Ubuntu Netbook 10.04'>ThinkPad X40 and Ubuntu Netbook 10.04</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/05/20/netbook-linux-adventures/' rel='bookmark' title='Permanent Link: Netbook Linux Adventures'>Netbook Linux Adventures</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/05/25/follow-up-to-netbook-linux-adventures/' rel='bookmark' title='Permanent Link: Follow-up to Netbook Linux Adventures'>Follow-up to Netbook Linux Adventures</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-4194" title="U3_communicate_small" src="http://www.solo-technology.com/blog/wp-content/uploads/2010/08/U3_communicate_small.jpg" alt="Ubuntu Netbook Remix" width="208" height="128" />I&#8217;ve been running Windows XP on my trusty Eee 701 netbook for about a year and a half now (<a href="http://www.solo-technology.com/blog/2009/05/25/follow-up-to-netbook-linux-adventures/">last mention</a>). XP worked fine and did the job. However, as time passed it slowly used more and more space. When you only have a 4GB SSD drive to work with, space is a precious commodity!</p>
<p>Today, while running updates, it ran out of space. And trust me, that&#8217;s with the bare minimum installed. Some Asus drivers, Google Chrome. Everything else &#8212; even .NET frameworks &#8212; uninstalled.</p>
<p>Seemed like a good time to try <a href="http://www.ubuntu.com/netbook">Ubuntu Netbook Edition</a> (formerly known as Ubuntu Netbook Remix).  Downloading and installing went quite well thanks to some <a href="http://www.ubuntu.com/netbook/get-ubuntu/download">great instructions</a> and I&#8217;m happy with how well it runs on this first generation netbook. Remember, I&#8217;m sporting 1GB of RAM and a 900 Mhz Celeron here&#8230; Boot times are crazy fast. I&#8217;ll have to get a stop watch out soon, but I&#8217;m thinking well under a minute.</p>
<p>Speaking of performance, the included Firefox browser wasn&#8217;t so great (nor was it all that great in XP on this thing) but installing <a href="http://www.google.com/chrome?platform=linux">Google Chrome</a> was easily done. The chrome install didn&#8217;t add an icon to the menus, but that was easily done with the Menu Editor. Chrome runs great on this rig.</p>
<p>Primary use for this machine is to sit on my desk during the day and run a few monitoring web pages (connected to a 17&#8243; monitor and slaved via <a href="http://code.google.com/p/synergy-plus/">Synergy+</a>) and be my little &#8220;on the go&#8221; machine when I&#8217;m out and about. I look forward to seeing how well this fresh install works.</p>


<p>Related posts:<ol><li><a href='http://www.solo-technology.com/blog/2010/09/06/thinkpad-x40-and-ubuntu-netbook-10-04/' rel='bookmark' title='Permanent Link: ThinkPad X40 and Ubuntu Netbook 10.04'>ThinkPad X40 and Ubuntu Netbook 10.04</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/05/20/netbook-linux-adventures/' rel='bookmark' title='Permanent Link: Netbook Linux Adventures'>Netbook Linux Adventures</a></li>
<li><a href='http://www.solo-technology.com/blog/2009/05/25/follow-up-to-netbook-linux-adventures/' rel='bookmark' title='Permanent Link: Follow-up to Netbook Linux Adventures'>Follow-up to Netbook Linux Adventures</a></li>
</ol></p>
	Tags: <a href="http://www.solo-technology.com/blog/tag/eee/" title="eee" rel="tag">eee</a>, <a href="http://www.solo-technology.com/blog/tag/google-chrome/" title="Google-Chrome" rel="tag">Google-Chrome</a>, <a href="http://www.solo-technology.com/blog/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://www.solo-technology.com/blog/tag/netbook/" title="netbook" rel="tag">netbook</a>, <a href="http://www.solo-technology.com/blog/tag/synergy/" title="Synergy" rel="tag">Synergy</a>, <a href="http://www.solo-technology.com/blog/tag/ubuntu/" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://www.solo-technology.com/blog/tag/ubuntu-netbook-edition/" title="Ubuntu-Netbook-Edition" rel="tag">Ubuntu-Netbook-Edition</a><br />

<p><a href="http://feedads.g.doubleclick.net/~a/3BnSEQ96SYrupF4Hp9N_2VZcy6c/0/da"><img src="http://feedads.g.doubleclick.net/~a/3BnSEQ96SYrupF4Hp9N_2VZcy6c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3BnSEQ96SYrupF4Hp9N_2VZcy6c/1/da"><img src="http://feedads.g.doubleclick.net/~a/3BnSEQ96SYrupF4Hp9N_2VZcy6c/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=EZfJzT4PyzI:6uzzKr6Tg8o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=EZfJzT4PyzI:6uzzKr6Tg8o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=EZfJzT4PyzI:6uzzKr6Tg8o:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=EZfJzT4PyzI:6uzzKr6Tg8o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=EZfJzT4PyzI:6uzzKr6Tg8o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=EZfJzT4PyzI:6uzzKr6Tg8o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/EZfJzT4PyzI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2010/08/18/ubuntu-netbook-10-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2010/08/18/ubuntu-netbook-10-04/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.278 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-09 00:29:46 -->
