<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Stoltenow dot com</title>
<link>http://www.stoltenow.com/</link>
<description></description>
<language>en</language>
<copyright>Copyright 2010</copyright>
<lastBuildDate>Tue, 04 May 2010 02:24:38 +0000</lastBuildDate>
<generator>http://www.movabletype.org/?v=4.21-en</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 


<item>
<title>Untraceable Movie Nitpicking</title>
<description><![CDATA[<p><img alt="untraceable.jpg" src="http://www.stoltenow.com/pics/untraceable.jpg"width="160" height="240" align="right"/><br />
I recently purchased and watched the movie <a href="http://www.imdb.com/title/tt0880578/">Untraceable</a> on Bluray.  The basic plot is someone has setup a website (<a href="http://www.killwithme.com">www.killwithme.com</a>) which streams the live murder of a subject via some elaborate method.  For example one victim bleeds to death due to injections of an anticoagulant. The catch is the more people that visit the site, the faster and more violent the death.  When word of the site starts to spread, the site visits predictably start to number in the millions.  Interestingly the website blocks IPs that don't originate in the U.S., requiring that the death is only contributed to by Americans.</p>

<p>The FBI agents investigating attempt to shut the site down, but every time they find the originating server, the site moves it's hosting to another IP, all of this, of course in countries outside of US Jurisdiction (China, Russia, etc).  Presumably when this is done the website operator updates the DNS information such that www.killwithme.com will resolve to the new IP address. </p>

<p>So my question is why not exploit DNS to stop people from visiting the site?  The FBI could go to <a href="http://www.iana.org/">IANA</a> or whoever controls these things and have the <a href="http://en.wikipedia.org/wiki/Root_nameserver">13 root DNS servers</a> updated to resolve the domain to an FBI webserver?  All the root servers are under "American control" and would most likely be able to comply.  Or fail that, you could ask the countries largest ISPs (Comcast, AT&T, Roadrunner, Qwest, etc) to remove the entry from their DNS cache.  That would probably keep a very large percentage of US citizens from being able to view the site.</p>]]></description>
<link>http://www.stoltenow.com/archives/2010/05/untraceable_mov.html</link>
<guid>http://www.stoltenow.com/archives/2010/05/untraceable_mov.html</guid>
<category></category>
<pubDate>Tue, 04 May 2010 02:24:38 +0000</pubDate>
</item>

<item>
<title>iTunes Error 3150 Downloading Podcasts</title>
<description><![CDATA[<p><img alt="Tux-small.png" src="http://www.stoltenow.com/pics/iTunes.png"width="160" height="160" align="right"/><br />
For quite a while I've been unable to download <a href="http://twit.tv/twit">TWIT</a> (This Week In Tech) podcasts through iTunes.  When attempting to download the file, iTunes eventually timed out with the message "Stopped (err = -3150)".  Very descriptive huh?<br />
<br><br />
The strange thing is I continued to be able to download <a href="http://twit.tv/mbw">Macbreak Weekly</a> and <a href="http://twit.tv/ww">Windows Weekly</a> with no problems.  All are TWIT network podcasts, so why could I get some of them, but not the one I wanted?  For a while I assumed it was a temporary issue, and others would complain, and the problem would solve itself.  But after months, I still couldn't get my TWIT fix.<br />
<br><br />
Eventually I learned that I had as a test enabled website blocking in my <a href="http://www.qwest.com/internethelp/modems/gt701/">Actiontec</a> modem/router, and used aol.com as my example blocked domain.  Surely nothing of value comes from there, right? ;) As it turns out, TWIT uses AOL as a bandwidth provider (as Leo notes at the begining of every episode), and by blocking AOL, I was unable retrieve anything from the domain.  Macbreak Weekly and Windows Weekly use other bandwidth providers such as <a href="http://www.cachefly.com/">CacheFly</a>, and therefore were unaffected.<br />
<br><br />
So if you've got the same problem, check your router for any blocking features, or any blocking software installed on your PC.  Fail that, check with your ISP.<br />
</p>]]></description>
<link>http://www.stoltenow.com/archives/2010/03/itunes_error_31.html</link>
<guid>http://www.stoltenow.com/archives/2010/03/itunes_error_31.html</guid>
<category>News</category>
<pubDate>Tue, 16 Mar 2010 02:10:27 +0000</pubDate>
</item>

