<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Future is Now</title>
	<atom:link href="http://19eightseven.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://19eightseven.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 19 Feb 2009 16:28:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='19eightseven.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c456e6f35603570ae9a3f807edb85741?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>The Future is Now</title>
		<link>http://19eightseven.wordpress.com</link>
	</image>
			<item>
		<title>Conky: Display MOC info</title>
		<link>http://19eightseven.wordpress.com/2009/02/19/conky-display-moc-info/</link>
		<comments>http://19eightseven.wordpress.com/2009/02/19/conky-display-moc-info/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 16:28:37 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[moc]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://19eightseven.wordpress.com/?p=56</guid>
		<description><![CDATA[
It&#8217;s a slightly modified version of Santix&#8217; script.
#!/bin/bash
INFO=`mocp --info`
if [ "$INFO" -- "State: STOP" ];
then
echo -n " "
else
Artist=`mocp --info &#124; grep Artist &#124; cut -f2 -d ":"`
Song=`mocp --info &#124; grep SongTitle &#124; cut -f2 -d ":"`
Album=`mocp --info &#124; grep Album &#124; cut -f2 -d ":"`
expr substr "$Artist - $Song ( $Album ) " 1 200
fi

Edit: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=56&subd=19eightseven&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://farm4.static.flickr.com/3490/3292400245_a06dce8cec_o.png"></p>
<p>It&#8217;s a slightly modified version of <a href="http://www.naslu.com/resource.aspx?id=44">Santix&#8217; script.</a></p>
<blockquote><p><code>#!/bin/bash</p>
<p>INFO=`mocp --info`</p>
<p>if [ "$INFO" -- "State: STOP" ];<br />
then</p>
<p>echo -n " "</p>
<p>else</p>
<p>Artist=`mocp --info | grep Artist | cut -f2 -d ":"`<br />
Song=`mocp --info | grep SongTitle | cut -f2 -d ":"`<br />
Album=`mocp --info | grep Album | cut -f2 -d ":"`</p>
<p>expr substr "$Artist - $Song ( $Album ) " 1 200</p>
<p>fi<br />
</code></p></blockquote>
<p><strong>Edit:</strong> For those who aren&#8217;t familiar with conky scripts: Just save the above code to a file called moc_conky.sh and add </p>
<blockquote><p><code>${execi 300 /home/user/conky/scripts/moc_conky.sh}</code></p></blockquote>
<p>to your conkyrc config file.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/19eightseven.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/19eightseven.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/19eightseven.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/19eightseven.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/19eightseven.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/19eightseven.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/19eightseven.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/19eightseven.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/19eightseven.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/19eightseven.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=56&subd=19eightseven&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://19eightseven.wordpress.com/2009/02/19/conky-display-moc-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95f36f67177433e6fcd67966c92d4532?s=96&#38;d=identicon" medium="image">
			<media:title type="html">19eightseven</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3490/3292400245_a06dce8cec_o.png" medium="image" />
	</item>
		<item>
		<title>Crunchwood &#8211; wallpaper, gtk and openbox theme</title>
		<link>http://19eightseven.wordpress.com/2009/01/26/crunchwood-wallpaper-gtk-and-openbox-theme/</link>
		<comments>http://19eightseven.wordpress.com/2009/01/26/crunchwood-wallpaper-gtk-and-openbox-theme/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 18:03:20 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://19eightseven.wordpress.com/?p=46</guid>
		<description><![CDATA[
Full size: (2560&#215;1600) 

Download (includes openbox theme)
This is the first time I&#8217;ve created a theme for openbox and gtk but it definitely won&#8217;t be the last. The openbox wiki has all the information you could possibly need. I highly recommend you check it out if you are interested in creating themes for openbox. [Help:Themes]
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=46&subd=19eightseven&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://fc80.deviantart.com/fs40/i/2009/024/d/0/CrunchBang_Wood___Widescreen_by_19eight_seven.png" width="480"></p>
<p>Full size: <a href="http://fc25.deviantart.com/fs40/f/2009/024/4/5/CrunchBang_Wood___Widescreen_by_19eight_seven.png">(2560&#215;1600)</a> </p>
<p><a href="http://19eightseven.files.wordpress.com/2009/01/crunchwood1.png"><img src="http://19eightseven.files.wordpress.com/2009/01/crunchwood1.png?w=480&#038;h=345" alt="crunchwood1" title="crunchwood1" width="480" height="345" class="alignnone size-full wp-image-48" /></a></p>
<p><a href="http://www.deviantart.com/download/110795811/Crunchwood_by_19eight_seven.gz">Download (includes openbox theme)</a></p>
<p>This is the first time I&#8217;ve created a theme for openbox and gtk but it definitely won&#8217;t be the last. The openbox wiki has all the information you could possibly need. I highly recommend you check it out if you are interested in creating themes for openbox. <a href="http://icculus.org/openbox/index.php/Help:Themes">[Help:Themes]</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/19eightseven.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/19eightseven.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/19eightseven.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/19eightseven.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/19eightseven.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/19eightseven.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/19eightseven.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/19eightseven.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/19eightseven.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/19eightseven.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=46&subd=19eightseven&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://19eightseven.wordpress.com/2009/01/26/crunchwood-wallpaper-gtk-and-openbox-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95f36f67177433e6fcd67966c92d4532?s=96&#38;d=identicon" medium="image">
			<media:title type="html">19eightseven</media:title>
		</media:content>

		<media:content url="http://fc80.deviantart.com/fs40/i/2009/024/d/0/CrunchBang_Wood___Widescreen_by_19eight_seven.png" medium="image" />

		<media:content url="http://19eightseven.files.wordpress.com/2009/01/crunchwood1.png" medium="image">
			<media:title type="html">crunchwood1</media:title>
		</media:content>
	</item>
		<item>
		<title>Scrobbling with cmus</title>
		<link>http://19eightseven.wordpress.com/2009/01/12/scrobbling-with-cmus/</link>
		<comments>http://19eightseven.wordpress.com/2009/01/12/scrobbling-with-cmus/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:16:57 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[#!]]></category>
		<category><![CDATA[cmus]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://19eightseven.wordpress.com/?p=42</guid>
		<description><![CDATA[For the past weeks I&#8217;ve been primarily using Cmus as my audioplayer. I found myself doing a google search for a scrobbler that would work with cmus. I found post-fm and it works great. 
[Post-fm]
All you have to do is save the script and add your username and password and you&#8217;re almost set. All you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=42&subd=19eightseven&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For the past weeks I&#8217;ve been primarily using Cmus as my audioplayer. I found myself doing a google search for a scrobbler that would work with cmus. I found post-fm and it works great. </p>
<p><a href="http://nex.scrapping.cc/code/post-fm/">[Post-fm]</a></p>
<p>All you have to do is save the script and add your username and password and you&#8217;re almost set. All you have to do now is add the following line to ~/.cmus/rc</p>
<blockquote><p>
:set status_display_program=/location/to/script</p></blockquote>
<p>Hanna from the forums created a CrunchBang Linux last.fm group so don&#8217;t forget to join. <a href="http://crunchbanglinux.org/forums/topic/544/in-lastfm/">[Forum post]</a> <a href="http://www.last.fm/group/CrunchBang%2BLinux">[Last..fm group]</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/19eightseven.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/19eightseven.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/19eightseven.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/19eightseven.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/19eightseven.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/19eightseven.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/19eightseven.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/19eightseven.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/19eightseven.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/19eightseven.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=42&subd=19eightseven&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://19eightseven.wordpress.com/2009/01/12/scrobbling-with-cmus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95f36f67177433e6fcd67966c92d4532?s=96&#38;d=identicon" medium="image">
			<media:title type="html">19eightseven</media:title>
		</media:content>
	</item>
		<item>
		<title>Openbox: Weather Pipe Menu</title>
		<link>http://19eightseven.wordpress.com/2009/01/02/openbox-weather-pipe-menu/</link>
		<comments>http://19eightseven.wordpress.com/2009/01/02/openbox-weather-pipe-menu/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 16:07:25 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[openbox linux]]></category>

		<guid isPermaLink="false">http://19eightseven.wordpress.com/2009/01/02/openbox-weather-pipe-menu/</guid>
		<description><![CDATA[
Found this great pipe menu for Openbox while browsing around the Arch Linux forums. Works like a charm. 
[Link]
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=40&subd=19eightseven&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://farm4.static.flickr.com/3104/3156891942_19d442f85d_o.png"></p>
<p>Found this great pipe menu for Openbox while browsing around the Arch Linux forums. Works like a charm. </p>
<p><a href="http://bbs.archlinux.org/viewtopic.php?id=43432">[Link]</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/19eightseven.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/19eightseven.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/19eightseven.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/19eightseven.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/19eightseven.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/19eightseven.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/19eightseven.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/19eightseven.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/19eightseven.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/19eightseven.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=40&subd=19eightseven&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://19eightseven.wordpress.com/2009/01/02/openbox-weather-pipe-menu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95f36f67177433e6fcd67966c92d4532?s=96&#38;d=identicon" medium="image">
			<media:title type="html">19eightseven</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3104/3156891942_19d442f85d_o.png" medium="image" />
	</item>
		<item>
		<title>Logic &amp; Imagination wallpapers (1280&#215;800)</title>
		<link>http://19eightseven.wordpress.com/2008/12/16/logic-imagination-wallpapers-1280x800/</link>
		<comments>http://19eightseven.wordpress.com/2008/12/16/logic-imagination-wallpapers-1280x800/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 13:56:19 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://19eightseven.wordpress.com/?p=35</guid>
		<description><![CDATA[
Logic will get you from A to B. Imagination will take you everywhere. &#8211; Albert Einstein
Black
White
4 colors in a zip file
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=35&subd=19eightseven&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://th07.deviantart.com/fs38/300W/f/2008/350/6/a/Logic_and_Imagination_by_19eight_seven.png" alt="" /></p>
<blockquote><p>Logic will get you from A to B. Imagination will take you everywhere. &#8211; Albert Einstein</p></blockquote>
<p><a href="http://fc47.deviantart.com/fs38/f/2008/350/6/a/Logic_and_Imagination_by_19eight_seven.png">Black</a><br />
<a href="http://fc19.deviantart.com/fs39/f/2008/350/7/6/Logic_and_Imagination__white_by_19eight_seven.png">White</a><br />
<a href="http://www.deviantart.com/download/106484418/Logic_vs_Imagination__4colors_by_19eight_seven.zip">4 colors in a zip file</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/19eightseven.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/19eightseven.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/19eightseven.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/19eightseven.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/19eightseven.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/19eightseven.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/19eightseven.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/19eightseven.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/19eightseven.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/19eightseven.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=35&subd=19eightseven&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://19eightseven.wordpress.com/2008/12/16/logic-imagination-wallpapers-1280x800/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95f36f67177433e6fcd67966c92d4532?s=96&#38;d=identicon" medium="image">
			<media:title type="html">19eightseven</media:title>
		</media:content>

		<media:content url="http://th07.deviantart.com/fs38/300W/f/2008/350/6/a/Logic_and_Imagination_by_19eight_seven.png" medium="image" />
	</item>
		<item>
		<title>My top 5 &#8216;most used&#8217; CLI apps</title>
		<link>http://19eightseven.wordpress.com/2008/12/10/my-top-5-most-used-cli-apps/</link>
		<comments>http://19eightseven.wordpress.com/2008/12/10/my-top-5-most-used-cli-apps/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 16:36:38 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://19eightseven.wordpress.com/?p=27</guid>
		<description><![CDATA[In no particular order:

calcurse:
calcurse is a text-based calendar and scheduling application. It helps keep track of events, appointments and everyday tasks. A configurable notification system reminds user of upcoming deadlines, and the curses based interface can be customized to suit user needs. All of the commands are documented within an online help system. 
(http://culot.org/calcurse/)

irssi:
Irssi is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=27&subd=19eightseven&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In no particular order:</p>
<ul>
<li>calcurse:<br />
<blockquote><p>calcurse is a text-based calendar and scheduling application. It helps keep track of events, appointments and everyday tasks. A configurable notification system reminds user of upcoming deadlines, and the curses based interface can be customized to suit user needs. All of the commands are documented within an online help system. </p></blockquote>
<p>(<a href="http://culot.org/calcurse/">http://culot.org/calcurse/</a>)</p>
</li>
<li>irssi:<br />
<blockquote><p>Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins.</p></blockquote>
<p>(<a href="http://www.irssi.org/">http://www.irssi.org/</a>)</p>
</li>
<li>vnstat:<br />
<blockquote><p>vnStat is a network traffic monitor for Linux that keeps a log of daily network traffic for the selected interface(s). vnStat isn&#8217;t a packet sniffer. The traffic information is analyzed from the /proc filesystem. That way vnStat can be used even without root permissions.</p></blockquote>
<p>(<a href="http://humdi.net/vnstat/">http://humdi.net/vnstat/</a>)</p>
</li>
<li>newsbeuter:<br />
<blockquote><p>Newsbeuter is an open-source RSS/Atom feed reader for text terminals. It runs on Linux, FreeBSD, Mac OS X and other Unix-like operating systems. Newsbeuter&#8217;s great configurability and vast number of features make it a perfect choice for people that need a slick and fast feed reader that can be completely controlled via keyboard.</p></blockquote>
<p>(<a href="http://www.newsbeuter.org/">http://www.newsbeuter.org/</a>)</p>
</li>
<li>midnight commander:<br />
<blockquote><p>GNU Midnight Commander is a file manager for free operating systems. Like other GNU software, it is written in a portable manner and should compile and run on a wide range of operating systems with some degree of UNIX compatibility.</p></blockquote>
<p>(<a href="http://www.ibiblio.org/mc/">http://www.ibiblio.org/mc/</a>)</p>
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/19eightseven.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/19eightseven.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/19eightseven.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/19eightseven.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/19eightseven.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/19eightseven.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/19eightseven.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/19eightseven.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/19eightseven.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/19eightseven.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=27&subd=19eightseven&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://19eightseven.wordpress.com/2008/12/10/my-top-5-most-used-cli-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95f36f67177433e6fcd67966c92d4532?s=96&#38;d=identicon" medium="image">
			<media:title type="html">19eightseven</media:title>
		</media:content>
	</item>
		<item>
		<title>Crunchbang Linux wallpaper</title>
		<link>http://19eightseven.wordpress.com/2008/12/09/crunchbang-linux-wallpaper/</link>
		<comments>http://19eightseven.wordpress.com/2008/12/09/crunchbang-linux-wallpaper/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 12:46:42 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[#!]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://19eightseven.wordpress.com/?p=24</guid>
		<description><![CDATA[
widescreen
fullscreen
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=24&subd=19eightseven&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://th02.deviantart.com/fs39/300W/i/2008/344/a/d/crunchbang_linux_widescreen_by_19eight_seven.png"></p>
<p><a href="http://fc55.deviantart.com/fs39/f/2008/344/1/5/crunchbang_linux_widescreen_by_19eight_seven.png">widescreen</a><br />
<a href="http://fc58.deviantart.com/fs39/f/2008/344/d/e/crunchbang_linux_fullscreen_by_19eight_seven.png">fullscreen</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/19eightseven.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/19eightseven.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/19eightseven.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/19eightseven.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/19eightseven.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/19eightseven.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/19eightseven.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/19eightseven.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/19eightseven.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/19eightseven.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=24&subd=19eightseven&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://19eightseven.wordpress.com/2008/12/09/crunchbang-linux-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95f36f67177433e6fcd67966c92d4532?s=96&#38;d=identicon" medium="image">
			<media:title type="html">19eightseven</media:title>
		</media:content>

		<media:content url="http://th02.deviantart.com/fs39/300W/i/2008/344/a/d/crunchbang_linux_widescreen_by_19eight_seven.png" medium="image" />
	</item>
		<item>
		<title>Dropbox</title>
		<link>http://19eightseven.wordpress.com/2008/11/25/dropbox/</link>
		<comments>http://19eightseven.wordpress.com/2008/11/25/dropbox/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 03:18:54 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://19eightseven.wordpress.com/?p=18</guid>
		<description><![CDATA[I can&#8217;t believe it took me this long to try out Dropbox. I&#8217;ve been testing it out since yesterday and I have been very surprised by it. Of course I had seen the introductionary video but I didn&#8217;t think it would live up to my expectations.
Had no problems installing it on Ubuntu 8.10 Intrepid. Installed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=18&subd=19eightseven&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I can&#8217;t believe it took me this long to try out Dropbox. I&#8217;ve been testing it out since yesterday and I have been very surprised by it. Of course I had seen the introductionary video but I didn&#8217;t think it would live up to my expectations.</p>
<p>Had no problems installing it on Ubuntu 8.10 Intrepid. Installed it from the dropbox repository but they also have packages on their site. Once installed, I was asked to make an account and within a few minutes I had everything up and running.</p>
<p>It creates a folder called Dropbox in your home folder. You can just drag and drop files in that directory like you normally would. Everything you put in that folder will be stored online. Synching seems to go very fast.</p>
<p><a href="http://19eightseven.files.wordpress.com/2008/11/dropboxscreen.png"><img class="alignnone size-full wp-image-22" title="dropboxscreen" src="http://19eightseven.files.wordpress.com/2008/11/dropboxscreen.png?w=510&#038;h=401" alt="dropboxscreen" width="510" height="401" /></a></p>
<p>I highly recommend checking it out. And hopefully your install will go as smoothly as mine did.</p>
<p>http://www.getdropbox.com/</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/19eightseven.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/19eightseven.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/19eightseven.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/19eightseven.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/19eightseven.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/19eightseven.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/19eightseven.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/19eightseven.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/19eightseven.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/19eightseven.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=18&subd=19eightseven&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://19eightseven.wordpress.com/2008/11/25/dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95f36f67177433e6fcd67966c92d4532?s=96&#38;d=identicon" medium="image">
			<media:title type="html">19eightseven</media:title>
		</media:content>

		<media:content url="http://19eightseven.files.wordpress.com/2008/11/dropboxscreen.png" medium="image">
			<media:title type="html">dropboxscreen</media:title>
		</media:content>
	</item>
		<item>
		<title>A Shared Culture</title>
		<link>http://19eightseven.wordpress.com/2008/10/19/a-shared-culture/</link>
		<comments>http://19eightseven.wordpress.com/2008/10/19/a-shared-culture/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 02:24:10 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://19eightseven.wordpress.com/?p=3</guid>
		<description><![CDATA[
A Shared Culture
Creative Commons is in the midst of its 2008 fundraising campaign. Find out how you can support Creative Commons at our support site.
To celebrate the campaign, Creative Commons has released “A Shared Culture,” a short video by renowned filmmaker Jesse Dylan. Known for helming a variety of films, music videos, and the Emmy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=3&subd=19eightseven&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><br />
<h2>A Shared Culture</h2>
<p>Creative Commons is in the midst of its 2008 fundraising campaign. Find out how you can support Creative Commons at our <a href="http://support.creativecommons.org/">support site</a>.</p>
<p>To celebrate the campaign, Creative Commons has released “A Shared Culture,” a short video by renowned filmmaker <a href="http://www.form.tv/jesse2/bio.php">Jesse Dylan</a>. Known for helming a variety of films, music videos, and the Emmy Award-winning <a href="http://my.barackobama.com/page/invite/yeswecanvideo">“Yes We Can”</a> Barack Obama campaign video collaboration with rapper will.i.am, Dylan created “A Shared Culture” to help spread the word about the Creative Commons mission.</p>
<p><a href="http://creativecommons.org/asharedculture">[more]</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/19eightseven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/19eightseven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/19eightseven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/19eightseven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/19eightseven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/19eightseven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/19eightseven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/19eightseven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/19eightseven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/19eightseven.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=19eightseven.wordpress.com&blog=5105268&post=3&subd=19eightseven&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://19eightseven.wordpress.com/2008/10/19/a-shared-culture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95f36f67177433e6fcd67966c92d4532?s=96&#38;d=identicon" medium="image">
			<media:title type="html">19eightseven</media:title>
		</media:content>
	</item>
	</channel>
</rss>