<?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>Martin Cooper&#039;s Linux Blog</title>
	<atom:link href="http://martincooper9.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://martincooper9.wordpress.com</link>
	<description>All things Linux ...</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:14:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='martincooper9.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6dc399638d7636f11c1920455307504f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Martin Cooper&#039;s Linux Blog</title>
		<link>http://martincooper9.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://martincooper9.wordpress.com/osd.xml" title="Martin Cooper&#039;s Linux Blog" />
	<atom:link rel='hub' href='http://martincooper9.wordpress.com/?pushpress=hub'/>
		<item>
		<title>mp3gain</title>
		<link>http://martincooper9.wordpress.com/2012/02/05/mp3gain/</link>
		<comments>http://martincooper9.wordpress.com/2012/02/05/mp3gain/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 20:45:44 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian Squeeze]]></category>
		<category><![CDATA[Debian Wheezy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[mp3gain]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Squeeze]]></category>
		<category><![CDATA[Wheezy]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=91</guid>
		<description><![CDATA[I normally use the GUI version of this program to level the gain on mp3 music files but I wanted to do the same job automatically in a small script to level out all my podcasts in their seperate folders prior to loading them onto my mp3 player. The values I use are; -c : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=91&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I normally use the GUI version of this program to level the gain on mp3 music files but I wanted to do the same job automatically in a small script to level out all my podcasts in their seperate folders prior to loading them onto my mp3 player.</p>
<p>The values I use are;</p>
<p>-c : ignore clipping<br />
-p : preserve file modification time<br />
-r : apply Track gain<br />
-d 6.0: makes it 95.0 dB (defaults to 89.0)</p>
<p>The script I use moves to the main Podcast folder then line of script finds all mp3&#8242;s in the sub-folders with it.</p>
<p>$ <strong>cd /home/martin/Podcasts</strong></p>
<p>$ <strong>find . -name *.mp3 -exec mp3gain -c -p -r -d 6.0 &#8216;{}&#8217; \;</strong></p>
<p>This then levels out the gain on all podcasts to 95db.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=91&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2012/02/05/mp3gain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon MP3 Downloader for Linux [Update]</title>
		<link>http://martincooper9.wordpress.com/2012/01/22/amazon-mp3-downloader-for-linux-update/</link>
		<comments>http://martincooper9.wordpress.com/2012/01/22/amazon-mp3-downloader-for-linux-update/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 19:34:26 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[XFCE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[Wheezy]]></category>
		<category><![CDATA[Debian Wheezy]]></category>
		<category><![CDATA[Amazon MP3 Downloader for Linux]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=80</guid>
		<description><![CDATA[Linux solutions provided by Amazon failed to work due to dependency issues and also no 64bit support. This was solved by a little program called pymazon found here this worked for me in both Debian Wheezy 64bit running XFCE . To install it from a Terminal just run the following commands; $ sudo apt-get install [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=80&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Linux solutions provided by Amazon failed to work due to dependency issues and also no 64bit support. This was solved by a little program called pymazon found <a title="http://code.google.com/p/pymazon/" href="http://code.google.com/p/pymazon/">here</a> this worked for me in both Debian Wheezy 64bit running XFCE . To install it from a Terminal just run the following commands;</p>
<p>$ <strong>sudo apt-get install python-crypto</strong><br />
$ <strong>sudo apt-get install python-qt4</strong><br />
$ <strong>wget http://pymazon.googlecode.com/files/Pymazon-0.9.1.tar.gz</strong><br />
$ <strong>tar -xzf Pymazon-0.9.tar.gz</strong><br />
$ <strong>cd pymazon-0.9</strong><br />
$ <strong>sudo python setup.py install</strong></p>
<p>and run from a Terminal with;</p>
<p>$ <strong>pymazom</strong></p>
<p>Open the [Preferences] options and change the [Save Directory] to one of your choice.</p>
<p>Then buy your audiobook/music on Amazon, during the process it will ask you to download their Linux version of the software unfortunately it does not support 64 bit and even the 32 bit versions have dependencies missing. So just click on the link following the text which says “If you have already installed the Amazon MP3 downloader click here” and continue the purchase. Once complete a download should start of an .amz file e.g AmazonMP3-12345678.amz which you should direct to a folder of your choice. Next open python, select the [Load Files] optin and navigate to your previously stored .amz file and open it, pymazon will then display a list of your purchased tracks and these can then be downloaded using the [Download] button and once downloaded displayed with the [Show Downloads] button.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=80&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2012/01/22/amazon-mp3-downloader-for-linux-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
		<item>
		<title>Folding@Home on Debian Squeeze</title>
		<link>http://martincooper9.wordpress.com/2012/01/08/foldinghome-on-debian-squeeze/</link>
		<comments>http://martincooper9.wordpress.com/2012/01/08/foldinghome-on-debian-squeeze/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 16:47:03 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Debian Squeeze]]></category>
		<category><![CDATA[Folding@Home]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=72</guid>
		<description><![CDATA[New Year, New Operating System &#38; a New Team It&#8217;s been a while since I blogged about the Folding@Home Project so as I have moved to Debian Squeeze on my server I thought I&#8217;d document the install of the Folding@Home software and move my contributions from the Ubuntu Team to the Debian Team. The Folding@Home [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=72&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>New Year, New Operating System &amp; a New Team</p>
<p>It&#8217;s been a while since I blogged about the Folding@Home Project so as I have moved to Debian Squeeze on my server I thought I&#8217;d document the install of the Folding@Home software and move my contributions from the Ubuntu Team to the Debian Team.</p>
<p>The Folding@Home Project can be found at <a href="http://folding.stanford.edu/" title="http://folding.stanford.edu/" target="_blank">http://folding.stanford.edu/</a> and their goal is</p>
<blockquote><p>&#8220;to understand protein folding, misfolding, and related diseases. You can help scientists studying these diseases by simply running a piece of software. Folding@home is a distributed computing project &#8212; people from throughout the world download and run software to band together to make one of the largest supercomputers in the world. Every computer takes the project closer to our goals. Folding@home uses novel computational methods coupled to distributed computing, to simulate problems millions of times more challenging than previously achieved.&#8221;</p></blockquote>
<p>So in other words, whilst you computer is switched on it&#8217;s unused capacity can be working away on problem solving for a common cause.</p>
<p>First you need to a name to use, start at <a href="http://folding.stanford.edu/English/Download#ntoc2" title="http://folding.stanford.edu/English/Download#ntoc2" target="_blank">http://folding.stanford.edu/English/Download#ntoc2</a> and enter the name you wish to use and as long as it&#8217;s not found in the search you are good to go just make sure you and note it down for later.</p>
<p>Then you need a passkey this is a unique key which binds your donations to your username just in case someone else decided to use the same name get one from <a href="http://folding.stanford.edu/English/FAQ-passkey" title="http://folding.stanford.edu/English/FAQ-passkey" target="_blank">http://folding.stanford.edu/English/FAQ-passkey</a> and note it down for later.</p>
<p>So my sever is an AMD 64 duel core and I want to run 2 instances of the Folding@Home software 1 on each processor. I start by creating a folder in my home folder called Folding@Home, opening a Terminal I do;</p>
<p>$<strong> mkdir Folding@Home</strong></p>
<p>then moved into it and created 2 more core1 and core2</p>
<p>$ <strong>cd Folding@Home</strong></p>
<p>$<strong> mkdir core1 core2</strong></p>
<p>I now downloaded the software from the site download page at <a href="http://folding.stanford.edu/English/Download" title="http://folding.stanford.edu/English/Download" target="_blank">http://folding.stanford.edu/English/Download</a> downloading the software for 64 bit PC&#8217;s called FAH6.34-Linux64.tgz into my Downloads folder. I then moved into that folder with;</p>
<p>$ <strong>cd ~/Downloads</strong></p>
<p>and extracted the fah6 file within the tar archive with</p>
<p>$ <strong>tar -xzvf FAH6.34-Linux64.tgz</strong></p>
<p>the copy the fah6 file to both the core folders and making them executable with</p>
<p>$ <strong>cp fah6 ~/Folding@Home/core1</strong><br />
$ <strong>chmod +x ~/Folding@Home/core1/fah6</strong></p>
<p>and</p>
<p>$ <strong>cp fah6 ~/Folding@Home/core2</strong><br />
$ <strong>chmod +x ~/Folding@Home/core2/fah6</strong></p>
<p>Then we need to cd back to the core1 folder with.</p>
<p>$ <strong>cd ~/Folding@Home/core1</strong></p>
<p>Then run the following;</p>
<p>$ <strong>./fah6</strong></p>
<p>[Note ./fah6 -config can be used later to reconfigure]</p>
<p>This then asks the following questions;</p>
<p>User name [Anonymous]? Type in your username, then press [Enter].</p>
<p>Team Number [0]? Type in the number 2019 for the Debian Team, then press [Enter].</p>
<p>Passkey []? Type your passkey here and, press [Enter].</p>
<p>Ask before fetching/sending work (no/yes) [no]? to make things automatic, leave at no and press [Enter].</p>
<p>Use proxy (yes/no) [no]? I’m not behind a proxy, so I left at no, and pressed [Enter].</p>
<p>Acceptable size of work assignment and work result packets (bigger units may have large memory demands) — ‘small’ is10MB (small/normal/big) [normal]? again I left at the default of normal, and pressed [Enter].</p>
<p>Change advanced options (yes/no) [no]? y<br />
Core Priority (idle/low) [idle]?<br />
Disable highly optimized assembly code (no/yes) [no]?<br />
Interval, in minutes, between checkpoints (3-30) [15]?<br />
Memory, in MB, to indicate (3966 available) [3966]?<br />
Set -advmethods flag always, requesting new advanced<br />
scientific cores and/or work units if available (no/yes) [no]?<br />
Ignore any deadline information (mainly useful if<br />
system clock frequently has errors) (no/yes) [no]?<br />
Machine ID (1-16) [1]? 1 as this is running on core 1 I added a 1 when I do the same actions in the core2 folder I&#8217;ll add a 2 here<br />
The following options require you to restart the client before they take effect<br />
Disable CPU affinity lock (no/yes) [no]?<br />
Additional client parameters []?<br />
IP address to bind core to (for viewer) []?</p>
<p>The program then runs, updated, downloads the first batch of work and starts to process…..</p>
<p>The above config info is stored in the core1 folder and named client.cfg, you could just copy this to your core2 folder and open it and change the machineid=1 to 2 resave it then just start up the fah6 process with</p>
<p>$<strong> ./fah6</strong></p>
<p>and it would start processing or you can not complete the same action on the second core.</p>
<p>to stop the process I use;</p>
<p>$ <strong>killall </strong><strong>fah</strong>6</p>
<p>to start I use</p>
<p>$ <strong>./fah6 -verbosity 9</strong><br />
from within each folder</p>
<p>This bash script will run both in one terminal window.</p>
<p><code>#!/bin/sh<br />
#### Folding@Home ####<br />
## Core 1 ##<br />
cd ~/Folding@Home/core1<br />
./fah6 -verbosity 9 &amp;<br />
## Core 2 ##<br />
cd ~/Folding@Home/core2<br />
./fah6 -verbosity 9</code></p>
<p>You can check your progress by entering your username at <a href="http://fah-web.stanford.edu/cgi-bin/main.py?qtype=userstats" title="http://fah-web.stanford.edu/cgi-bin/main.py?qtype=userstats" target="_blank">http://fah-web.stanford.edu/cgi-bin/main.py?qtype=userstats</a> the site updates daily.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=72&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2012/01/08/foldinghome-on-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
		<item>
		<title>GRUB2, change the background image</title>
		<link>http://martincooper9.wordpress.com/2012/01/02/grub2-change-the-background-image/</link>
		<comments>http://martincooper9.wordpress.com/2012/01/02/grub2-change-the-background-image/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 17:14:10 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian Squeeze]]></category>
		<category><![CDATA[Debian Wheezy]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[GRUB2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[Squeeze]]></category>
		<category><![CDATA[Wheezy]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=66</guid>
		<description><![CDATA[I&#8217;ve just install Debian Wheezy and don&#8217;t particularly like the space themed background so decided to replace it I just want a black background so produced a black image in GIMP 640&#215;480 pixels called grub.png then copied it from my home to /usr/share/images with $ sudo cp ~/martin /usr/share/images/grub.png then I edit grub with; $ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=66&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just install Debian Wheezy and don&#8217;t particularly like the space themed background so decided to replace it</p>
<p>I just want a black background so produced a black image in GIMP 640&#215;480 pixels called grub.png then copied it from my home to /usr/share/images with</p>
<p>$<strong> sudo cp ~/martin /usr/share/images/grub.png</strong></p>
<p>then I edit grub with;</p>
<p>$ <strong>sudo leafpad /etc/default/grub</strong></p>
<p>and add</p>
<p>GRUB_BACKGROUND=/usr/share/images/grub.png</p>
<p>under this section:</p>
<p>GRUB_DEFAULT=0<br />
GRUB_TIMEOUT=5<br />
GRUB_DISTRIBUTOR=`lsb_release -i -s 2&gt; /dev/null || echo Debian`<br />
GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet&#8221;<br />
GRUB_CMDLINE_LINUX=&#8221;"<br />
GRUB_BACKGROUND=/usr/share/images/grub.png</p>
<p>and uncomment<br />
GRUB_GFXMODE=640&#215;480</p>
<p>then update it with;</p>
<p>$ <strong>sudo update-grub</strong></p>
<p>on reboot I now get GRUB with a all black background, changing the GRUB_TIMEOUT=5 number will also change the time GRUB shows on the screen, GRUB_TIMEOUT=0 with prevent it showing at all if you wish.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=66&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2012/01/02/grub2-change-the-background-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
		<item>
		<title>GTK Apps i.e. VLC look ugly in Debian Wheezy</title>
		<link>http://martincooper9.wordpress.com/2012/01/02/gtk-apps-i-e-vlc-look-ugly-in-debian-wheezy/</link>
		<comments>http://martincooper9.wordpress.com/2012/01/02/gtk-apps-i-e-vlc-look-ugly-in-debian-wheezy/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 16:55:44 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[XFCE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian Squeeze]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[Wheezy]]></category>
		<category><![CDATA[VLC]]></category>
		<category><![CDATA[QT]]></category>
		<category><![CDATA[Squeeze]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=61</guid>
		<description><![CDATA[VLC looks very ugly on my Debian XFCE desktop but you can control the look of Qt apps with a program called qt4-qtconfig you can find it in the Software Manager or use the command line: $ sudo apt-get install qt4-qtconfig Then you&#8217;ll find it in: [Menu], [Settings], Qt 4 Settings on XFCE If you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=61&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>VLC looks very ugly on my Debian XFCE desktop but you can control the look of Qt apps with a program called qt4-qtconfig you can find it in the Software Manager or use the command line:</p>
<p>$ <strong>sudo apt-get install qt4-qtconfig</strong></p>
<p>Then you&#8217;ll find it in: [Menu], [Settings], Qt 4 Settings on XFCE</p>
<p>If you want qt apps to use the same theme as your other apps open Qt 4 Settings<br />
Then Select [GUI Style:] as GTK+<br />
Then use [File], [ Save] and exit.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=61&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2012/01/02/gtk-apps-i-e-vlc-look-ugly-in-debian-wheezy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian Wheezy enable Synaptic TouchPad</title>
		<link>http://martincooper9.wordpress.com/2012/01/02/debian-wheezy-enable-synaptic-touchpad/</link>
		<comments>http://martincooper9.wordpress.com/2012/01/02/debian-wheezy-enable-synaptic-touchpad/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 16:18:27 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[Synaptic]]></category>
		<category><![CDATA[synaptic touchpad]]></category>
		<category><![CDATA[TouchPad]]></category>
		<category><![CDATA[Wheezy]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=51</guid>
		<description><![CDATA[I&#8217;ve just installed Debian Wheezy [currently still in testing] on my laptop from a net install disc selecting only the base system install [i.e with no desktop or laptop packages] then after install just adding the XFCE desktop packages from the command line. $ sudo xorg xfce4 synaptic gdebi wicd lightdm iceweasel dmz-cursor-theme gnome-wise-icon-theme shiki-brave-theme [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=51&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just installed Debian Wheezy [currently still in testing] on my laptop from a net install disc selecting only the base system install [i.e with no desktop or laptop packages] then after install just adding the XFCE desktop packages from the command line.</p>
<p>$ <strong>sudo xorg xfce4 synaptic gdebi wicd lightdm iceweasel dmz-cursor-theme gnome-wise-icon-theme shiki-brave-theme leafpad</strong></p>
<p>This gets me a basic install but no synaptic touchpad.</p>
<p>$ <strong>egrep -i &#8216;synap|alps|etps&#8217; /proc/bus/input/devices</strong><br />
N: Name=&#8221;PS/2 Synaptics TouchPad&#8221;<br />
shows my Sony laptop VGN_NS11J has a Synaptics Touchpad</p>
<p>$ <strong>grep &#8220;TouchPad: buttons:&#8221; /var/log/Xorg.0.log</strong><br />
[ 21.368] (&#8211;) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right<br />
show is does not support multitouch as there is no double or triple options.</p>
<p>Create a folder in /etc/X11 called xorg.conf.d<br />
$ <strong>sudo mkdir /etc/X11/xorg.conf.d</strong><br />
then a file called synaptics.conf in this new folder<br />
$ <strong>cd /etc/X11/xorg.conf.d</strong><br />
$ <strong>sudo touch synaptics.conf</strong></p>
<p>open the file in leafpad</p>
<p>$ <strong>sudo leafpad /etc/X11/xorg.conf.d/synaptics.conf</p>
<p></strong>and copy the following into it;</p>
<p>Section &#8220;InputClass&#8221;</p>
<p style="padding-left:30px;">Identifier &#8220;Touchpad&#8221; # required<br />
MatchIsTouchpad &#8220;yes&#8221; # required<br />
Driver &#8220;synaptics&#8221; # required<br />
Option &#8220;MinSpeed&#8221; &#8220;0.5&#8243;<br />
Option &#8220;MaxSpeed&#8221; &#8220;1.0&#8243;<br />
Option &#8220;AccelFactor&#8221; &#8220;0.075&#8243;<br />
Option &#8220;TapButton1&#8243; &#8220;1&#8243;<br />
#Option &#8220;TapButton2&#8243; &#8220;2&#8243; # multitouch<br />
#Option &#8220;TapButton3&#8243; &#8220;3&#8243; # multitouch<br />
#Option &#8220;VertTwoFingerScroll&#8221; &#8220;1&#8243; # multitouch<br />
#Option &#8220;HorizTwoFingerScroll&#8221; &#8220;1&#8243; # multitouch<br />
Option &#8220;VertEdgeScroll&#8221; &#8220;1&#8243;<br />
Option &#8220;CoastingSpeed&#8221; &#8220;8&#8243;<br />
Option &#8220;CornerCoasting&#8221; &#8220;1&#8243;<br />
Option &#8220;CircularScrolling&#8221; &#8220;1&#8243;<br />
Option &#8220;CircScrollTrigger&#8221; &#8220;7&#8243;<br />
Option &#8220;EdgeMotionUseAlways&#8221; &#8220;1&#8243;<br />
Option &#8220;LBCornerButton&#8221; &#8220;8&#8243; # browser &#8220;back&#8221; btn<br />
Option &#8220;RBCornerButton&#8221; &#8220;9&#8243; # browser &#8220;forward&#8221; btn</p>
<p>EndSection</p>
<p>I&#8217;ve commented out the multitouch options as my synaptic touchpad has no multitouch options, the following commands.</p>
<p>$ <strong>sudo modprobe -r psmouse</strong><br />
and then<br />
$ <strong>sudo modprobe psmouse proto=imps</strong></p>
<p>will make the synaptic pad work immediately.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=51&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2012/01/02/debian-wheezy-enable-synaptic-touchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
		<item>
		<title>Minimal XFCE Debian Install</title>
		<link>http://martincooper9.wordpress.com/2011/10/12/minimal-xfce-debian-install/</link>
		<comments>http://martincooper9.wordpress.com/2011/10/12/minimal-xfce-debian-install/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 17:12:19 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian Minimal Install]]></category>
		<category><![CDATA[Debian Squeeze]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=38</guid>
		<description><![CDATA[I finally decided it was time to move away from Ubuntu due to the gradual move towards a MAC style Desktop with Unity as the final straw. I had a go with Xubuntu and a short period of the Linux Mint XFCE Debian edition then decided to move to Debian with an XFCE Desktop. So [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=38&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I finally decided it was time to move away from Ubuntu due to the gradual move towards a MAC style Desktop with Unity as the final straw. I had a go with Xubuntu and a short period of the Linux Mint XFCE Debian edition then decided to move to Debian with an XFCE Desktop. So this is my own minimal XFCE Debian Install.</p>
<p>Install Debian squeeze from the netinst CD image which can be downloaded from http://www.debian.org/CD/netinst/ I used the larger of the 2 which was approx 200MB in size.</p>
<p>Insert CD then select install, English, UK, British English.<br />
Enter Hostname, Domain name and root password twice<br />
Full name, username for account and user password.<br />
Select Partitioning method as manual<br />
I usually allow<br />
20GB for Root partition /<br />
50GB for /opt as I store programs there I download source for and don&#8217;t re format it every time I install.<br />
2GB swap<br />
and the rest as /home I don&#8217;t re format it every time I install to keep my documents safe.</p>
<p>once the install is done and the PC is rebooted you get a console screen asking you to login, so login using your username and password then at the prompt enter;</p>
<p>$ <strong>su</strong><br />
and then the root password, then</p>
<p>$ <strong>sudo xorg xfce4 synaptic gdebi wicd slim iceweasel dmz-cursor-theme gnome-wise-icon-theme shiki-brave-theme leafpad</strong></p>
<p>This gets you<br />
an X server to run your desktop on<br />
the XFCE desktop<br />
a package manager<br />
a package installer<br />
a network manager<br />
a GDM graphical desktop manager [login screen]<br />
the iceweasel web browser<br />
my favorite theme/icons/cursor<br />
and the leafpad text editor</p>
<p>after these are installed, log out and back in again to your Graphical Desktop.</p>
<p>This is the basic install it just needs a selection of programs and a bit of manual configuration..</p>
<p>[Edit Jan 2012 : the Slim Desktop Manager does not currently work in Debian Wheezy [still in testing] but the new lightdm does]</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=38&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2011/10/12/minimal-xfce-debian-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
		<item>
		<title>Brother Drivers for a DCP 7055 on Xubuntu</title>
		<link>http://martincooper9.wordpress.com/2011/10/12/brother-drivers-for-a-dcp-7055-on-xubuntu/</link>
		<comments>http://martincooper9.wordpress.com/2011/10/12/brother-drivers-for-a-dcp-7055-on-xubuntu/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 15:43:53 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Brother Drivers]]></category>
		<category><![CDATA[DCP 7055]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=31</guid>
		<description><![CDATA[Adding the Propitiatory Brother Drivers for a DCP 7055 Tested on Xubunto 11.04, this printer is a combined Printer/copier and scanner and the drivers cannot be found in the Ubuntu repos not at least in the 10.04 version of Xubuntu. So we tried the brother Driver installer found here http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/faq_prn.html#f00091 which seemed to work at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=31&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Adding the Propitiatory Brother Drivers for a DCP 7055</p>
<p>Tested on Xubunto 11.04, this printer is a combined Printer/copier and scanner and the drivers cannot be found in the Ubuntu repos not at least in the 10.04 version of Xubuntu.</p>
<p>So we tried the brother Driver installer found here</p>
<p><a title="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/faq_prn.html#f00091" href="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/faq_prn.html#f00091">http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/faq_prn.html#f00091</a></p>
<p>which seemed to work at first but did not install the correct driver for this Printer and it therefore failed to print. We then decided to start from scratch form here</p>
<p><a title="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html" href="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html">http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html</a></p>
<p>and started with the Before the Installation link and in a Terminal running the following commands;</p>
<p>$ <strong>sudo apt-get install -y cups</strong><br />
[just in case it's not installed]</p>
<p>$ <strong>sudo aa-complain cupsd</strong></p>
<p>$ <strong>sudo mkdir /usr/share/cups/model</strong><br />
[don't change this line it should say model at the end]</p>
<p>$ <strong>sudo ln -s /etc/init.d/cups /etc/init.d/lpd</strong></p>
<p>$ <strong>sudo mkdir /var/spool/lpd</strong></p>
<p>## if your using 64 bit ##<br />
# $ <strong>sudo apt-get install -y ia32-libs</strong></p>
<p>$ <strong>sudo apt-get install -y csh</strong></p>
<p>$ <strong>sudo apt-get install -y sane-utils</strong></p>
<p>$ <strong>sudo apt-get install -y psutils</strong></p>
<p>The under <strong>Download</strong> on the above page we selected <strong>Printer Driver</strong> then the link for the name of the printer and downloaded the LPR driver and the cupswrapper driver. You need to select each in turn then right click the &#8220;I Accept&#8221; button and use &#8220;Save Link As&#8221; option to download the DEB. Both DEB&#8217;s are i386 so if you are using 64 bit you need to install them using a Terminal using the following;</p>
<p>$ <strong>sudo dpkg -i <code>--</code>force-all /home/user/Downloads/dcp7055lpr-2.1.0-1.i386.deb</strong></p>
<p>and</p>
<p>$ <strong>sudo dpkg -i <code>--</code>force-all /home/user/Downloads/cupswrapperDCP7055-2.0.4-2.i386.deb</strong></p>
<p>check the naming of the files as they may be change and also adjust the path to the directory your files are stored in.</p>
<p>If you are using a 32 bit system just double click on the files to install them.</p>
<p>Once the drivers are installed are installed you can use your Printing config option to add the printer, if the driver does not show in the list, try a reboot.</p>
<p>Next the scanning drivers.<br />
Back at the above page under <strong>Download</strong> we now select <strong>Scanner Driver / Scan-Key-Tool </strong>link and search for the print model, in our case this leads us to the brscan4 driver and here you can download both 32 and 64 bit drivers and you need the brscan4 and scan-key-tool DEB&#8217;s which once downloaded can be installed by double clicking on them.</p>
<p><strong>Notes:</strong><br />
You may find that the Package Manager complains that the DEB&#8217;s are faulty but it seems to be just because the package maintainer has not included his or her email address in the package. I just continued on and they installed ok.</p>
<p>You will also probabley find that your scanner software will still not open the scanner hardware. I installed the xsane software;</p>
<p>$ <strong>sudo apt-get install -y xsane</strong></p>
<p>then ran it as user from a Terminal;</p>
<p>$ <strong>xsane</strong><br />
with no result, so then I ran it as root with;</p>
<p>$ <strong>sudo xsane</strong><br />
and all was well.</p>
<p>I&#8217;m not sure why this should be the case but it seems to be a /dev access problem, my quick and dirty option was to open the launder [the XFCE launder] command is;</p>
<p>Exec=xsane<br />
and changed it to<br />
Exec gksudo xsane<br />
When the launcher is clicked it then asks the user for the root/sudo password.</p>
<p>Another option is to run the program as root without the system asking for a password [be warned you do this at your own risk as it's a security risk]</p>
<p>open the /etc/sudoers file with;</p>
<p>$ <strong>sudo visudo</strong></p>
<p>add this line below these lines</p>
<p># User privilege specification<br />
root ALL=(ALL) ALL</p>
<p>username ALL = (root) NOPASSWD: /usr/bin/xsane</p>
<p>then amend the launcher from;</p>
<p>exec=xsane</p>
<p>to</p>
<p>exec=sudo xsane</p>
<p>you need to substitute username for your own system name and the path and name of the program if different and you may need to reboot</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=31&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2011/10/12/brother-drivers-for-a-dcp-7055-on-xubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
		<item>
		<title>tsMuxeR video conversion for Sony Bravia</title>
		<link>http://martincooper9.wordpress.com/2011/09/07/tsmuxer-video-conversion-for-sony-bravia/</link>
		<comments>http://martincooper9.wordpress.com/2011/09/07/tsmuxer-video-conversion-for-sony-bravia/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 12:46:13 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Digital TV]]></category>
		<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Debian Squeeze]]></category>
		<category><![CDATA[HAUPPAUGE WinTV Nova-T Digital Terrestrial TV Stick]]></category>
		<category><![CDATA[Linut Mint XFCE Debian Edition]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux DLNA/UPnp server]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[miniDNLA]]></category>
		<category><![CDATA[Sony Bravia]]></category>
		<category><![CDATA[tsMuxeR]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=24</guid>
		<description><![CDATA[Convert a video file to the .m2ts format to stream to the Sony Bravia Tv from a miniDNLA server using Handbrake and tsMuxeR. This gives you a much smaller file than the .mpg file which is the other option. If you wish to use .mpg then the only way I have managed to get this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=24&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Convert a video file to the .m2ts format to stream to the Sony Bravia Tv from a miniDNLA server using Handbrake and tsMuxeR. This gives you a much smaller file than the .mpg file which is the other option. If you wish to use .mpg then the only way I have managed to get this working is to use ffmpeg from the command line using.</p>
<p>$<strong> ffmpeg -i input.m4v -target pal-dvd output.mpg</strong></p>
<p>This will use various input file extensions just amend the input file.</p>
<p>tsMuxer is a Transport Stream muxer which will convert .mkv video formatted files created in Handbrake to .m2ts files suitable for playback on the Sony Bravia. First convert your video to a .mkv video file using Handbrake making sure you select the Audio codec as AC3 (ffmpeg) in the [Audio] Tab and the [Framerate:] as 25 (PAL Film/Video) or any other option you prefer except the (Same as source) option. Handbrake is available in both Debian and Ubuntu repositories, stMuxeR is available by download from here: <a title="http://www.videohelp.com/tools/tsMuxeR" href="http://www.videohelp.com/tools/tsMuxeR">http://www.videohelp.com/tools/tsMuxeR</a> Download the Linux version [currently tsMuxeR_1.10.6.tar.gz] into your home directory. Then create a directory in <a title="/usr/lib">/usr/lib</a> by opening a Terminal and entering the following;</p>
<p>$ <strong>sudo mkdir /usr/lib/tsmuxer</strong></p>
<p>move into the tsmuxer directory with;</p>
<p>$ <strong>cd /usr/lib/tsmuxer</strong></p>
<p>now extract the archive you downloaded with;</p>
<p>$ <strong>sudo tar -xvzf ~/tsMuxeR_1.10.6.tar.gz</strong></p>
<p>if you list the contents with</p>
<p>$ <strong>ls</strong><br />
you will have 4 files in the tsmuxer directory including</p>
<p>tsMuxeR<br />
tsMuxerGUI</p>
<p>make sure they are both executable with;</p>
<p>$ <strong>sudo chmod +x tsMuxeR</strong></p>
<p>and;</p>
<p>$ <strong>sudo chmod +x tsMuxerGUI</strong></p>
<p>now add a shortcut to <a title="/usr/bin">/usr/bin</a> with;</p>
<p>$ <strong>sudo ln -s /usr/lib/tsmuxer/tsMuxerGUI /usr/bin/tsMuxerGUI</strong></p>
<p>now you can run the program by typing tsMuxerGUI in a Terminal or create a menu launcher with tsMuxerGUI as the command.</p>
<p>Open the program and on the Input Tab select [add] to add the .mkv file you have transcoded with Handbrake, in the [General track options] section, select [Change fps:] 25 and [Change level:] 4.0. Then in the [Output] section select M2TS muxing and browse to an output folder if you wish to change the default. Now select the [Start muxing] button. The output file should now play on your TV.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=24&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2011/09/07/tsmuxer-video-conversion-for-sony-bravia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
		<item>
		<title>Media Server for the Sony Bravia</title>
		<link>http://martincooper9.wordpress.com/2011/09/06/media-server-for-the-sony-bravia/</link>
		<comments>http://martincooper9.wordpress.com/2011/09/06/media-server-for-the-sony-bravia/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 21:15:15 +0000</pubDate>
		<dc:creator>Martin Cooper</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Digital TV]]></category>
		<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Debian Squeeze]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux DLNA/UPnp server]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Martin Cooper]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[miniDNLA]]></category>
		<category><![CDATA[Sony Bravia]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://martincooper9.wordpress.com/?p=12</guid>
		<description><![CDATA[I wanted a DLNA/UPnP server to allow me to view photos, listen to music and watch videos and PC recorded TV on my TV. The media is currently stored on my Linux server. I tried various options before finding miniDLNA here http://minidlna.sourceforge.net/ . The MiniDLNA server was extremely easy to set-up and worked out of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=12&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted a DLNA/UPnP server to allow me to view photos, listen to music and watch videos and PC recorded TV on my TV. The media is currently stored on my Linux server. I tried various options before finding miniDLNA here <a title="http://minidlna.sourceforge.net/" href="http://minidlna.sourceforge.net/">http://minidlna.sourceforge.net/</a> . The MiniDLNA server was extremely easy to set-up and worked out of the box and coped with my Sony Bravia KDL-40W5500 40in LCD which other servers software did not. The TV is connected to my local network via a network cable to a Home Plug.</p>
<p>The Home Plug is a DEVOLO dLAN 200 AVmini Starter Kit 2x Home Plug AV Adapters £79.99 from PC World in the UK</p>
<p>This TV supports images as .jpg, music as .mp3 and video as .mpg or .m2t/m2ts, I&#8217;ll blog post how to get the correct settings for the video files later. [ Edit see here <a href="http://martincooper9.wordpress.com/2011/09/07/tsmuxer-video-conversion-for-sony-bravia/" title="http://martincooper9.wordpress.com/2011/09/07/tsmuxer-video-conversion-for-sony-bravia/" target="_blank">tsmuxer-video-conversion-for-sony-bravia/</a> ]</p>
<p>First I downloaded both the static and src tar files from here <a title="http://sourceforge.net/projects/minidlna/files/minidlna/" href="http://sourceforge.net/projects/minidlna/files/minidlna/">http://sourceforge.net/projects/minidlna/files/minidlna/</a> [go for the latest currently 1.0.22] I wanted the pre-build version as there are a lot of unmet dependencies when I tried building it on Debian Squeeze and a frankly gave up. Download the 2 files [currently minidlna_1.0.22_src.tar.gz and minidlna_1.0.22_static.tar.gz]. Open the static version in your favourite archiver and extract the file minidlna located in /usr/sbin directory within the archive and minidnla.conf located in etc/ directory within the archive to your home directory. Now using your archiver program again to open the src version and extract the minidlna.init.d.script from the /linux/ directory within the archive to your home folder.</p>
<p>you should now have 3 files;</p>
<p>minidnla<br />
minidnla.conf<br />
minidlna.init.d.script</p>
<p>in your home directory</p>
<p>now open the minidlna.conf in your favourite text editor and change the following highlighted text to match the paths to your media, server name and paths to store the database &amp; log files.</p>
<blockquote><p><strong>***** file extract *****</strong></p>
<p># set this to the directory you want scanned.<br />
# * if have multiple directories, you can have multiple media_dir= lines<br />
# * if you want to restrict a media_dir to a specific content type, you<br />
# can prepend the type, followed by a comma, to the directory:<br />
# + &#8220;A&#8221; for audio (eg. media_dir=A,/home/jmaggard/Music)<br />
# + &#8220;V&#8221; for video (eg. media_dir=V,/home/jmaggard/Videos)<br />
# + &#8220;P&#8221; for images (eg. media_dir=P,/home/jmaggard/Pictures)<br />
<strong>media_dir=A,/home/martin/Musics</strong><br />
<strong>media_dir=V,/home/martin/Videos</strong><br />
<strong>media_dir=P,/home/martin/Photos</strong></p>
<p># set this if you want to customize the name that shows up on your clients<br />
friendly_name=<strong>Angel</strong></p>
<p># set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache<br />
<strong>db_dir=/home/martin/.minidlna</strong></p>
<p># set this if you would like to specify the directory where you want MiniDLNA to store its log file<br />
<strong>log_dir=/home/martin/Logs</strong></p>
<p><strong>***** End file extract *****</strong></p></blockquote>
<p>I left the rest of the config as it was.</p>
<p>Now we need to sore the config and program file and test they work so in a Terminal;</p>
<p>$ <strong>mv ~/minidnla.conf ~./minidnla.conf</strong></p>
<p>this moves the file into your home directory as a hidden file by adding the dot at the from of it. I have a seperate partition for the system directory /opt so that I can store user added programs which I don&#8217;t want to get removed when I do an upgrade so I&#8217;m going to store the minidnla program there in it&#8217;s own directory</p>
<p>$ <strong>sudo mkdir /opt/minidnla</strong></p>
<p>create the directory</p>
<p>$ <strong>sudo mv ~/minidnla /opt/minidnla/minidnla</strong></p>
<p>move the program file into it.</p>
<p>$ <strong>sudo chmod +x /opt/minidnla/minidlna</strong></p>
<p>make it executable</p>
<p>You could leave the program in your own home directory or move it into /usr/bin in which case amend the paths in the commands above.</p>
<p>Now we can run the program to see if it works with in my case;</p>
<p>$ <strong>/opt/minidlna/minidlna -f /home/martin/.minidlna.conf</strong></p>
<p>so this is the path to the program, followed by -f telling it to look for a file then the path to your config file.</p>
<p>This should now start minidnla building it&#8217;s database and then serving up the results, depending on the number of files this may take a while but you can check out the log file for errors on progress.</p>
<p>The only problem I had was that one of the music directories had root permissions on it not my own so if you get error that&#8217;s the first thing to check. If all has gone well you should be able to see the results on the TV. If your TV does not see the server which on mine shows up under the name of the server I added in the minidnla.cof and has a Tux penguin icon then check out your Firewall on the PC server.</p>
<p>Next we want to be able to autostart the server if we ever restart our server and be able to start, stop or restart it with easy options. So now open the minidlna.init.d.script in your favorite text editor and amend the highlighted text shown below. Just 2 lines to amend the path to your minidnla program and the path to the monidnla.conf file.</p>
<blockquote><p><strong>***** file extract *****</strong></p>
<p># Short-Description: DLNA/UPnP-AV media server<br />
### END INIT INFO</p>
<p><strong>MINIDLNA=/opt/minidlna/minidlna</strong><br />
<strong>ARGS=&#8217;-f /home/martin/.minidlna.conf&#8217;</strong></p>
<p>test -f $MINIDLNA || exit 0</p>
<p>. /lib/lsb/init-functions</p>
<p>case &#8220;$1&#8243; in</p>
<p><strong>***** End file extract *****</strong></p></blockquote>
<p>now move it to /etc/init.d/ with</p>
<p>$ <strong>sudo cp /home/martin/minidlna.init.d.script /etc/init.d/minidlna</strong></p>
<p>this changes it&#8217;s name to just minidnla and</p>
<p>$ <strong>sudo chmod +x /etc/init.d/minidlna</strong></p>
<p>make it executable, now reboot the PC and the server should auto start.</p>
<p>$ <strong>sudo update-rc.d minidlna defaults</strong></p>
<p>And update, now you can the use the following commands from a Terminal to control the server.</p>
<p>$ <strong>sudo /etc/init.d/minidlna stop</strong></p>
<p>$ <strong>sudo /etc/init.d/minidlna start</strong></p>
<p>$ <strong>sudo /etc/init.d/minidlna restart</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martincooper9.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martincooper9.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martincooper9.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martincooper9.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martincooper9.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martincooper9.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martincooper9.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martincooper9.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martincooper9.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martincooper9.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martincooper9.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martincooper9.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martincooper9.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martincooper9.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martincooper9.wordpress.com&amp;blog=26799141&amp;post=12&amp;subd=martincooper9&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martincooper9.wordpress.com/2011/09/06/media-server-for-the-sony-bravia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abe896795e4cfb36f9b1627400a2e7e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wobblybob9</media:title>
		</media:content>
	</item>
	</channel>
</rss>
