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

<channel>
	<title>Contraband Crunchbang</title>
	<atom:link href="http://crunchbang.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://crunchbang.wordpress.com</link>
	<description>Tips, Tricks, Hacks and More for Crunchbang Linux</description>
	<lastBuildDate>Mon, 26 May 2008 15:10:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='crunchbang.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/97057d02f4832e928f30c3f929f09a71?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Contraband Crunchbang</title>
		<link>http://crunchbang.wordpress.com</link>
	</image>
			<item>
		<title>Ubuntu, Creative Live! Cam Video IM, ov51x &amp; Skype</title>
		<link>http://crunchbang.wordpress.com/2008/05/26/creative-live-cam-im-ov51x-skype/</link>
		<comments>http://crunchbang.wordpress.com/2008/05/26/creative-live-cam-im-ov51x-skype/#comments</comments>
		<pubDate>Mon, 26 May 2008 14:48:27 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://crunchbang.wordpress.com/?p=24</guid>
		<description><![CDATA[Hi Guys, sorry haven&#8217;t been posting, exams and all that.
A while ago, I got my Creative Live! Cam Video IM webcam working with Ubuntu. Not to say it wasn&#8217;t easy, not having much documentation (or that documentation locked up somewhere in the intenet, in Google 12th Search Page  
So I decided to post here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=24&subd=crunchbang&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignright size-full wp-image-25" style="float:right;" src="http://crunchbang.files.wordpress.com/2008/05/cam.png?w=100&#038;h=120" alt="" width="100" height="120" />Hi Guys, sorry haven&#8217;t been posting, exams and all that.</p>
<p>A while ago, I got my <strong><a href="http://us.creative.com/products/product.asp?category=218&amp;subcategory=219&amp;product=15360" target="_blank">Creative Live! Cam Video IM</a> </strong>webcam working with Ubuntu. Not to say it wasn&#8217;t easy, not having much documentation (or that documentation locked up somewhere in the intenet, in Google 12th Search Page <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>So I decided to post here what to do (some of this is from https://help.ubuntu.com/community/Ov51x).</p>
<h4>Get linux headers</h4>
<p>Get the linux headers for your system, so that you can compile the drivers once you downloaded them. To do this, open a terminal window and type</p>
<pre>sudo apt-get install build-essential linux-headers-`uname -r`
</pre>
<h4>Get the modules</h4>
<p>Get the modules for your webcam:</p>
<pre>wget http://www.rastageeks.org/downloads/ov51x-jpeg/ov51x-jpeg-1.5.7.tar.gz
</pre>
<p>(If this results in an error, check the [<a class="external" href="http://www.rastageeks.org/downloads/ov51x-jpeg/">rastageeks ov51x-jpeg directory</a>], maybe you have to download a newer version)</p>
<p>Ensure the drivers landed into a directory you know&#8230;</p>
<h4>Extract the drivers</h4>
<p>Move to the directory where your downloaded drivers are, and extract the source files from the tar files.</p>
<pre>tar -xvf ov51x-jpeg*
</pre>
<p>and Change directory to where your sources are:</p>
<pre>cd ov51x-jpeg*
</pre>
<h4>Prepare the installation files</h4>
<pre>make
</pre>
<h4>Compile</h4>
<p>Compile the modules:</p>
<pre>sudo make install
</pre>
<h4>Install</h4>
<p>And install them:</p>
<pre>sudo depmod -A
sudo modprobe ov51x-jpeg</pre>
<p>You should now be able to enjoy images from your webcam!</p>
<h4><img class="alignleft alignnone size-medium wp-image-26" style="float:left;" src="http://crunchbang.files.wordpress.com/2008/05/skype_logo.png?w=100&#038;h=100" alt="" width="100" height="100" />Skype</h4>
<p>Now to get it working with <a href="skype.com/download/linux" target="_blank"><strong>Skype</strong></a>, open a terminal (or use the existing one open) and type</p>
<pre>sudo gedit /etc/modprobe.conf</pre>
<p>And in the gedit window that appears, type in the following at the end of the file</p>
<pre># Work With Skype
options ov51x-jpeg forceblock=1</pre>
<p>Then save the file, close the window and then in the terminal, type</p>
<pre>sudo gedit /etc/modprobe.d/options</pre>
<p>And in the gedit window that appears, type in the following at the end of the file</p>
<pre># Work With Skype
options ov51x-jpeg forceblock=1
</pre>
<p>And it should now work with Skype! (Note: You will need to go into Skype and set it to use it separately)</p>
<p>Have Fun!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/crunchbang.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/crunchbang.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crunchbang.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crunchbang.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crunchbang.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crunchbang.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crunchbang.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crunchbang.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crunchbang.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crunchbang.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crunchbang.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crunchbang.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=24&subd=crunchbang&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crunchbang.wordpress.com/2008/05/26/creative-live-cam-im-ov51x-skype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab5f95316068a4f4e7064a38d5268dd3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rugby471</media:title>
		</media:content>

		<media:content url="http://crunchbang.files.wordpress.com/2008/05/cam.png" medium="image" />

		<media:content url="http://crunchbang.files.wordpress.com/2008/05/skype_logo.png?w=100" medium="image" />
	</item>
		<item>
		<title>Files Move to Launchpad</title>
		<link>http://crunchbang.wordpress.com/2008/03/29/files-move-to-launchpad/</link>
		<comments>http://crunchbang.wordpress.com/2008/03/29/files-move-to-launchpad/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 13:44:22 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://crunchbang.wordpress.com/2008/03/29/files-move-to-launchpad/</guid>
		<description><![CDATA[Due to the technical limitations of Gnome-Look, I am now moving all project and downlaods (that aren&#8217;t art) to Launchpad. The Contraband Crunchbang Page is located here
https://launchpad.net/crunchbang-tips
To download files that are mentioned here, go to the above url, click &#8216;Download project files&#8216; in the sidebar and you are set (or you could just go to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=21&subd=crunchbang&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Due to the technical limitations of Gnome-Look, I am now moving all project and downlaods (that aren&#8217;t art) to Launchpad. The Contraband Crunchbang Page is located here</p>
<p>https://launchpad.net/crunchbang-tips</p>
<p>To download files that are mentioned here, go to the above url, click &#8216;<b>Download project files</b>&#8216; in the sidebar and you are set (or you could just go to the below url).</p>
<p>https://launchpad.net/crunchbang-tips/+download</p>
<p>Just so you know&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/crunchbang.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/crunchbang.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crunchbang.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crunchbang.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crunchbang.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crunchbang.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crunchbang.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crunchbang.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crunchbang.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crunchbang.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crunchbang.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crunchbang.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=21&subd=crunchbang&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crunchbang.wordpress.com/2008/03/29/files-move-to-launchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab5f95316068a4f4e7064a38d5268dd3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rugby471</media:title>
		</media:content>
	</item>
		<item>
		<title>Ambience</title>
		<link>http://crunchbang.wordpress.com/2008/03/23/ambience/</link>
		<comments>http://crunchbang.wordpress.com/2008/03/23/ambience/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 14:09:06 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://crunchbang.wordpress.com/?p=10</guid>
		<description><![CDATA[Hello Readers! A while ago I noticed that there were no Startup &#38; Shutdown sounds for Crunchbang, nor an easy way to configure to have them; so I set out to fix this.
The result &#8211;  Ambience.

Ambience is a small graphical and command-line program to effectively and easily set Startup &#38; Shutdown Sounds. And don&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=10&subd=crunchbang&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello Readers! A while ago I noticed that there were no Startup &amp; Shutdown sounds for Crunchbang, nor an easy way to configure to have them; so I set out to fix this.</p>
<p>The result &#8211; <b><i> </i></b><b><i>Ambience</i></b>.</p>
<p><a href="http://crunchbang.files.wordpress.com/2008/03/screenshot-final.png" title="Ambience &amp; About"><img src="http://crunchbang.files.wordpress.com/2008/03/screenshot-final.thumbnail.png" alt="Ambience &amp; About" /></a></p>
<p><i>Ambience </i>is a small graphical and command-line program to effectively and easily set Startup &amp; Shutdown Sounds. And don&#8217;t worry, there aren&#8217;t any daemons running in the background, slowing down you system (this is the &#8216;Faster Ubuntu&#8217; afterall <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ).</p>
<p>Ambience uses a clever system of just running at startup and logout to minimize any lost memory/cpu power, but give you all the multimedia power you want!</p>
<p>Below are instructions on how to get it set up and working!</p>
<p><b><i>Installation</i> </b></p>
<p>First of all we need to get it installed, to do this:</p>
<p>Download the file at</p>
<p><a href="http://www.gnome-look.org/content/show.php?content=77406">http://www.gnome-look.org/content/show.php?content=77406</a></p>
<p>And save it to your Home folder. Then type the following into a terminal</p>
<blockquote><p><code><font size="3">sudo dpkg -i ~/77406-ambience_0.1.1-1_i386.deb</font></code></p></blockquote>
<p>Ambience should now be installed on your system!</p>
<p>Now we have got it on our system, we need to start it up, do this by typing in a terminal<br />
<font size="3"><br />
</font></p>
<blockquote><p><code><font size="3">ambience --gui</font></code></p></blockquote>
<p>The GUI part of the program should now load, and you&#8217;ll be faced with a screen like this</p>
<p><a href="http://crunchbang.files.wordpress.com/2008/03/screenshot-ambience.png" title="Ambience - Startup"><img src="http://crunchbang.files.wordpress.com/2008/03/screenshot-ambience.thumbnail.png" alt="Ambience - Startup" /></a><a href="http://crunchbang.files.wordpress.com/2008/03/screenshot-ambience.png" title="Screenshot of Ambience"> </a></p>
<p>Right, first you&#8217;ll see the two sections, one for logon (or startup) sounds and one for logout (logging out). NOTE: Because we haven&#8217;t got any sounds configured yet, you will see the play buttons cannot be pressed, this will change in the next step.</p>
<p><i><b>Configuration P1 </b></i></p>
<p>Lets start configuring some sounds then, first download a sound that you like from the internet etc. and save it in your Home Folder. Then if you still haven&#8217;t got Ambience open, startup it up again using the command &#8216;ambience&#8217; and depending on which event you want it to sound, click the respective &#8216;Edit&#8217; button.</p>
<p>A file chooser dialog should come up, and in this, navigate to the sound file you downloaded earlier, and click &#8216;Ok&#8217;. Ambience then sets this sound as the one you want to use, and you will notice the play button for this event can now be selected. If you were to click on this, you may now hear a preview of your currently configured sound. NOTE : You may now delete the file you downloaded, Ambience keeps a copy of it for safe keeping <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://crunchbang.files.wordpress.com/2008/03/screenshot-ambience-1.png" title="Ambience - Play"><img src="http://crunchbang.files.wordpress.com/2008/03/screenshot-ambience-1.thumbnail.png" alt="Ambience - Play" /></a></p>
<p><i><b>Configuration P2</b></i></p>
<p>Now we have got our sound selected, there is one thing more to do. We need to tell Crunchbang to call on Ambience on the Logon, Logout or Shutdown. We do this by running the following command in the terminal.</p>
<blockquote><p><code><font size="3">sudo ambience --setup-logon</font></code></p></blockquote>
<p><i>Or for logoff</i></p>
<blockquote><p><code><font size="3">sudo ambience --setup-logoff</font></code></p></blockquote>
<p>Ambience will now configure Crunchbang to do as you wished, this should only take a few seconds, at which point you will be met with that magnificent word, &#8220;Done&#8221;.</p>
<p>NOTE: If you wish to change your sound after you have run your command, don&#8217;t worry; just go into the Graphical part of Ambience and select a new sound, there is no need to run the setup again!</p>
<p>Now all that is left to do is logoff or logon back on again and you should be met with the sound you chose earlier!</p>
<p><i><b> </b></i></p>
<p><i><b>The Crazy Idea &#8211; Uninstallation </b></i></p>
<p>You can remove Ambience like you would any other program, through Synaptic. However you may start get a few small errors if you don&#8217;t let Ambience undo the changes it made earlier. To do this, run the command</p>
<blockquote><p><code><font size="3">sudo ambience --uninstall</font></code></p></blockquote>
<p>Then Ambience will undo the changes it made, however it will leave the sound files you configured, so if you ever realise your mistake of uninstalling it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  you may re-install it with them already still loaded. NOTE : However you will have to go through the steps of <b><i>Configuration P2</i></b> again.</p>
<p>How have you been getting on with Ambience?<br />
Post any problems (or preferably praise <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ) in the comments.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/crunchbang.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/crunchbang.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crunchbang.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crunchbang.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crunchbang.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crunchbang.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crunchbang.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crunchbang.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crunchbang.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crunchbang.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crunchbang.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crunchbang.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=10&subd=crunchbang&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crunchbang.wordpress.com/2008/03/23/ambience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab5f95316068a4f4e7064a38d5268dd3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rugby471</media:title>
		</media:content>

		<media:content url="http://crunchbang.files.wordpress.com/2008/03/screenshot-final.thumbnail.png" medium="image">
			<media:title type="html">Ambience &#38; About</media:title>
		</media:content>

		<media:content url="http://crunchbang.files.wordpress.com/2008/03/screenshot-ambience.thumbnail.png" medium="image">
			<media:title type="html">Ambience - Startup</media:title>
		</media:content>

		<media:content url="http://crunchbang.files.wordpress.com/2008/03/screenshot-ambience-1.thumbnail.png" medium="image">
			<media:title type="html">Ambience - Play</media:title>
		</media:content>
	</item>
		<item>
		<title>gPicView</title>
		<link>http://crunchbang.wordpress.com/2008/03/21/gpicview/</link>
		<comments>http://crunchbang.wordpress.com/2008/03/21/gpicview/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 09:43:28 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://crunchbang.wordpress.com/?p=7</guid>
		<description><![CDATA[I have just come across a great, lightweight, simple image viewer that works well with Crunchbang, it is called gPicView. It is made by the creator of PcManFM and resembles the photo viewer in Windows XP.
To install it, the best way is to get it from Crunchbang&#8217;s repository
1) Configure your system to use Crunchbang Repository
http://www.crunchbang.org/wiki/CrunchBangLinuxRepository
2) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=7&subd=crunchbang&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have just come across a great, lightweight, simple image viewer that works well with Crunchbang, it is called gPicView. It is made by the creator of PcManFM and resembles the photo viewer in Windows XP.</p>
<p>To install it, the best way is to get it from Crunchbang&#8217;s repository</p>
<p>1) Configure your system to use Crunchbang Repository<br />
<a href="http://www.crunchbang.org/wiki/CrunchBangLinuxRepository">http://www.crunchbang.org/wiki/CrunchBangLinuxRepository</a></p>
<p>2) Install gPicView with this command</p>
<p><code>sudo apt-get install gpicview</code></p>
<p>3) Start gPicView up with the command</p>
<blockquote><p>gpicview</p></blockquote>
<p>4) To set it as your, default image viewer, click on the preferences icon in gPicView, and select &#8216;Make gPicview the default viewer for images&#8217;</p>
<p><b>Done!</b></p>
<p><a href="http://crunchbang.files.wordpress.com/2008/03/gpicview.png" title="gPicView"><img src="http://crunchbang.files.wordpress.com/2008/03/gpicview.thumbnail.png" alt="gPicView" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/crunchbang.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/crunchbang.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crunchbang.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crunchbang.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crunchbang.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crunchbang.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crunchbang.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crunchbang.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crunchbang.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crunchbang.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crunchbang.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crunchbang.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=7&subd=crunchbang&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crunchbang.wordpress.com/2008/03/21/gpicview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab5f95316068a4f4e7064a38d5268dd3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rugby471</media:title>
		</media:content>

		<media:content url="http://crunchbang.files.wordpress.com/2008/03/gpicview.thumbnail.png" medium="image">
			<media:title type="html">gPicView</media:title>
		</media:content>
	</item>
		<item>
		<title>Gray Crunchbang Usplash Theme With Boot Text</title>
		<link>http://crunchbang.wordpress.com/2008/03/21/gray-crunchbang-usplash-theme-with-boot-text/</link>
		<comments>http://crunchbang.wordpress.com/2008/03/21/gray-crunchbang-usplash-theme-with-boot-text/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 09:42:59 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://crunchbang.wordpress.com/?p=6</guid>
		<description><![CDATA[This is a uSplash for Crunchbang that supports showing the boot text! (Screenshots at the bottom)
Below are the details on how to install it!
1) Download the theme archive at the link at the bottom of the page and extract it to your home directory
2) You now need to install uSplash (since it doesn&#8217;t come default [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=6&subd=crunchbang&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is a uSplash for Crunchbang that supports showing the boot text! (Screenshots at the bottom)</p>
<h4>Below are the details on how to install it!</h4>
<p>1) Download the theme archive at the link at the bottom of the page and extract it to your home directory</p>
<p>2) You now need to install uSplash (since it doesn&#8217;t come default with Crunchbang (well not yet anyway <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ), to do this, run the following command in a terminal</p>
<p><code>sudo apt-get install usplash usplash-theme-ubuntu</code></p>
<p>3) Now we have to configure your screen resolution in uSplash, to do this open a terminal and do one of the following (If your resolution is not featured here please post a comment with your screen res and I shall modify the theme accordingly and then post instructions for your resolution):-</p>
<ul>
<li>If your screen resolution is 1024 x 768:</li>
</ul>
<p><code>chmod +x install_1024_768.sh &amp;&amp; sudo ./install_1024_768.sh</code></p>
<ul>
<li>If your screen resolution is 800 x 600:</li>
</ul>
<p><code>chmod +x install_800_600.sh &amp;&amp; sudo ./install_800_600.sh</code></p>
<p><code></code><br />
<i>This may take a few minutes, what it is doing is set your screen res in uSplash&#8217;s configuration, copying the uSplash theme to the /usr/lib/usplash directory and then setting it as your default theme</i></p>
<p>4) Once it has finished, the next time you reboot or shutdown you should have a Crunchbang uSplash theme working!</p>
<p>5) If for any reason you wish to uninstall the theme and put it to the default ubuntu one (or another) just run in a terminal:</p>
<p><code>sudo ./uninstall.sh</code></p>
<p><b> [Download Link]</b><br />
<a href="http://www.gnome-look.org/content/show.php/CrunchBang+Linux+uSplash+Gray+-+Text+V.?content=76599" rel="nofollow">http://www.gnome-look.org/content/show.php/CrunchBang+Linux+uSplash+Gray+-+Text+V.?content=76599</a></p>
<p><b>[Screenshots]</b></p>
<p><a href="http://crunchbang.files.wordpress.com/2008/03/screenhot-gt-usplash.png" title="Gray Text Usplash"><img src="http://crunchbang.files.wordpress.com/2008/03/screenhot-gt-usplash.thumbnail.png" alt="Gray Text Usplash" /></a><a href="http://crunchbang.files.wordpress.com/2008/03/screenhot-g-usplash.png" title="Usplash Gray"></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/crunchbang.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/crunchbang.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crunchbang.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crunchbang.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crunchbang.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crunchbang.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crunchbang.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crunchbang.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crunchbang.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crunchbang.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crunchbang.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crunchbang.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=6&subd=crunchbang&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crunchbang.wordpress.com/2008/03/21/gray-crunchbang-usplash-theme-with-boot-text/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab5f95316068a4f4e7064a38d5268dd3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rugby471</media:title>
		</media:content>

		<media:content url="http://crunchbang.files.wordpress.com/2008/03/screenhot-gt-usplash.thumbnail.png" medium="image">
			<media:title type="html">Gray Text Usplash</media:title>
		</media:content>
	</item>
		<item>
		<title>Gray Crunchbang Usplash Theme</title>
		<link>http://crunchbang.wordpress.com/2008/03/21/gray-crunchbang-usplash-theme/</link>
		<comments>http://crunchbang.wordpress.com/2008/03/21/gray-crunchbang-usplash-theme/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 08:22:09 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://crunchbang.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi Guys, Here is my First Tip!