<item>
<title>Liquid Hydrocarbon Conversion</title>
<description><![CDATA[<p><img alt="Oil Barrel" src="http://www.stoltenow.com/pics/oil.jpg" align="right"/><br />
Creating a web based volume conversion utility has provided an excellent chance to try out the Google App Engine. And while there are plenty of websites that can provide simple volume conversions (including the Google Calculator), there are few that allow for the units of measurement used with liquid hydrocarbons.<br />
<h3><a href="http://volumeconv.appspot.com">http://volumeconv.appspot.com</a></h3><br />
The utility provides the following conversions:<br />
barrels to mcf (thousand cubic feet)<br />
barrels to gallons<br />
barrels to ft3 (cubic feet)<br />
barrels to m3 (cubic meters)<br />
barrels to liters<br />
mcf to barrels<br />
mcf to gallons<br />
mcf to ft3 (cubic feet)<br />
mcf to m3 (cubic meters)<br />
mcf to liters<br />
gallons to barrels<br />
gallons to mcf (thousand cubic feet)<br />
gallons to ft3 (cubic feet)<br />
gallons to m3 (cubic meters)<br />
gallons to liters<br />
ft3 to barrels<br />
ft3 to mcf (thousand cubic feet)<br />
ft3 to gallons<br />
ft3 to m3 (cubic meters)<br />
ft3 to liters<br />
m3 to barrels<br />
m3 to mcf (thousand cubic feet)<br />
m3 to gallons<br />
m3 to ft3 (cubic feet)<br />
m3 to liters<br />
liters to barrels<br />
liters to mcf (thousand cubic feet)<br />
liters to gallons<br />
liters to ft3 (cubic feet)<br />
liters to m3 (cubic meters)</p>

<p>Anything missing?  Please contact me at pete {at} stoltenow {dot} com.</p>]]></description>
<link>http://www.stoltenow.com/archives/2009/03/liquid_hydrocar.html</link>
<guid>http://www.stoltenow.com/archives/2009/03/liquid_hydrocar.html</guid>
<category>News</category>
<pubDate>Mon, 02 Mar 2009 12:13:59 +0000</pubDate>
</item>

<item>
<title>Blackbook gets an upgrade</title>
<description><![CDATA[<p>It seems the trusty laptop is now over 2 years old.  Where did the time go?  </p>

<p>Old faithful is a Apple Macbook (black) 2.0 GHz Intel Core 2 Duo with 1 GB of RAM, circa <a href="http://www.lowendmac.com/macbook/macbook-core2-duo-nov-2006.html">mid 2007</a>.  I recently realized for the low price of approximately $20 USD, I could double the memory.  And while the 2 year old machine still seems to be fast enough, for only $20, why not?</p>

<p>I could have gotten 4GB for $30, seems like a good deal right?  Unfortunately, the laptop only "officially" supports 2GB of RAM. Doing some reading, it seems 3GB *may* have been possible, but for my web browsing, 2GB will probably be alright.</p>

<p>All went well with the upgrade, the little dude seems to boot twice as fast.</p>

<p><a href="http://www.stoltenow.com/pics/mem1.jpg"><img alt="Old Memory" src="http://www.stoltenow.com/pics/mem1.jpg" width="300" height="200" align="center"/></a><br />
The old memory (2 x 512 MB SO-DIMMs)<br />
<br><br />
<a href="http://www.stoltenow.com/pics/mem2.jpg"><img alt="New Memory" src="http://www.stoltenow.com/pics/mem2.jpg" width="300" height="200" align="center"/></a><br />
The new memory (2 x 1 GB SO-DIMMs)<br />
<br><br />
<a href="http://www.stoltenow.com/pics/mem3.jpg"><img alt="Open Compartment" src="http://www.stoltenow.com/pics/mem3.jpg" width="300" height="200" align="center"/></a><br />
Battery Removed, Ready to upgrade memory<br />
<br><br />
<a href="http://www.stoltenow.com/pics/mem4.jpg"><img alt="Installing Memory" src="http://www.stoltenow.com/pics/mem4.jpg" width="300" height="200" align="center"/></a><br />
Inserting the new memory DIMMs </p>

<p><br />
  </p>]]></description>