I have been working on a uSplash theme for Crunchbang! (Screenshots at the bottom)
Below are the details on how to install it!
1) Download the theme archive at the link at the bottom of the page and extract it to your home directory
2) You now need to install uSplash (since [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=3&subd=crunchbang&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3><b>Hi Guys, Here is my First Tip!</b></h3>
<h4>I have been working on a uSplash theme for Crunchbang! (Screenshots at the bottom)</h4>
<h4>Below are the details on how to install it!</h4>
<p>1) Download the theme archive at the link at the bottom of the page and extract it to your home directory</p>
<p>2) You now need to install uSplash (since it doesn&#8217;t come default with Crunchbang (well not yet anyway <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ), to do this, run the following command in a terminal</p>
<p><code>sudo apt-get install usplash usplash-theme-ubuntu</code></p>
<p>3) Now we have to configure your screen resolution in uSplash, to do this open a terminal and do one of the following (If your resolution is not featured here please post a comment with your screen res and I shall modify the theme accordingly and then post instructions for your resolution):-</p>
<ul>
<li>If your screen resolution is 1024 x 768:</li>
</ul>
<p><code>chmod +x install_1024_768.sh &amp;&amp; sudo ./install_1024_768.sh</code></p>
<ul>
<li>If your screen resolution is 800 x 600:</li>
</ul>
<p><code>chmod +x install_800_600.sh &amp;&amp; sudo ./install_800_600.sh</code></p>
<p><code></code><br />
<i>This may take a few minutes, what it is doing is set your screen res in uSplash&#8217;s configuration, copying the uSplash theme to the /usr/lib/usplash directory and then setting it as your default theme</i></p>
<p>4) Once it has finished, the next time you reboot or shutdown you should have a Crunchbang uSplash theme working!</p>
<p>5) If for any reason you wish to uninstall the theme and put it to the default ubuntu one (or another) just run in a terminal:</p>
<p><code>sudo ./uninstall.sh</code></p>
<h5></h5>
<p>At the moment I have only made a gray theme, however I shall try and get other colour variations up (any requests? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p><b> [Download Link]</b><br />
<a href="http://www.gnome-look.org/content/show.php/CrunchBang+Linux+uSplash+Gray?content=76550" rel="nofollow">http://www.gnome-look.org/content/show.php/CrunchBang+Linux+uSplash+Gray?content=76550</a></p>
<p><b>[Screenshots]</b></p>
<p><a href="http://crunchbang.files.wordpress.com/2008/03/screenhot-g-usplash.png" title="Usplash Gray"><img src="http://crunchbang.files.wordpress.com/2008/03/screenhot-g-usplash.thumbnail.png" alt="Usplash Gray" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/crunchbang.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/crunchbang.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crunchbang.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crunchbang.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crunchbang.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crunchbang.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crunchbang.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crunchbang.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crunchbang.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crunchbang.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crunchbang.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crunchbang.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=3&subd=crunchbang&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crunchbang.wordpress.com/2008/03/21/gray-crunchbang-usplash-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab5f95316068a4f4e7064a38d5268dd3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rugby471</media:title>
		</media:content>

		<media:content url="http://crunchbang.files.wordpress.com/2008/03/screenhot-g-usplash.thumbnail.png" medium="image">
			<media:title type="html">Usplash Gray</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://crunchbang.wordpress.com/2008/03/21/hello-world/</link>
		<comments>http://crunchbang.wordpress.com/2008/03/21/hello-world/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 07:20:51 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi Welcome to Contraband Crunchbang!
I shall try and get some tips up as soon as I can!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=1&subd=crunchbang&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi Welcome to Contraband Crunchbang!</p>
<p>I shall try and get some tips up as soon as I can!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/crunchbang.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/crunchbang.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crunchbang.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crunchbang.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crunchbang.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crunchbang.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crunchbang.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crunchbang.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crunchbang.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crunchbang.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crunchbang.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crunchbang.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crunchbang.wordpress.com&blog=3230499&post=1&subd=crunchbang&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crunchbang.wordpress.com/2008/03/21/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab5f95316068a4f4e7064a38d5268dd3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rugby471</media:title>
		</media:content>
	</item>
	</channel>
</rss>