<link>http://www.stoltenow.com/archives/2009/02/blackbook_gets.html</link>
<guid>http://www.stoltenow.com/archives/2009/02/blackbook_gets.html</guid>
<category>News</category>
<pubDate>Sat, 21 Feb 2009 05:36:06 +0000</pubDate>
</item>

<item>
<title>Netflix Roku Player Video Quality (4 Stars)</title>
<description><![CDATA[<p><img alt="Roku Netflix Player" src="http://www.stoltenow.com/pics/roku.jpg" align="right"/><br />
The <a href="http://www.roku.com/netflixplayer/">Roku Netflix player</a> provides different levels of streaming video quality, depending on the speed of your internet connection.  There are 4 levels quality, where 1 is about on par with the worst Youtube videos, and 4 is almost as good as DVD quality (maybe). </p>

<p>When a program is selected and starts streaming, the Roku box decides what is the best quality level you can get with the current internet connection.  1 star for the slowest connections, all the way up to 4 stars for the best speed connections, which is typically cable internet.  (They're not actually stars, but I like to think of them as such)</p>

<p>I have a DSL connection (Qwest) with a 1.5 megabit download speed.  When I first plugged in the Roku player about a year ago, my 1.5 megabit DSL connection, I would typically get the "2 star" level of quality.  Occasionally, it would give me the horrid "1 star" level of quality.  But I would never see anything above level 2.</p>

<p>Well in the past few weeks, I've been seeing "3 stars" of quality, over the same speed internet connection. Once I even got 4!  I didn't change anything, and yet suddenly I'm getting better quality streaming video?   And It looks great.  It's on par with VHS quality, if not a touch above. </p>

<p>I can't be sure, but I *think* the <b>audio</b> quality has gotten worse.  Could Netflix be sacrificing audio quality for better video?  </p>]]></description>
<link>http://www.stoltenow.com/archives/2009/01/netflix_roku_pl.html</link>
<guid>http://www.stoltenow.com/archives/2009/01/netflix_roku_pl.html</guid>
<category>News</category>
<pubDate>Fri, 30 Jan 2009 01:35:44 +0000</pubDate>
</item>

<item>
<title>Netgear FVS318 as a simple switch</title>
<description><![CDATA[<p>I was given a "broken" Netgear Prosafe VPN Firewall Model FVS318 a while ago.  Physically it seemed fine, but when you attempt to login and configure the device, it would never connect to the WLAN.</p>

<p>That seems like a firmware problem.  Looking at Netgear's <a href="www.netgear.com">website</a>, there have been a few hardware revisions of the FVS318, a version 1, version 2, and version 3.  This one was a hardware version 2, which means it could only be updated to firmware 2.4, which is the version it already had.  I tried to go back to older versions, but it wouldn't take them.  Nothing really else I could do.</p>

<p>The router was  headed for the trash, when I figured something out.  The device has 9 RJ45 jacks... a single "Internet Port", and 8 LAN ports.  If I connect the cable from my modem to one of the 8 LAN ports instead of the "Internet Port", the device functioned as a simple switch.</p>

<p>So the FVS318 has now been given a second life as a 10/100MB, 8 port switch.  Kinda a waste of such full featured firewall/router, but better then winding up in the landfill.<br />
</p>]]></description>
<link>http://www.stoltenow.com/archives/2009/01/netgear_fvs318.html</link>
<guid>http://www.stoltenow.com/archives/2009/01/netgear_fvs318.html</guid>
<category>News</category>
<pubDate>Wed, 07 Jan 2009 10:00:53 +0000</pubDate>
</item>

<item>
<title>Microsoft Outlook - &quot;Beyond Next Month&quot;</title>
<description><![CDATA[<p>The other day Microsoft Outlook 2003 did an odd thing...  Typically, when I look at the "Sent Items" folder, messages are divided into groups by the time period sent.  There are usually headers like "Today" and "Yesterday" and "Last Week".  </p>

<p>But now everything fell under the header of "Beyond Next Month".  How amazing, I thought!  Outlook knows about emails I haven't even sent yet.</p>

<p>As it turns out, I had accidentally changed the Windows clock earlier in the day; it had been bumped forward a year.  When I set the system clock back to today's date, everything went back to normal.</p>

<p><br />
<a href="http://www.stoltenow.com/pics/outlook-beyond.gif"><img src="http://www.stoltenow.com/pics/outlook-beyond.gif" border="0"></a></p>

<p><br></p>

<p>So much for telling the future.</p>]]></description>
<link>http://www.stoltenow.com/archives/2008/10/microsoft_outlo.html</link>
<guid>http://www.stoltenow.com/archives/2008/10/microsoft_outlo.html</guid>
<category>News</category>
<pubDate>Wed, 01 Oct 2008 18:29:03 +0000</pubDate>
</item>

<item>
<title>Microsoft Iowa Settlement</title>
<description><![CDATA[<p>My check came in the mail from the Microsoft Iowa Class Action Settlement.  Below is a copy of what they sent.  Its not every day that Microsoft pays you.</p>

<p><br />
<a href="http://www.stoltenow.com/pics/MicrosoftSettlement.gif"><img src="http://www.stoltenow.com/pics/MicrosoftSettlement_sm.gif" border="0"></a></p>

<p><br><br />
(I'm thinking this will go towards a new Apple Macbook)</p>]]></description>
<link>http://www.stoltenow.com/archives/2008/05/microsoft_iowa.html</link>
<guid>http://www.stoltenow.com/archives/2008/05/microsoft_iowa.html</guid>
<category>News</category>
<pubDate>Wed, 07 May 2008 02:56:26 +0000</pubDate>
</item>

<item>
<title>DTV Converter Box Coupons</title>
<description><![CDATA[<p>The government has started sending out coupons for $40 off the price of a DTV turner which will allows continued use of older TVs using Antennas instead of cable or satellite.  Considering the typical box will cost approximately $50, this means the government (<a href="http://www.commerce.gov/">Dept of Commerce</a>) is subsidizing almost the entire cost of upgrading technology for you.  "Perhaps not the best use of tax dollars" is my initial thought.  But then you realize that the FCC made <a href="http://wireless.fcc.gov/auctions/default.htm?job=auction_summary&id=73">$19 billion</a> auctioning off the radio spectrum currently used by Analog TVs, I guess it's allowable.</p>

<p>Although they were supposedly giving these coupons out as early as February of 2008, it didn't make much sense to get one until recently.  The DTV converter boxes weren't even available in stores until maybe late March.  Now a days you can stroll into your local <a href="http://www.walmart.com/catalog/product.do?product_id=8283870">Walmart</a> and pick one up without a problem.</p>

<p>Coupons can still be requested for a limited time.  Go to <a href="https://www.dtv2009.gov">https://www.dtv2009.gov</a> to do so.  Below is a copy of what was sent to me when I requested 2 coupons.</p>

<div align="center"><table width="20" border="0"><tr>
<td>
<a href="http://www.stoltenow.com/pics/DTVCoupons.gif"><img src="http://www.stoltenow.com/pics/DTVCoupons_th.gif" border="0"></a>
</td>
<td>
<a href="http://www.stoltenow.com/pics/DTVImportant.gif"><img src="http://www.stoltenow.com/pics/DTVImportant_th.gif" border="0"></a>
</td>
 </tr>
  </table>
</div>
]]></description>
<link>http://www.stoltenow.com/archives/2008/04/dtv_converter_b.html</link>
<guid>http://www.stoltenow.com/archives/2008/04/dtv_converter_b.html</guid>
<category>News</category>
<pubDate>Tue, 29 Apr 2008 03:32:15 +0000</pubDate>
</item>

<item>
<title>Iowa Caucus Night</title>
<description><![CDATA[<p>My Iowa Caucus experience, for those of you that may be interested.</p>

<p>I arrived at the local middle school for the republican caucus shortly before 6:30pm.  The crowd was very large, with little room to move.  We were supposed to come in through the lobby and register at a small table, but with the amount of people, it was not possible.  We were told we could register later, when we broke into smaller groups.  First we were to all meet in the auditorium as a large group.  The auditorium held about 900 people, and with the overflow, it was estimated that there was over 1000 people in attendance.  I'm not sure when things were supposed to start, but they didn't get going until after 7:30. </p>

<p>The event started with the pledge of allegiance, and a prayer.  Next the chairwomen for the local party gave us a short history of the Iowa caucus.  There was applause when she noted how seriously Iowans take their roll in the presidential election.  She then introduced representatives from the campaigns to speaker on behalf of the candidates.  There were speakers for Fred Thompson, Mike Huckabee, John McCain, Mitt Romney, and Ron Paul.  The man speaking for Mitt Romney was his older brother, Scott Romney.</p>

<p>Next she introduced our state senator, who gave a state of the senate address.  This was followed by a short speech from a women who was running on the republican ticket as our state representative, and then a man who solicited attendees for the Marshall county republican steak fry fundraiser.  Finally she announced directions to the rooms where we would break up into smaller groups for the actual vote.</p>

<p>My precinct was located in a small science class room at the other end of the building.  Of the 1000+ voters that turned out from Marshalltown's 8 precincts, only 21 were from mine.  I suspect this is because I live in a heavily Hispanic area, and many of them can't vote.  The precinct Captain told us that we would need to elect 2 delegates to the county convention.  Two people willingly volunteered.  We then elected a secretary, and a helper for the precinct captain.  The precinct captain then said that if any one person wished to have a secret paper ballot vote then we would do so.  No one requested this, so votes were taken by a show of hands, and written on the white board.  The results are below.<br />
<strong><br />
Mike Huckabee 8<br />
Mitt Romney 7<br />
Fred Thompson 4<br />
Ron Paul 1<br />
Rudy Giuliani 1</strong></p>

<p>That was all, and everyone left.  The helper stayed with the captain to call in the results, and to be certain it was done correctly according to the vote.</p>]]></description>
<link>http://www.stoltenow.com/archives/2008/01/iowa_caucus_nig.html</link>
<guid>http://www.stoltenow.com/archives/2008/01/iowa_caucus_nig.html</guid>
<category>News</category>
<pubDate>Thu, 03 Jan 2008 03:19:20 +0000</pubDate>
</item>

<item>
<title>My Problems Running Ubuntu 7.04 &quot;Feisty Fawn&quot;</title>
<description><![CDATA[<p><img alt="ubuntu.png" src="http://www.stoltenow.com/pics/ubuntu.png" width="110" height="64" align="right"><h3>1. Support for wide screen displays</h3></p>

<p>I have a Dell <a href="http://reviews.cnet.com/lcd-monitors/dell-2005fpw/4505-3174_7-31232082.html">2005FPW</a> 20 inch widescreen LCD monitor.  It has a native resolution of 1680x1050.  This is getting to be a more and more common screen resolution.  And yet Ubuntu doesn't use this resolution "out-of-the-box".  Ubuntu set the resolution to 1280x1024, which looked squished.  And it didn't give the option to set the resolution to the native 1680x1050, it only detected that the best the monitor supported was 1280x1024.</p>

<p>It's <a href="http://ubuntuforums.org/showthread.php?t=246891">not</a> <a href="https://bugs.launchpad.net/ubuntu/+source/xresprobe/+bug/63551">just</a> <a href="http://forum.parallels.com/thread9519.html">my</a> <a href="https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/44864">monitor</a> (which I think is a very common model), other 20 and 21 inch widescreens with 1680x1050 resolution cause the same problem.</p>

<h3>2. Hard Drive Removal</h3>

<p>When I did this Ubuntu installation, I did so with an extra HD drive attached.  This had all the data from my old install, which I could copy onto the new install.  This extra hard drive was mounted somewhere similar to /media/hd1.  I point that out because this drive contained no system information, no partition was mounted as /home or /usr or something important.  It was just a one partition drive with lots of media files on it.</p>

<p>When I had copied everything from the extra drive to the new install, I powered down and removed the IDE drive.  On the next startup, Ubuntu displayed all sorts of drive mounting errors, and booted into the terminal interface.  No GUI.  I understand where the mounting errors came from, but no GUI?  Windows handles this in a much more clean manner.  When you remove an extra drive (of course, not the primary partition with the Windows install on it)  Windows simply ignores the fact that the drive was ever there.  It keeps on working fine.</p>

<h3>3. Super User File Manager</h3>

<p>Shouldn't this be available?  I understand and agree with the arguments that a user should have a limited access account.  But there are times when you need to move files around outside of your home directory.  Say I want to drop a new icon for an application I installed in /usr/share/pixmaps.  Or drop a program's executable binary I downloaded or built from source into /opt.  I know this can be done from the command line, but someone coming from a Windows background will expect to do this in the file manager.  All the other distributions have a super user file manager available in the menus.  Any reason Ubunutu can't?  The solution to this is to run "gksudo nautilus" from a command line window, or create a launcher with the same command.</p>

<h3>4. Dual Monitor Support.</h3>

<p>Ubuntu should detect this and have tools to configure it.  There's no way to use dual monitors on an out of the box install.  You shouldn't have to go edit xorg.conf.  Or install additional programs or the restricted drivers.  More and more users will be using 2 or more monitors, and it should be better supported.</p>]]></description>
<link>http://www.stoltenow.com/archives/2007/10/3_problems_with.html</link>
<guid>http://www.stoltenow.com/archives/2007/10/3_problems_with.html</guid>
<category>News</category>
<pubDate>Wed, 03 Oct 2007 20:11:18 +0000</pubDate>
</item>

<item>
<title>Using a HP LaserJet 1000 in Linux</title>
<description><![CDATA[<p><img alt="Tux-small.png" src="http://www.stoltenow.com/pics/Tux-small.png"width="143" height="170" align="right"/><br />
Here's the steps I used to print from my HP LaserJet 1000 in Linux.  From the command line, enter the following:<br />
<b><br />
1. wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz<br />
2. tar xzvf foo2zjs.tar.gz<br />
3. cd foo2zjs<br />
4. make<br />
5. ./getweb 1000<br />
6. make install<br />
7. make install-hotplug<br />
</b><br />
At this point you should open your GUI printer configuration utility, and add the printer.  Print a test page.  If all went well, it should work.</p>

<p>Foo2zjs is an open source printer driver for printers that use the Zenographics ZjStream wire protocol.  What is the ZjStream wire protocol?  You can read more about it <a href="http://web.archive.org/web/20020830075425/http://ddk.zeno.com/Reference/ZjStream/Default.htm">here</a>.  For trouble shooting, or to donate to the author (I did), visit his page <a href="http://foo2zjs.rkkda.com/">here</a>.</p>]]></description>
<link>http://www.stoltenow.com/archives/2007/07/using_a_hp_lase.html</link>
<guid>http://www.stoltenow.com/archives/2007/07/using_a_hp_lase.html</guid>
<category>News</category>
<pubDate>Mon, 02 Jul 2007 01:06:15 +0000</pubDate>
</item>

<item>
<title>Upgrading to Flash 9 in OpenSuse 10.2</title>
<description><![CDATA[<p><img alt="opensuse.gif" src="http://www.stoltenow.com/pics/opensuse.gif" align="right">By default OpenSuse currently comes with Flash version 7, which works for much of the interweb, but not all of it.  Increasingly video websites and other neato stuff like <a href="http://maps.google.com/help/maps/streetview/">Google Maps Street View</a> require Flash 9.  In order to install Flash 9 in OpenSuse:</p>

<p>Go to http://www.adobe.com/go/getflashplayer</p>

<p>The site will know you're running linux and present you with the appropriate installers.  DO NOT download the .tar.gz.  It will not work. </p>

<p>Instead right click on the .rpm and select "Save Link As...".  Save the RPM somewhere in your home folder, like your desktop.</p>

<p>Go find the file.  If you're running Gnome, right click on the file and select "Open with Install Software".</p>

<p>You'll be prompted for your root password.  Enter it.</p>

<p>The Software installer app will soon present you with a list of packages to install with only one item.  Flash Player 9.  Click on Install.</p>

<p>When it's done, restart your browser and browse on over to <a href="http://www.adobe.com/shockwave/welcome/">http://www.adobe.com/shockwave/welcome/</a> to see if it worked.  There should be a test flash object embedded in the page.  Click on about to see your current flash version.</p>]]></description>
<link>http://www.stoltenow.com/archives/2007/06/upgrading_to_fl.html</link>
<guid>http://www.stoltenow.com/archives/2007/06/upgrading_to_fl.html</guid>
<category>News</category>
<pubDate>Wed, 06 Jun 2007 03:56:37 +0000</pubDate>
</item>

<item>
<title>This Is My Macbook</title>
<description><![CDATA[<p><img alt="mac.jpg" src="http://www.stoltenow.com/pics/mac.jpg" width="277" height="177" /><br />
<br><br />
<a href="http://stoltenow.com/gallery/BlackBook">This</a> is my Macbook.<br />
There are many like it, but this one is mine.<br />
My Macbook is my best friend. It is my life.<br />
I must master it as I must master my life.<br />
My Macbook without me is useless. Without my Macbook, I am useless.<br />
</p>]]></description>
<link>http://www.stoltenow.com/archives/2007/06/this_is_my_macb.html</link>
<guid>http://www.stoltenow.com/archives/2007/06/this_is_my_macb.html</guid>
<category>News</category>
<pubDate>Fri, 01 Jun 2007 17:24:14 +0000</pubDate>
</item>

<item>
<title>10 Linux Applications You Want, But Didn&apos;t Come With Your Distribution</title>
<description><![CDATA[<p><img alt="Tux-small.png" src="http://www.stoltenow.com/pics/Tux-small.png"width="143" height="170" align="right"/>Most Linux Distributions like Ubuntu and Fedora Core come with an impressive list of applications to do just about everything you could want.  But there's plenty of neat software out there that doesn't come with your operating system.  Below is a list of free Linux applications, that I'm sure you will agree are the "<a href="http://www.urbandictionary.com/define.php?term=the+bee's+knees">bee's knees</a>".</p>

<h3>1. Azureus</h3>Your distribution probably came with a bare bones BitTorrent client.  But You'll want something a little more full featured.

<p><a href="http://azureus.sourceforge.net/download.php">http://azureus.sourceforge.net/download.php</a></p>

<p><br />
<h3>2. Second Life</h3>You've heard a lot about it.  Why not try it yourself, in Linux.  Warning, requires a reasonably modern 3D graphics card.</p>

<p><a href="http://secondlife.com/community/linux-alpha.php">http://secondlife.com/community/linux-alpha.php</a></p>

<p><br />
<h3>3. Google Earth</h3><img alt="ico_googleearth.png" src="http://www.stoltenow.com/pics/ico_googleearth.png" width="100" height="77" align="right"/>Although not an entirely native Linux port, (it relies heavily on <a href="http://www.winehq.org/">Wine</a>, which it will install for you) the folks at Google have made the popular Google Earth application available.  Again, a modern graphics card is needed for the best experience.</p>

<p><a href="">http://earth.google.com/download-earth.html</a></p>

<p><br />
<h3>4. Picasa</h3>F-Spot is pretty good for managing and editing your photos, but you may like picasa better.  Also from the folks at Google.</p>

<p><a href="http://picasa.google.com/linux/download.html">http://picasa.google.com/linux/download.html</a></p>

<p><br />
<h3>5. Wine</h3>Want to run the Windows version of iTunes or World of Warcraft or another application?  That's possible with Wine, the Windows compatibility layer.  It often takes a bit of searching and configuration, but if you want to run it under Linux, you can bet there's someone else out there that wants it to run under Linux too.</p>

<p><a http://www.winehq.org/site/download">http://www.winehq.org/site/download</a></p>

<p><br />
<h3>6. VMware Player</h3><img alt="vmware_logo.gif" src="http://www.stoltenow.com/pics/vmware_logo.gif" width="180" height="110" align="right"/>If you're using Linux, then what distribution you currently have installed probably isn't your first, and certainly won't be your last.  VMware Player is free virtual machine software, that will let you try out other operating systems, without having to actually install them.</p>

<p><a href="http://www.vmware.com/download/player/">http://www.vmware.com/download/player/</a></p>

<p>Free images of operating systems are available for download here:</p>

<p><a href="http://www.vmware.com/vmtn/appliances/directory/">http://www.vmware.com/vmtn/appliances/directory/</a></p>

<p><br />
<h3>7. Smart Package Manager</h3>Sure, if you're using Ubuntu, you've got Synaptics.  But if you're using RedHat or Suse, you probably have learned to hate the slow software management tools that came with your system (like YaST).  Replace them with Smart, which provides better package management for most distributions, even when working with their own packages.</p>

<p><a href="http://labix.org/smart">http://labix.org/smart</a></p>

<p><br />
<h3>8. Opera</h3><img alt="opera_logo.jpg" src="http://www.stoltenow.com/pics/opera_logo.jpg" width="100" height="87" align="right" />Yes, Firefox is probably your browser of choice.  But recently, it's become a bloated memory hog.  Wouldn't you like a truly speedy, lightweight browser?</p>

<p><a href="http://www.opera.com/download/index.dml?platform=linux">http://www.opera.com/download/index.dml?platform=linux</a></p>

<p><br />
<h3>9. VLC</h3>You're Disto may have come with some something like Totem, or Banshee, or Kaffeine.  but does it play all the video formats you want it too?  Probably not.  Why not give VLC a try?</p>

<p><a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a></p>

<p><br />
<img alt="skype_logo.gif" src="http://www.stoltenow.com/pics/skype_logo.gif" width="140" height="140" align="right"/><h3>10. Skype</h3><br />
Free VoIP calling from anywhere, with amazing audio quality.</p>

<p><a href="http://www.skype.com/download/skype/linux/">http://www.skype.com/download/skype/linux/</a></p>

<p>Do you have any others that should be included in the list?  Post your thoughts in the comments below.</p>]]></description>
<link>http://www.stoltenow.com/archives/2007/05/10_linux_applic.html</link>
<guid>http://www.stoltenow.com/archives/2007/05/10_linux_applic.html</guid>
<category>News</category>
<pubDate>Sun, 20 May 2007 17:22:38 +0000</pubDate>
</item>


</channel>
</rss>