<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5847809465784477524</id><updated>2011-10-11T02:53:00.825-07:00</updated><category term='Printing'/><category term='Asus Eee PC'/><category term='Android'/><category term='Linux Ubuntu'/><category term='Linux Network'/><category term='OSD/Encoding'/><category term='Linux Games'/><category term='Uncategorised'/><title type='text'>FLOSS Notes to Self!</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>25</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-8687150364359957848</id><published>2011-06-14T12:27:00.000-07:00</published><updated>2011-06-14T13:21:07.400-07:00</updated><title type='text'>Links to Useful Web Dev Resources</title><content type='html'>'Would you like to display your own icon on the browser address bar and browser tabs when visitors view your web pages?&lt;br /&gt;&lt;br /&gt;'Now it's easy to create icons and marquees for your web pages with FavIcon from Pics. Simply select a picture, logo or other graphic (of any size/resolution) for the "Source Image" and click "Generate FavIcon.ico'&lt;br /&gt;&lt;a href="http://www.chami.com/html-kit/services/favicon/"&gt;http://www.chami.com/html-kit/services/favicon/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thinking Web: Voices of the Community - free to download PDF book.&lt;br /&gt;&lt;a href="http://blogs.sitepoint.com/thinking-web-voices-of-the-community/"&gt;http://blogs.sitepoint.com/thinking-web-voices-of-the-community/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;"The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem."&lt;br /&gt;&lt;a href="http://960.gs/"&gt;http://960.gs/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-8687150364359957848?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/8687150364359957848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2011/06/links-to-useful-web-dev-resources.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/8687150364359957848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/8687150364359957848'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2011/06/links-to-useful-web-dev-resources.html' title='Links to Useful Web Dev Resources'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-5583773979062902310</id><published>2011-01-12T08:32:00.000-08:00</published><updated>2011-01-12T09:24:11.854-08:00</updated><title type='text'>XBOX DVD IR Remote, Ubuntu 10.10 and irxevent</title><content type='html'>Get the Xbox DVD IR reciver and remote working on Ubuntu - follow this post: &lt;a href="http://forum.xbmc.org/showpost.php?p=688677&amp;amp;postcount=32"&gt;http://forum.xbmc.org/showpost.php?p=688677&amp;amp;postcount=32&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The remote should now work with XBMC. To get the Remote working with other applications...&lt;br /&gt;&lt;br /&gt;1) Install irxevent&lt;br /&gt;&lt;br /&gt;- System&gt; Administration&gt; Synaptic Package Manager&gt; lirc-x&lt;br /&gt;&lt;br /&gt;2) Create the irxevent confic file in home folder&lt;br /&gt;&lt;br /&gt;- Create a new document in home folder and rename it &lt;b&gt;.lircrc&lt;/b&gt;&lt;br /&gt;- Right click on the file and in &lt;i&gt;Permissions tab&lt;/i&gt; tick the &lt;i&gt;allow executable&lt;/i&gt; tick box.&lt;br /&gt;- Open the file with the text editor and paste the following in the file, then save and close.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;begin&lt;br /&gt; prog = irxevent&lt;br /&gt; button = SELECT&lt;br /&gt; repeat = 0&lt;br /&gt; config = Key KP_Enter CurrentWindow&lt;br /&gt;end&lt;br /&gt;begin&lt;br /&gt; prog = irxevent&lt;br /&gt; button = MENU&lt;br /&gt; repeat = 3&lt;br /&gt; config = Key Tab CurrentWindow&lt;br /&gt;end&lt;br /&gt;begin&lt;br /&gt; prog = irxevent&lt;br /&gt; button = BACK&lt;br /&gt; repeat = 0&lt;br /&gt; config = Key alt-Left CurrentWindow&lt;br /&gt;end&lt;br /&gt;begin&lt;br /&gt; prog = irxevent&lt;br /&gt; button = LEFT&lt;br /&gt; repeat = 2&lt;br /&gt; config = Key Left CurrentWindow&lt;br /&gt;end&lt;br /&gt;begin&lt;br /&gt; prog = irxevent&lt;br /&gt; button = RIGHT&lt;br /&gt; repeat = 2&lt;br /&gt; config = Key Right CurrentWindow&lt;br /&gt;end&lt;br /&gt;begin&lt;br /&gt; prog = irxevent&lt;br /&gt; button = UP&lt;br /&gt; repeat = 2&lt;br /&gt; config = Key Up CurrentWindow&lt;br /&gt;end&lt;br /&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;b&gt;&lt;i&gt;begin&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;   prog = irxevent&lt;br /&gt; button = DOWN&lt;br /&gt; repeat = 2&lt;br /&gt; config = Key Down CurrentWindow&lt;br /&gt;end&lt;/i&gt;&lt;/b&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;- Run the command &lt;b&gt;irxevent -d&lt;/b&gt; in the Terminal (to restart run &lt;b&gt;killall irxevent&lt;/b&gt;&lt;/div&gt;&lt;div&gt; and then &lt;b&gt;irxevent -d&lt;/b&gt;)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Map more buttons by checking &lt;b&gt;sudo gedit /etc/lirc/lircd.conf&lt;/b&gt; to find out the button label (ie. button = &lt;b&gt;&lt;i&gt;DOWN&lt;/i&gt;&lt;/b&gt;) and then map it to a keyboard key (ie. the Enter key &lt;b style="font-style: italic; "&gt;KP_Enter&lt;/b&gt;&lt;i&gt;). &lt;/i&gt;More info here: &lt;a href="http://tv-true.org/how-to/configuring-lirc.html"&gt;http://tv-true.org/how-to/configuring-lirc.html&lt;/a&gt; and here: &lt;a href="http://www.youtube.com/watch?v=e9O6Qm5nWwo"&gt;http://www.youtube.com/watch?v=e9O6Qm5nWwo&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;To start irxevent&lt;b&gt; &lt;/b&gt;whenever Firefox is started create a script and then a new Firefox short that uses the script to start Firefox.&lt;b&gt; &lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;- Create a new file called&lt;b&gt; ffir.bin &lt;/b&gt;and copy the script text:&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;div&gt;#!/bin/bash&lt;/div&gt;&lt;div&gt;irxevent -d&lt;/div&gt;&lt;div&gt;firefox&lt;/div&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;- Save the script (remember to make the file make executable).&lt;/div&gt;&lt;div&gt;- Right click on the new Firefox short-cut and open &lt;b&gt;&lt;i&gt;Properties&lt;/i&gt;&lt;/b&gt; and then change the &lt;b&gt;&lt;i&gt;Command field&lt;/i&gt;&lt;/b&gt; to Desktop/ffir.bin.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-5583773979062902310?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/5583773979062902310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2011/01/xbox-dvd-ir-remote-ubuntu-1010-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/5583773979062902310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/5583773979062902310'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2011/01/xbox-dvd-ir-remote-ubuntu-1010-and.html' title='XBOX DVD IR Remote, Ubuntu 10.10 and irxevent'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-3701851113091247718</id><published>2010-12-16T03:35:00.000-08:00</published><updated>2010-12-16T03:40:29.765-08:00</updated><title type='text'>Getting PHP mail function to work on localhost (my computer)</title><content type='html'>I set up Apache and installed PHP 5 on my laptop computer running Linux/Ubuntu 10.10, but I couldn't get locally (localhost) run scripts to send emails. Following both the links below (bits from both) got things working. NOTE: for the root email I put my usually email, ie. smith@gmail.com.&lt;br /&gt;&lt;br /&gt;http://www.davidhurst.co.uk/2007/06/19/php-mail-and-ssmtp-on-debian-linux/&lt;br /&gt;&lt;br /&gt;http://tombuntu.com/index.php/2008/10/21/sending-email-from-your-system-with-ssmtp/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-3701851113091247718?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/3701851113091247718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/12/getting-php-mail-function-to-work-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/3701851113091247718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/3701851113091247718'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/12/getting-php-mail-function-to-work-on.html' title='Getting PHP mail function to work on localhost (my computer)'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-1266652864781593751</id><published>2010-11-30T04:13:00.000-08:00</published><updated>2010-11-30T04:27:12.197-08:00</updated><title type='text'>QMU Edinburgh Remote Desktop - Ubuntu 10.10 Citrix Client</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o0g7xXx9Nxs/TPTsnV9hMfI/AAAAAAAAAAM/a_ZKmGZZaNU/s1600/Screenshot.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 200px;" src="http://1.bp.blogspot.com/_o0g7xXx9Nxs/TPTsnV9hMfI/AAAAAAAAAAM/a_ZKmGZZaNU/s320/Screenshot.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5545317201854149106" /&gt;&lt;/a&gt;&lt;br /&gt;How to access remote desktop on the Queen Margaret University Edinburgh network with Ubuntu (10.10) and Citrix client.&lt;br /&gt;&lt;br /&gt;Install the Citrix client through the Ubuntu Software Centre - Applications&gt;Ubuntu Software Centre&lt;br /&gt;&lt;br /&gt;Now, follow  the instructions here: http://www.qmu.ac.uk/it/certificates/IntRootCertLinux.PDF linked to from this page: http://www.qmu.ac.uk/it/certificates.htm&lt;br /&gt;&lt;br /&gt;Copy the crt file to...&lt;br /&gt;&lt;br /&gt;/home/username/ICAClient/linuxx86/keystore/cacerts&lt;br /&gt;&lt;br /&gt;To move the crt file to the right location you have to open the file manager with root permissions. Open a terminal Applications&gt;Acessories&gt;Terminal and type &lt;br /&gt;&lt;br /&gt;gksudo nautilus&lt;br /&gt;&lt;br /&gt;enter your password and copy the file from where ever youb saved it (likely to be your desktop of hom/downloads folder) a copy it to the location mentioned above. finally, make sure the permissions of the file are correct. It has to be owned by Root. Right click on the crt file and under the Permissions tab change the owner and group to Root - see the screenshot below.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-1266652864781593751?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/1266652864781593751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/11/qmu-edinburgh-remote-desktop-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1266652864781593751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1266652864781593751'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/11/qmu-edinburgh-remote-desktop-ubuntu.html' title='QMU Edinburgh Remote Desktop - Ubuntu 10.10 Citrix Client'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o0g7xXx9Nxs/TPTsnV9hMfI/AAAAAAAAAAM/a_ZKmGZZaNU/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-3006756739360386537</id><published>2010-11-27T13:04:00.000-08:00</published><updated>2010-11-27T13:09:24.760-08:00</updated><title type='text'>Convert iTunes M4A files to MP3 on Linux</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Convert iTunes M4A files to MP3 on Linux&lt;/span&gt;&lt;br /&gt;&lt;a href="http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/"&gt;http://pragmattica.wordpress.com/2008/01/17/convert-itunes-m4a-files-to-mp3-on-linux/&lt;/a&gt;Recursive conversion - so easy and makes me so happy :)&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The command... will copy all files that are already mp3s in the iTunes library in to the new folder as well...good by iTines... you will not be missed!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;./ConvertToMP3.py /home/itunes /home/mp3s --copymp3s&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-3006756739360386537?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/3006756739360386537/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/11/convert-itunes-m4a-files-to-mp3-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/3006756739360386537'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/3006756739360386537'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/11/convert-itunes-m4a-files-to-mp3-on.html' title='Convert iTunes M4A files to MP3 on Linux'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-3995586585936484461</id><published>2010-11-24T08:00:00.000-08:00</published><updated>2010-11-24T08:08:50.697-08:00</updated><title type='text'>gvSIG Android Linux Ubuntu 10.10 and Cache-able Maps</title><content type='html'>1) Install gvSIG Mini on my HTC Hero running cooked 2.2 Android trough the Android Market Place.&lt;br /&gt;&lt;br /&gt;2) Install gvSIG on my Laptop running Linux Ubuntu 10.10. Download and follow instructions here: http://www.gvsig.org/web/projects/gvsig-desktop/official - use the full BIN package (I installed 1.10 and it worked with the 1.9 plug-in - see below)&lt;br /&gt;&lt;br /&gt;3)Install the gvSIG phone cache plug-in, download and install instructions here: https://confluence.prodevelop.es/display/GVMN/Phone+Cache&lt;br /&gt;&lt;br /&gt;4) Read the gvSIG phone cache plug-in user instructions here: https://confluence.prodevelop.es/display/GVMN/Phone+Cache+Documentation&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-3995586585936484461?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/3995586585936484461/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/11/gvsig-android-linux-ubuntu-1010-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/3995586585936484461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/3995586585936484461'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/11/gvsig-android-linux-ubuntu-1010-and.html' title='gvSIG Android Linux Ubuntu 10.10 and Cache-able Maps'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-609322122961701254</id><published>2010-10-15T16:44:00.000-07:00</published><updated>2010-10-15T16:47:24.437-07:00</updated><title type='text'>Wipe a Hard Drive with Linux</title><content type='html'>sudo shred /dev/sdb -f -v -z --iterations=6&lt;br /&gt;&lt;br /&gt;See: &lt;a href="http://ubuntuforums.org/showthread.php?t=1331572"&gt;http://ubuntuforums.org/showthread.php?t=1331572&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-609322122961701254?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/609322122961701254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/10/wipe-hard-drive-with-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/609322122961701254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/609322122961701254'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/10/wipe-hard-drive-with-linux.html' title='Wipe a Hard Drive with Linux'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-1074264235790937300</id><published>2010-10-15T16:38:00.000-07:00</published><updated>2010-10-15T16:44:05.602-07:00</updated><title type='text'>Add BBC Radio 4 to Synology Audio Station</title><content type='html'>Download the ASX file from  &lt;a href="http://bbcstreams.com/"&gt;http://bbcstreams.com/&lt;/a&gt; (right click on the (link) and save as filename.txt&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Open the saved file with Gedit and copy the line &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;mms://wmlive-acl.bbc.co.uk/wms/bbc_ami/radio4/radio4_bb_live_eq1_sl0?BBC-UID=d4ec8a9b7be2b54f4179473740e0ac2&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Paste in to User Defined Synology Audio Station URL field and change the mms to http.&lt;/div&gt;&lt;div&gt;&lt;asx version="3.0"&gt;&lt;moreinfo href="http://www.bbc.co.uk/radio2"&gt;&lt;entry&gt;&lt;br /&gt;&lt;/entry&gt;&lt;/moreinfo&gt;&lt;/asx&gt;&lt;/div&gt;&lt;div&gt;&lt;asx version="3.0"&gt;&lt;moreinfo href="http://www.bbc.co.uk/radio2"&gt;&lt;entry&gt;Done&lt;/entry&gt;&lt;/moreinfo&gt;&lt;/asx&gt;&lt;/div&gt;&lt;div&gt;&lt;asx version="3.0"&gt;&lt;moreinfo href="http://www.bbc.co.uk/radio2"&gt;&lt;entry&gt;&lt;br /&gt;&lt;/entry&gt;&lt;/moreinfo&gt;&lt;/asx&gt;&lt;/div&gt;&lt;div&gt;&lt;asx version="3.0"&gt;&lt;moreinfo href="http://www.bbc.co.uk/radio2"&gt;&lt;entry&gt;With thanks to &lt;a href="http://forum.synology.com/enu/viewtopic.php?f=63&amp;amp;t=24622#p99007"&gt;http://forum.synology.com/enu/viewtopic.php?f=63&amp;amp;t=24622#p99007&lt;/a&gt;&lt;/entry&gt;&lt;/moreinfo&gt;&lt;/asx&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-1074264235790937300?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/1074264235790937300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/10/add-bbc-radio-4-to-synology-audio.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1074264235790937300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1074264235790937300'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/10/add-bbc-radio-4-to-synology-audio.html' title='Add BBC Radio 4 to Synology Audio Station'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-7765664071131666878</id><published>2010-10-08T13:16:00.000-07:00</published><updated>2010-10-09T09:18:27.816-07:00</updated><title type='text'>Weekly Backup with Ubuntu, Rsync, Anacron and 2 Internal Hard Disks</title><content type='html'>&lt;span style="font-weight:bold;"&gt;1) Edit /etc/anacrontab&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;span style="font-style:italic;"&gt;sudo gedit /etc/anacrontab&lt;span style="font-style:italic;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;2)&lt;/span&gt; Add line to the bottom of the txt document - for more info see &lt;a href="http://linuxgazette.net/104/odonovan.html"&gt;http://linuxgazette.net/104/odonovan.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;i&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;1&lt;span class="Apple-tab-span" style="white-space:pre"&gt; backup &lt;/span&gt;rsync -ravz /home /media/&lt;/i&gt;&lt;span style="font-style:italic;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span style="font-weight:bold;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-weight:bold;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-family: verdana, arial, helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 12px; "&gt;&lt;p&gt;where the fields mean:&lt;/p&gt;&lt;dl&gt;&lt;dt&gt;&lt;code&gt;1&lt;/code&gt;&lt;/dt&gt;&lt;dd&gt;the period in days indicating how often this command should be executed&lt;/dd&gt;&lt;dt&gt;&lt;code&gt;1&lt;/code&gt;&lt;/dt&gt;&lt;dd&gt;the delay in minutes after Anacron begins before it should execute this command&lt;/dd&gt;&lt;dt&gt;&lt;span class="Apple-style-span"&gt;backup&lt;/span&gt;&lt;/dt&gt;&lt;dd&gt;a unique identifier for this job so Anacron can keep track of when it was last executed&lt;/dd&gt;&lt;dt&gt;&lt;code&gt;rsync...&lt;/code&gt;&lt;/dt&gt;&lt;dd&gt;the command to execute&lt;/dd&gt;&lt;/dl&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-7765664071131666878?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/7765664071131666878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/10/weekly-backup-with-ubuntu-rsync-anacron.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/7765664071131666878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/7765664071131666878'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/10/weekly-backup-with-ubuntu-rsync-anacron.html' title='Weekly Backup with Ubuntu, Rsync, Anacron and 2 Internal Hard Disks'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-1420470184364368405</id><published>2010-07-22T04:32:00.001-07:00</published><updated>2010-07-22T04:34:03.022-07:00</updated><title type='text'>Android SenseHERO-2.1-090610-B5 - Problem Using Superuser Permissions</title><content type='html'>&lt;div&gt;Android SenseHERO-2.1-090610-B5 problem using superuser permissions solution here: &lt;a href="http://androidforums.com/all-things-root-sprint-hero/120433-unable-use-superuser-permissions.html"&gt;http://androidforums.com/all-things-root-sprint-hero/120433-unable-use-superuser-permissions.html&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-1420470184364368405?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/1420470184364368405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/07/problem-using-superuser-permissions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1420470184364368405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1420470184364368405'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/07/problem-using-superuser-permissions.html' title='Android SenseHERO-2.1-090610-B5 - Problem Using Superuser Permissions'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-5322269673398300328</id><published>2010-07-21T13:17:00.000-07:00</published><updated>2010-07-21T15:16:23.645-07:00</updated><title type='text'>Root and Install Cooked Android 2.1 ROM on T-Mobile Branded HTC Hero Used on the 3 Network</title><content type='html'>&lt;span style="font-weight:bold;"&gt;About the phone&lt;br /&gt;&lt;/span&gt;- HTC Hero running T-Mobile branded Android 1.5 bought used from Ebay.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;First: Unlock the phone&lt;br /&gt;&lt;/b&gt;Unlock code bought from Ebay for £7.00.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Second: Create Goldcard.&lt;br /&gt;&lt;/b&gt;It is necessary to create a "Goldcard" micro SD card to by pass the phone's installed T-Mobile ROM software checks and gain access to the phone for rooting.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;1)&lt;/span&gt; I followed the instructions '&lt;i&gt;"GoldCard" Test Procedure&lt;/i&gt;' &lt;a href="http://forum.xda-developers.com/showthread.php?t=645253"&gt;here&lt;/a&gt; though I'm not sure if this is necessary before carrying out "Goldcard" creation process (see below).&lt;div&gt;&lt;/div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;"GoldCard" Test Procedure&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;Please comment on whether this procedure works, it is untested. Thanks to ante0's guide for some details used.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;I. Setting up drivers etc&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;1. Download the latest HTC Sync from here and the latest SDK from here&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;2. Install HTC Sync &amp;amp; extract the Android SDK .zip file to C:\ (may help to re-name the folder to a shorter name, in this tutorial it will be C:\android\ )&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;3. Click on your Windows Start menu and right click on "Computer" &gt; Properties &gt; Advanced System Settings &gt; Environment Variables&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;Find "Path" under "System Variables" and edit it. Add the following to the end of the text:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;;C:\android\tools&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;4. Restart your computer.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;On your phone, click Settings &gt; Applications &gt; Development and make sure USB Debugging is on.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;When back at your desktop plug then phone in and wait for it to install the correct drivers, this should be done automatically on the latest version of HTC Sync and adb should be enabled.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;5. Type the following into the command prompt window (Start &gt; Search &gt; "cmd") and enter the following and press enter:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;adb devices&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;You should see a serial number pop up and look like:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;000000000000 device&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;It’s the serial number of your phone. This means the drivers are working in normal boot mode. Next we need to check them in fastboot mode (thanks to janhol for helping with this next part)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;6. Turn off your phone and load into fastboot by holding the Back button and pressing Power with the hero plugged into the computer&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;7. "Start" &gt; Right Click "Computer" &gt; "Manage" &gt; "Device Manager"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;8. Check that the "ADB Interface" reads "My Hero", not "Android bootloader drivers" or anything else.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;If it does then:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;Right click "Android bootloader drivers" &gt; "Update Driver Software" &gt; "Browse my computer..." &gt; "Let me pick from..." &gt; "Have Disk..." &gt; "Browse" &gt; "C:\Program Files (x86)\HTC\HTC Driver\Driver Files\Win7_x64" &gt; "androidusb.inf"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;Once selected click "OK".&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#330000;"&gt;"My HTC" should show in the list of "compatible hardware" now, so select that and click "Next" to install the driver. Switch off the phone (may have to pull the battery).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"    style="font-family:'Trebuchet MS', Arial, sans-serif;font-size:100%;color:#483D8B;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 13px;font-size:13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-weight:bold;"&gt;2) &lt;/span&gt;I then followed the instructions &lt;span style="font-style:italic;"&gt;'II. Create a “GoldCard” from a MicroSD Card'&lt;/span&gt; from &lt;a href="http://forum.xda-developers.com/showthread.php?t=645253"&gt;here&lt;/a&gt; (ibid). I did have to buy a 2 Gig Kingston Micro SD card as I had trouble using the card that came with the phone. I also bought a Micro SD converter so I could plug the Micro SD card into the laptop (card and converted cost £4.50 from Ebay).&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 13px; "&gt;&lt;span style="line-height: 16px; "&gt;&lt;u color="transparent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background- "&gt;&lt;/u&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;II. Create a “GoldCard” from a MicroSD Card&lt;br /&gt;&lt;br /&gt;(Please keep in mind that some memory cards don’t work for this process)&lt;br /&gt;&lt;br /&gt;1. Put the memory card you want to use for the GoldCard into your phone, make sure all the data is backed up before proceeding as it will be formatted.&lt;br /&gt;&lt;br /&gt;2. With the memory card in your phone, and not connected to the PC, click on:&lt;br /&gt;Settings &gt; SD and Phone storage &gt; Unmount SD Card&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;br /&gt;Once it unmounts, click Format SD Card.&lt;br /&gt;&lt;br /&gt;3. On your phone, click:&lt;br /&gt;&lt;br /&gt;Settings &gt; Applications &gt; Development and make sure USB Debugging is on.&lt;br /&gt;&lt;br /&gt;4. Return to the Command Prompt from earlier after re-plugging in your Hero. Then type the following with hitting enter at the end of each line:&lt;br /&gt;&lt;br /&gt;adb shell&lt;br /&gt;cat /sys/class/mmc_host/mmc1/mmc1:*/cid&lt;br /&gt;&lt;br /&gt;5. A code will display, write the code down into a notepad document or similar (MAKE SURE TO WRITE IT DOWN EXACTLY!)&lt;br /&gt;&lt;br /&gt;6. Go to this site: http://hexrev.soaa.me/ then put in your code you just wrote down into the text box and click submit. It will generate the code reversed and replace the first two digits with zeros automatically. Copy this.&lt;br /&gt;&lt;br /&gt;7. Then go to http://psas.revskills.de/?q=goldcard and Paste your CID into the box and fill in the other details. You'll be e-mailed the goldcard. Save the goldcard image to disk.&lt;br /&gt;&lt;br /&gt;8. Now go to http://download.cnet.com/HxD-Hex-Edi...=uo&amp;amp;tag=button to download the HxD Hex Editor. Install it to your computer.&lt;br /&gt;&lt;br /&gt;9. Mount your SD card on your phone so that it shows up on your computer as "Removable Disk" - Pull down the notification bar on the phone and select Mount CD Card.&lt;br /&gt;&lt;br /&gt;10. Open the Hex Editor (Run as Administrator if you're in Vista or Windows 7) and click on the Extra menu &gt; Open Disk. Under "Physical Disk" select "Removable Disk". Make sure to UNcheck “Open as ReadOnly”. Click OK.&lt;br /&gt;&lt;br /&gt;11. Go to the Extra menu again and click Open Disk Image. Open up the goldcard.img that you saved from your email. Press OK when prompted for Sector Size 512 (Hard Disks/Floppy Disks). You should now have two tabs, one is the SD card (Removable Disk) and the other is the goldcard.img.&lt;br /&gt;&lt;br /&gt;12. Click on the Goldcard.img tab and press Ctrl + A (select all) Then Ctrl + C (copy).&lt;br /&gt;&lt;br /&gt;13. Click on the Removable Disk tab (Your SD Card) and select the complete lines from 00000000 to 00000170 then press Ctrl + V (paste).&lt;br /&gt;&lt;br /&gt;14. Click on File then click Save.&lt;br /&gt;&lt;br /&gt;15. Close the Hex Editor.&lt;br /&gt;&lt;br /&gt;16. Reboot the phone.&lt;br /&gt;&lt;br /&gt;Try to open the memory card on the computer (i.e. mount the drive), if it lets you, you are all set. If it asks/tells you to reformat the card, then try steps 13 – 19 again. If it gives you the same error again, then try a different memory card. You can confirm that it has worked by opening the Removable Disk in the hex editor again and making sure the code you pasted in has stayed but this shouldn't be necessary.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;III. Downgrade the Hero using the Goldcard&lt;br /&gt;&lt;br /&gt;1. With your phone plugged in, pull down the notification bar on the phone and select HTC Sync. Make sure it connects to HTC Sync on the computer (not sure if this is necessary anymore).&lt;br /&gt;&lt;br /&gt;2. Download this generic HTC Hero RUU&lt;br /&gt;&lt;br /&gt;Hero RUU -&lt;br /&gt;2.73.405.5&lt;br /&gt;2.73.405.5 (alternative)&lt;br /&gt;&lt;br /&gt;3. Double click the RUU exe you downloaded while the phone is plugged in with the GoldCard in it and follow the on screen procedure. This will install the old generic Hero rom on your phone, this is to allow you to install a recovery image. Reboot and fill in as few details as possible as these will be overwritten soon&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;The "Goldcard" creation process was a bit annoying as I had to borrow a laptop running Windows XP to use the Hex editor as I use GNU/Linux Ubuntu on my laptop. If anyone has any tips about Hex editor applications to use on Linux, and the steps to take to create the "Goldcard" with the specific editor I would greatly appreciate comments.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Third: &lt;/b&gt;&lt;b&gt;Installing a Recovery Image&lt;/b&gt;&lt;div&gt;I followed the instructions '&lt;i&gt;1. Installing a Recovery Image&lt;/i&gt;' from &lt;a href="http://forum.xda-developers.com/showthread.php?t=645253"&gt;here&lt;/a&gt; (ibid).&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;1. On your phone, go to Settings &gt; Applications - and make sure "Unknown Source" is ticked.&lt;br /&gt;&lt;br /&gt;2. On your phone, go to Settings &gt; SD card and phone storage - click Unmount SD card.&lt;br /&gt;&lt;br /&gt;3. Then click Format SD card.&lt;br /&gt;&lt;br /&gt;4. Plug the phone into the computer via USB, then pull down the notification bar and click on the SD card notification. Then click mount.&lt;br /&gt;&lt;br /&gt;5. Download this APK and recovery image and save it to your computer:&lt;br /&gt;&lt;br /&gt;http://zenthought.org/content/project/flashrec - FlashRec.apk&lt;br /&gt;http://forum.xda-developers.com/showthread.php?t=561124 - Amon_Ra’s Hero Recovery Image&lt;br /&gt;&lt;br /&gt;6. Copy them both to your SD card (do NOT put them inside any folders on the SD card, just put them on the SD card itself).&lt;br /&gt;&lt;br /&gt;7. Unplug the phone from the computer once they are downloaded to the SD card.&lt;br /&gt;&lt;br /&gt;8. Go to the Market and download ASTRO File Manager or any file manager program if you do not already have one.&lt;br /&gt;&lt;br /&gt;9. Open the file manager and find the FlashRec apk file and click it and choose open app manager and then install it.&lt;br /&gt;&lt;br /&gt;10. When it is installed click Open. Click on Backup Recovery Image and wait for it to finish. If you get "backup failed" response make sure the "Goldcard" is working, if the backup is a success carry on to step 11.&lt;br /&gt;11. Once done, click on the empty text box in the FlashRec program and type:&lt;br /&gt;&lt;br /&gt;/sdcard/recovery-RA-hero-v1.6.2.img&lt;br /&gt;(replace exact name as new versions come out)&lt;br /&gt;&lt;br /&gt;Then click on the Flash Recovery Image button and wait for it to finish.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style=" color: rgb(17, 17, 17);  line-height: 14px; font-family:'Trebuchet MS', Arial, sans-serif;font-size:13px;"&gt;&lt;span style="line-height: 13px; color:Navy;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Forth: Load a Custom ROM&lt;/b&gt;&lt;/div&gt;&lt;div&gt;I followed the instructions '&lt;i&gt;2. Loading the Custom ROM&lt;/i&gt;' from &lt;a href="http://forum.xda-developers.com/showthread.php?t=645253"&gt;here&lt;/a&gt; (ibid). I installed &lt;a href="http://code.google.com/p/sensehero/downloads/list"&gt;SenseHERO-2.1-090610-B5.zip&lt;/a&gt; downloaded from &lt;a href="http://code.google.com/p/sensehero/downloads/list"&gt;here&lt;/a&gt;, talked about &lt;a href="http://hero-roms.blogspot.com/p/recommendations.html"&gt;here&lt;/a&gt;. Worked great on my Hero - though I guess best thing is to have a look around and get the latest stable ROM from somewhere.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 13px; "&gt;&lt;span style="line-height: 16px; "&gt;&lt;u style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; "&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;2. Loading the Custom ROM&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;br /&gt;&lt;br /&gt;N.B. This part of the guide can be repeated with as many different rom's as you like. You do not have to repeat the previous sections once you have a recovery image installed.&lt;br /&gt;&lt;br /&gt;1. Download a Custom ROM from &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://forum.xda-developers.com/forumdisplay.php?f=512" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; text-decoration: none; "&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;http://forum.xda-developers.com/forumdisplay.php?f=512&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:x-small;"&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt; to your computer.&lt;br /&gt;&lt;br /&gt;2. Plug in your phone and pull down the Notification bar when the SD notification pops up.&lt;br /&gt;&lt;br /&gt;3. Click on the notification and select Mount.&lt;br /&gt;&lt;br /&gt;4. Open the SD Card fonder on your computer.&lt;br /&gt;&lt;br /&gt;5. Copy the Custom ROM from your computer to your SD Card, do NOT change it, extract the files or put it in any folders&lt;br /&gt;&lt;br /&gt;6. Unplug your phone and turn it off.&lt;br /&gt;&lt;br /&gt;7. Turn the phone on by holding down Home and Power till you get to the custom recovery screen.&lt;br /&gt;&lt;br /&gt;8. Select Wipe from the menu, then select:&lt;br /&gt;&lt;br /&gt;Wipe data/factory Reset&lt;br /&gt;Wipe Dalvik-cache&lt;br /&gt;Wipe SD:ext partition&lt;br /&gt;Wipe battery stats&lt;br /&gt;Wipe rotate settings&lt;br /&gt;Press back button&lt;br /&gt;Select Flash Zip from SD Card&lt;br /&gt;Select the file&lt;br /&gt;Click Confirm&lt;br /&gt;&lt;br /&gt;N.B. Ignore any "errors", they are normal and usually mean you're not using that feature.&lt;br /&gt;&lt;br /&gt;9. Once it is done, select Reboot and you will boot into the OS. Once you are loaded in make sure you format your SD card once more through the settings menu and then reboot the phone one last time. This will ensure you get the correct apps.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Fifth (and finally): I Updated the Radio Driver&lt;/b&gt;&lt;/div&gt;&lt;div&gt;I followed the instructions '&lt;i&gt;III. Updating your Radio&lt;/i&gt;' from &lt;a href="http://forum.xda-developers.com/showthread.php?t=645253"&gt;here&lt;/a&gt; (ibid). I installed the latest driver available at the time, versi&lt;span&gt;&lt;span&gt;on: 63.18.55.06PU_6.35.15.14.&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  color: rgb(0, 0, 128); line-height: 13px; font-family:'Trebuchet MS', Arial, sans-serif;font-size:13px;"&gt;&lt;a href="http://www.villainrom.co.uk/radio/Radio_Signed_HERO_63.18.55.06PU_6.35.15.14.zip" target="_blank" id="link_8" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; text-decoration: none; color: rgb(179, 84, 0); background-position: initial initial; background-repeat: initial initial; "&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 13px; "&gt;&lt;span style="line-height: 16px; "&gt;&lt;u style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; "&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;III. Updating your Radio&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; "&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;N.B. People have been reporting problems with this part of the guide, try it at your own risk. It is not required to be on the latest radio when using a Custom ROM, however it is usually recommended! The radio deals with your signal levels, I found it to increase my signal from a maximum of 2 bars to full. It is likely to help if you travel, but if you are happy with your signal and tend to stay in the same place it may not be worth it.&lt;br /&gt;&lt;br /&gt;Be aware that if this doesn't work it can potentially brick you phone... though I've had no reports of that so far. Just people finding it doing different things after it flashes.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;br /&gt;&lt;br /&gt;1. Download the latest radio from the following site:&lt;br /&gt;At time of writing that is: &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.villainrom.co.uk/radio/Radio_Signed_HERO_63.18.55.06PU_6.35.15.14.zip" target="_blank" id="link_8" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; text-decoration: none; "&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;63.18.55.06PU_6.35.15.14&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; "&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;N.B. Radio's are not region specific!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span"  style="color:#663300;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;br /&gt;&lt;br /&gt;2. Mount your SD Card so your computer can read it and place the downloaded file in the main directory&lt;br /&gt;&lt;br /&gt;3. Turn off your phone and boot into the recovery screen (holding Home + Power)&lt;br /&gt;&lt;br /&gt;4. Choose:&lt;br /&gt;Flash Zip from SD Card&lt;br /&gt;Click Confirm&lt;br /&gt;Reboot system now when prompted&lt;br /&gt;&lt;br /&gt;N.B. This can take anywhere between 1 - 10 minutes or maybe even longer in some cases. Do not touch your phone until you either: get back to the recovery screen or your custom rom loads and you see the unlock screen.&lt;br /&gt;&lt;br /&gt;DO NOT PULL THE BATTERY OUT, THIS WILL BRICK YOUR HANDSET.&lt;br /&gt;&lt;br /&gt;5. When this process has completed reboot the phone and you should have the new radio. This can be checked in Settings &gt; About Phone &gt; Software Information &gt; Baseband Version&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;The phone is working great with all the new feature that Android 2.1 provide - sweet.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-5322269673398300328?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/5322269673398300328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/07/root-and-install-cooked-android-21-rom.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/5322269673398300328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/5322269673398300328'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/07/root-and-install-cooked-android-21-rom.html' title='Root and Install Cooked Android 2.1 ROM on T-Mobile Branded HTC Hero Used on the 3 Network'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-4339675132288138448</id><published>2010-06-20T18:24:00.000-07:00</published><updated>2010-07-21T14:29:47.329-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Android'/><title type='text'>How to play live mp3 streams on the Android platform?: Answer, Nagare</title><content type='html'>How to play live mp3 streams on the Android platform.Install and use &lt;a href="http://www.androlib.com/android.application.com-giantrabbit-nagare-wEt.aspx"&gt;Nagare&lt;/a&gt; Version 0.1.1 for free from the market place - plays live mp3 audio streams from shoutcast and icecast servers.I had trouble playing &lt;a href="http://www.cinemix.us/" title="Cinemix"&gt;Cinemix&lt;/a&gt; streamed mp3 radio - the Nagare free application worked great.My hardware platform: HTC Hero, running Android 1.5.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-4339675132288138448?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/4339675132288138448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2010/06/how-to-play-live-mp3-streams-on-android.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/4339675132288138448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/4339675132288138448'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2010/06/how-to-play-live-mp3-streams-on-android.html' title='How to play live mp3 streams on the Android platform?: Answer, Nagare'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-5440433951398590041</id><published>2009-09-22T19:27:00.000-07:00</published><updated>2010-07-21T14:29:47.320-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Uncategorised'/><title type='text'>Acer Aspire One Update BIOS Using Linux</title><content type='html'>How I updated my Acer Aspire One netbook&lt;a href="http://global-download.acer.com/GDFiles%5CBIOS/BIOS/BIOS_Acer_3310_A_AOA110%20&amp;amp;%20AOA150.zip?acerid=633850493862245097&amp;amp;Step1=Netbook&amp;amp;Step2=Aspire%20One&amp;amp;Step3=AOA110&amp;amp;OS=X01&amp;amp;LC=en&amp;amp;SC=PA_7" title="BIOS Update"&gt;&lt;/a&gt; BIOS using Linux/Ubuntu 9.04.&lt;br/&gt;&lt;br/&gt;Following these instructions could render your netbook unusable! Follow at your own risk.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Quick Summary (detailed instructions below) &lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;1) Use Unetbootin to create a FreeDOS bootable USB stick.&lt;br/&gt;2) copy the downloaded BIOS update and BAT script on to the stick (unzip the BIOS download, and then go to the sub folder BIOS_ACER_3310_Windows_AOA110 &amp;amp; AOA150/Dos_Flash, and copy the files 3310.BAT, 3310.fd and FLASHIT.EXE to the USB stick).&lt;br/&gt;3) Boot the Aspire One from the USB stick - choose "Default" and then "Safe Mode".&lt;br/&gt;4) At the Dos prompt go to the b: drive (i.e. type "b:", without quotes, and hit enter)  and run the  the 3310.BAT script (i.e. type 3319.BAT, without the quotes, and hit enter) - job done!&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Required Downloads&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;IMPORTANT&lt;/strong&gt;: Download the correct BIOS update for your model from the &lt;a href="http://www.acer.co.uk" title="Acer"&gt;Acer website&lt;/a&gt;&lt;br/&gt;Service and Support &amp;gt; Driver Download &amp;gt; Netbooks &amp;gt; Aspire One &amp;gt; Model - Then the BIOS tab&lt;br/&gt;&lt;br/&gt;Download Unetbootin for Linux: &lt;a href="http://sourceforge.net/projects/unetbootin/files/UNetbootin/372/unetbootin-linux-372/download" title="Unetbootin"&gt; http://sourceforge.net/projects/unetbootin/files/UNetbootin/372/unetbootin-linux-372/download&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Download FreeDOS image ISO: &lt;a href="http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/fdbasecd.iso" title="FreeDOS"&gt;http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/fdbasecd.iso &lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Detailed Instructions&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Download the FreeDOS iso file to your desktop, from the link above. We'll come back to this in a moment.&lt;br/&gt;&lt;br/&gt;Unetbootin is a great tool for creating bootable USB sticks, we're going to use it to create a FreeDOS bootable USB stick. Download the Linux version (from the link above) on to your destop. Right click on the downloaded Unetbootin file, go to Properties &amp;gt; Permissions and check the "Allow executing file as program" check box. Close the properties window. Double click on the Unetbootin (you should be asked for your password), and Unetbootin should start up.&lt;br/&gt;&lt;br/&gt;In  Unetbootin there are a number options - choose "Diskimage", next to the ISO drop down box. Next to the the Text Input bo, there is a "browse for file" button, click this and select the earlier downloaded FreeDOS iso file. Select the correct USB drive, and click "OK".&lt;br/&gt;&lt;br/&gt;Once the bootable FreeDOS  USB stick has been created, copy the downloaded BIOS update and BAT script on to the stick. To do this, unzip the BIOS download, and then go to the sub folder BIOS_ACER_3310_Windows_AOA110 &amp;amp; AOA150/Dos_Flash, and copy the files &lt;strong&gt;3310.BAT&lt;/strong&gt;, &lt;strong&gt;3310.fd&lt;/strong&gt; and &lt;strong&gt;FLASHIT.EXE&lt;/strong&gt; to the USB stick.&lt;br/&gt;&lt;br/&gt;Once the USB stick in ready, insert it into one of the USB ports on the Aspire One. Turn on the Aspire One and press the f12 key. Choose to boot from the USB stick. Once booted, hit enter and then select "Safe Mode".  At the FreeDOS prompt (a:) go to the b: drive (i.e. type "b:", without quotes, and hit enter)  and run the  the 3310.BAT script (i.e. type 3319.BAT, without the quotes, and hit enter).&lt;br/&gt;&lt;br/&gt;Wait for the BIOS to update - do not interrupt this process.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://global-download.acer.com/GDFiles%5CBIOS/BIOS/BIOS_Acer_3310_A_AOA110%20&amp;amp;%20AOA150.zip?acerid=633850493862245097&amp;amp;Step1=Netbook&amp;amp;Step2=Aspire%20One&amp;amp;Step3=AOA110&amp;amp;OS=X01&amp;amp;LC=en&amp;amp;SC=PA_7" title="BIOS Update"&gt;My Acer Aspire One (AOA110-Ab, Model No: ZG5) BIOS&lt;/a&gt;&lt;br/&gt;Latest BIOS Version at time of writting: 3310 (size 2.7 MB)&lt;br/&gt;Release date: 2009/08/05&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-5440433951398590041?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/5440433951398590041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2009/09/acer-aspire-one-update-bios-using-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/5440433951398590041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/5440433951398590041'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2009/09/acer-aspire-one-update-bios-using-linux.html' title='Acer Aspire One Update BIOS Using Linux'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-1959537691364693124</id><published>2009-02-23T18:43:00.000-08:00</published><updated>2010-07-21T14:29:47.310-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Uncategorised'/><title type='text'>Fix Network Printing Problem with Synology DS207+ and HP1018 Printer</title><content type='html'>The HP LaserJet 1018 printer would not print via the Synology DS207+ as a network printer if the printer had been turned off and on again. I found that I had to connect the printer directly to a computer running Windows (in this case Windows XP) as a USB printer,  and print something, and then reconnect the printer to the DS207+ before my Ubuntu computer computers could use the HP1018 as a network printer. It looks like this is because the printer needs firmware "uploaded" each time it is turned on and this happens via the Windows printing process. After some hunting about (and this post maybe premature as I have only just "fixed" the problem) it looks like the solution is to update the Synology so that each time the printer is plugged it uploads the firmware. Here I will outline the step that I followed to accomplish this so that the printer should always work as a network printer for computers running the GNU/Linux/Ubuntu operating system. Briefly the steps are, gaining telnet access to the DS207+, downloading and copying 2 files to the DS207+. Most of the information I found at this forum post... &lt;a href="http://www.synology.at/enu/forum/viewtopic.php?f=18&amp;amp;t=12718&amp;amp;sid=133792242a5c43c98348c4961947d545#p54476"&gt;http://www.synology.at/enu/forum/viewtopic.php?f=18&amp;amp;t=12718&amp;amp;sid=133792242a5c43c98348c4961947d545#p54476&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Telnet access&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Get the telnet patch from here &lt;a href="http://download.synology.com/download/telnet/EnableTelnet.zip"&gt;http://download.synology.com/download/telnet/EnableTelnet.zip&lt;/a&gt; and follow the sysnology instructions for installing the patch&lt;a href="http://www.synology.com/enu/support/releaseNote/telnet.php"&gt; http://www.synology.com/enu/support/releaseNote/telnet.php&lt;/a&gt; Basically through theDS207+ management HTML interface, go to firmware and select the newly downloaded and unzipped patch file, and then wait for the DS207+ to restart.&lt;br/&gt;&lt;br/&gt;To access the DS207+ via telnet, open up a terminal in Ubuntu - Applications&amp;gt;Accessories&amp;gt;Terminal and type&lt;br/&gt;&lt;br/&gt;&lt;em&gt;telnet&lt;/em&gt; [IP address of the DS207+]&lt;br/&gt;(In my case this was 192.168.2.2)&lt;br/&gt;&lt;br/&gt;Then type the user name&lt;br/&gt;&lt;br/&gt;&lt;em&gt;root&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;and the admin password used for accessing the management interface.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Downloading and copying the files across to the DS207+ &lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Ok... so far so good, we have a telnet session going on the DS207+&lt;br/&gt;&lt;br/&gt;Now, download the 2 files needed from here&lt;br/&gt;&lt;br/&gt;&lt;a href="http://cid-94d5e7d028973aa5.skydrive.live.com/self.aspx/Public/usb.agent"&gt;http://cid-94d5e7d028973aa5.skydrive.live.com/self.aspx/Public/usb.agent&lt;/a&gt;&lt;br/&gt;&lt;a href="http://cid-94d5e7d028973aa5.skydrive.live.com/self.aspx/Public/sihp1018.dl"&gt;http://cid-94d5e7d028973aa5.skydrive.live.com/self.aspx/Public/sihp1018.dl&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;I then copied these via samba/the network/Nautilus, to a shared folder I had set-up on the DS207+ called &lt;em&gt;shared&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;Then, back to the terminal and time to copy the files from their shared location on the DS207+ to the location that they need to be on the DS207, i.e. copying the files from where I dropped them across the network into the correct place on the DS207+ operating system.&lt;br/&gt;&lt;br/&gt;So I needed to get root access on the DS207+, first of back in the terminal windows type...&lt;br/&gt;&lt;br/&gt;&lt;em&gt;su&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;then...&lt;br/&gt;&lt;br/&gt;&lt;em&gt;ls &lt;/em&gt;&lt;br/&gt;&lt;br/&gt;to list all the folder. Then...&lt;br/&gt;&lt;br/&gt;&lt;em&gt;cd  volume1/shared&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;Then&lt;br/&gt;&lt;br/&gt;&lt;em&gt;ls&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;again to make sure the files I copied there, are indeed there... they were! To copy the file to where they need to be type...&lt;br/&gt;&lt;br/&gt;&lt;em&gt;cp usb.agent /usr/syno/hotplug/&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;and then...&lt;br/&gt;&lt;br/&gt;&lt;em&gt;cp sihp1018.dl /usr/syno/hotplug/firmware/&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;Now reboot the DS207+ and the printer should always work with Ubuntu as a network printer.&lt;br/&gt;&lt;br/&gt;Who was it that said something like... "I'm sorry I have written you such a long note but I don't have time to write a short one"!!! This is just to help me remember what I have done and what resources I have used, so if you are reading this I'm, sorry if it does not makes sense...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-1959537691364693124?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/1959537691364693124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2009/02/fix-network-printing-problem-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1959537691364693124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1959537691364693124'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2009/02/fix-network-printing-problem-with.html' title='Fix Network Printing Problem with Synology DS207+ and HP1018 Printer'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-1356122405913333977</id><published>2008-09-23T21:17:00.000-07:00</published><updated>2010-07-21T14:29:47.301-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Uncategorised'/><title type='text'>How to Install a Larger Hard Drive to a Softmodded Xbox With Ubuntu</title><content type='html'>&lt;strong&gt;Xbox details&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Xbox from Ebay that has already been soft modded with Xbox Unleased dash board and XBMC as an application.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Installing a larger (300gb) hard drive&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;1) Get the Eeprom.bin file.&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;First download a copy of ConfigMagic Xbox v1-6 FINAL&lt;br/&gt;&lt;br/&gt;http://btjunkie.org/torrent/ConfigMagic-Xbox-v1-6-FINAL/4324cfc48c7fb23b4043bea4e68b20b01f74b156b581&lt;br/&gt;&lt;br/&gt;Double click on the ConfigMagic-Xbox_v1.6-FINAL.rar file and unpack to the desktop.&lt;br/&gt;&lt;br/&gt;Using FileZill, FTP the ConfigMagic folder to the Xbox e:/apps folder.&lt;br/&gt;&lt;br/&gt;Reboot the Xbox and go to Applications&amp;gt;ConfigMagic - go to the main menu and select the option to backup the Eeprom.&lt;br/&gt;&lt;br/&gt;FTP back in to the Xbox and find the Eeprom.bin backup file in E: (NOTE: to see the file in FileZilla, may need to go to "server" from the option at the top of the screen, and then select "force show hidden files")&lt;br/&gt;&lt;br/&gt;&lt;strong&gt; 2) Creating the xboxhdm boot disk, and then unlocking the xbox hard drive, cloning the xbox hard drive to the new (larger) hard drive and then locking both hard drives&lt;/strong&gt; - follow this tutorial: http://forums.xbox-scene.com/index.php?s=&amp;amp;showtopic=650510&amp;amp;view=findpost&amp;amp;p=4275830&lt;br/&gt;&lt;br/&gt;&lt;strong&gt; Download xboxhdm&lt;/strong&gt; from one of the torrent tracker sites, for example Pirate Bay&lt;br/&gt;&lt;br/&gt;To create the boot disk in Ubuntu use the "make-iso-lin.sh" instead of the "make-iso-win.bat" script. I.e. open terminal and the navagate to the xboxhdm folder cd /home/[user-name]/Desktop/xboxhdm and then type the command ./make-iso-lin.sh and hit enter.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt; 3)Locking the hard drives&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;NOTE: remember to lock them both. i.e. follow the tutorial to the end and this will lock the xbox hard drive. Then unplug the xbox hard drive from the IDE cable, set the jumpers on the new hard drive to "master", then boot up from the boot disk again and follow the same locking process.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;4) Formatting the new hard drive&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Finally, plug the new hard drive in to the Xbox and go the the Unleashed "format" menu (password "Xbox" - case sensetive) and format all deives, F, G, X, Y, Z)&lt;br/&gt;&lt;br/&gt;Done&lt;br/&gt;&lt;br/&gt;To set XBMC as the default dash use this http://forums.xbox-scene.com/index.php?showtopic=220144 remeber to download and unpack XBMC to get the shortcuts from _tools.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-1356122405913333977?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/1356122405913333977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2008/09/how-to-install-larger-hard-drive-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1356122405913333977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1356122405913333977'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2008/09/how-to-install-larger-hard-drive-to.html' title='How to Install a Larger Hard Drive to a Softmodded Xbox With Ubuntu'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-1017800969389683829</id><published>2008-05-15T15:25:00.000-07:00</published><updated>2010-07-21T14:29:47.292-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Network'/><title type='text'>Settings for Manually Mapping Synology DS207+ Shared Folder from the
Neuros OSD</title><content type='html'>(&lt;a href="http://www.neurostechnology.com/"&gt;OSD&lt;/a&gt; using the new &lt;a href="http://wiki.neurostechnology.com/index.php/Arizona#Transition_to_.22Arizona.22"&gt;Arizona&lt;/a&gt; software platform)&lt;br/&gt;Both the &lt;a href="http://www.synology.com/enu/products/DS207+/index.php"&gt;Synology DS207+&lt;/a&gt; and the Neuros OSD use &lt;a href="http://www.opensource.org/"&gt;open source&lt;/a&gt; software.&lt;br/&gt;&lt;br/&gt;From the OSD's main menu Play.Browse&amp;gt;Network Shares&amp;gt;Map Network Share Manually&amp;gt;&lt;br/&gt;&lt;br/&gt;Connection Type = Windows&lt;br/&gt;Server Address = [DS207+ LAN IP address], example: 192.168.2.20&lt;br/&gt;Share Location = [folder name], example: share-ds207&lt;br/&gt;Share Name = [folder name], example: share-ds207&lt;br/&gt;&lt;br/&gt;Accept&lt;br/&gt;&lt;br/&gt;Input user details (check user privileges using the DS207+ admin pages)&lt;br/&gt;&lt;br/&gt;Done&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-1017800969389683829?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/1017800969389683829/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2008/05/settings-for-manually-mapping-synology.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1017800969389683829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1017800969389683829'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2008/05/settings-for-manually-mapping-synology.html' title='Settings for Manually Mapping Synology DS207+ Shared Folder from the&#xA;Neuros OSD'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-6786525073327612311</id><published>2008-04-27T11:28:00.000-07:00</published><updated>2010-07-21T14:29:47.284-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Asus Eee PC'/><title type='text'>Stop My Asus Eee PC Going Into Standby Mode When the Lid is Closed</title><content type='html'>I'm sitting on the train happily surfing the web on my &lt;a href="http://www.youtube.com/watch?v=fmH05vIN8N0"&gt;Asus Eee PC&lt;/a&gt; using the now &lt;a href="http://www.nationalexpresseastcoast.com/en/Onboard-Our-Trains1/In-your-carriage/WiFi---Internet-Facilities/"&gt;free WiFi Internet, available  since National Express&lt;/a&gt; took over from GNER a few months ago (available on the UK east cost service anyway!). I use my Eee PC as an MP3/OGG player. I decided I wanted to stop surfing the web, and read a book instead (a momentous decision), this meant closing the lid of the Eee and leaning my book on top of it for maximum comfort. However, this reminded me that when you close the lid, the Eee automatically goes in to standby mode - very annoying if you want to carry on listening to music!&lt;br/&gt;&lt;br/&gt;So, since I'm on the train and have nothing else to do, I thought I would investigate how to stop it going in to standby mode when you close the lid, and instead do nothing except turn the screen off.&lt;br/&gt;&lt;br/&gt;It took a few mins to find out how to do it...&lt;br/&gt;&lt;br/&gt;First, open a terminal. In easy mode (default Linux setup) simply &lt;strong&gt;press the CTRL, ALT and T keys&lt;/strong&gt; on your keyboard all at the same time.  The default terminal program in Easy mode is named lxterm.&lt;br/&gt;(Info from: &lt;a href="http://wiki.eeeuser.com/howto:openaterminal"&gt;http://wiki.eeeuser.com/howto:openaterminal&lt;/a&gt;)&lt;br/&gt;&lt;br/&gt;Then, in the console type&lt;br/&gt;&lt;br/&gt;&lt;strong&gt; sudo kwrite /etc/acpi/lidbtn.sh&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;You should see&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;#!/bin/sh&lt;br/&gt;LID_STATE=`cat /proc/acpi/button/lid/LID/state | awk '{print $2 }'`if [ $LID_STATE = "closed" ] ; then&lt;br/&gt;/etc/acpi/suspend2ram.sh&lt;br/&gt;fi&lt;br/&gt;exit 0&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Replace with the code below and save the file.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;#!/bin/sh&lt;br/&gt;LID_STATE=`cat /proc/acpi/button/lid/LID/state | awk '{print $2 }'&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;if[$LID_STATE = "closed"]; then&lt;br/&gt;#       /etc/acpi/suspend2ram.sh&lt;br/&gt;su user -c "DISPLAY=:0 xset dpms force suspend"&lt;br/&gt;elif[$LID_STATE = "open"];then&lt;br/&gt;su user -c "DISPLAY=:0 xset dpms force on"&lt;br/&gt;fi&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Close the lid to test. That's it.,&lt;br/&gt;(Info from: &lt;a href="http://wiki.eeeuser.com/close_lid_shutdown"&gt;http://wiki.eeeuser.com/close_lid_shutdown&lt;/a&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-6786525073327612311?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/6786525073327612311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2008/04/stop-my-asus-eee-pc-going-into-standby.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/6786525073327612311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/6786525073327612311'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2008/04/stop-my-asus-eee-pc-going-into-standby.html' title='Stop My Asus Eee PC Going Into Standby Mode When the Lid is Closed'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-8960395518040261615</id><published>2008-01-03T19:00:00.000-08:00</published><updated>2010-07-21T14:29:47.274-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Uncategorised'/><title type='text'>Network Printing Ubuntu and Synology DS-207+ Disk Station</title><content type='html'>Setting up a client computer (i.e. laptop or desktop) running Ubuntu Gusty to print over the home network with a Synology DS-207+ Disk Station as the print server.&lt;br/&gt;&lt;br/&gt;There is also a &lt;a href="http://www.youtube.com/watch?v=j2-sbTD5ZF0" target="_blank"&gt;very rough video version&lt;/a&gt; (my first ever video tutorial!) of this How To.&lt;br/&gt;&lt;br/&gt;This part of the How To assumes that the network printer is pluged in to the DS-207+ and that the DS-207+'s IP address and Samba user name and password are know, and that the network is setup and ready to go. If this is not the case please see the sections below and the Synology DS-207+ setup CD and manual.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt; Setting up a Network Printer on a Client Computer Running the GNU/Linux Ubuntu Gutsy Operating System&lt;br/&gt;&lt;/strong&gt;- Open up the "Print Configuration" window - System&amp;gt;Administration&amp;gt;Printing&lt;br/&gt;&lt;br/&gt;&lt;a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing11.png" title="Open Print Configuration Window"&gt;&lt;img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing11.png" alt="Open Print Configuration Window" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;- Click "New Printer".&lt;br/&gt;&lt;br/&gt;&lt;a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing2.png" title="Select Samba Printer"&gt;&lt;img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing2.png" alt="Select Samba Printer" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;- In the add printer dialog window select "Windows Printer via SAMBA" and then in the "Samba Printer" input box type the IP address and printer designation (this is hard set by the DS-207+ and cannot be changed - "/usbprinter") of the DS-207+ (i.e. 192.168.2.20/usbprinter).&lt;br/&gt;- Click "Authentication required" and add the user name and password and click "Verify".&lt;br/&gt;&lt;br/&gt;&lt;a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing3.png" title="Check Printer is Available"&gt;&lt;img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing3.png" alt="Check Printer is Available" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;- Once the printer has been verified as being available click forward.&lt;br/&gt;- On the next screen, select the printers manufacturer from the list and click forward.&lt;br/&gt;- On the next screen, select the printer model from the list and click forward.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing4.png" title="Choose Printer Name"&gt;&lt;img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing4.png" alt="Choose Printer Name" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;- Choose a name for to identify the network printer by.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing5.png" title="Print a Test Page"&gt;&lt;img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/network-printing5.png" alt="Print a Test Page" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;- Select the newly installed printer from the list on the left and click the "Print Test Page" button.&lt;br/&gt;&lt;br/&gt;All being well the printer is installed correctly and will print a test page.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Get the Home Network DHCP Allocated IP Address of the DS-207+&lt;/strong&gt;&lt;br/&gt;- To login the network router open up Firefox and type the IP address 192.168.2.1 (the default IP Address for this particular Belkin router) into the address bar and then hit "Enter".&lt;br/&gt;- Login to the router administrations pages using the admin user name and password.&lt;br/&gt;- Click the option "DHCP  Client List" in the left hand menu.&lt;br/&gt;- The DS-207+ host name will be "null" and the IP address is indicated to the left.&lt;br/&gt;NOTE: I have "hard set" the DS-207+'s IP address so itis  outside the DHCP allocated addresses (it is 192.168.2.20) and will not change if the router is restarted. This is because the client computers have to know the correct IP address for the DS-207+ in order access the network printer. To hard set the IP address see the instructions below.&lt;br/&gt;&lt;a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/router.png" title="Get DS-207+ IP DHCP Address from the Network Router"&gt;&lt;img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/router.png" alt="Get DS-207+ IP DHCP Address from the Network Router" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;br/&gt;Login to the DS-207+&lt;br/&gt;&lt;/strong&gt;- - To login the DS-207+ open up Firefox and type the IP the address 192.168.2.20 (this is the IP Address I have hard set the DS-207+ t0) into the address bar and then hit "Enter". Otherwise find the IP address of the DS-207+ as allocated by the routers DHCP server - see instructions above.&lt;br/&gt;- Login to the DS-207+ administration pages using the admin user name and password.&lt;br/&gt;&lt;strong&gt;&lt;br/&gt;"Hard Set" the DS-207+ Home Network IP Address&lt;br/&gt;&lt;/strong&gt;- To "hard set" the DS-207+ IP address login to its administration pages as above and then click the "System" option in the left hand menu.&lt;br/&gt;-  Input the IP address that you want making sure it is within the home networks range i.e. 192.168.2.2 - 192.168.2.xxx.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/ds207-ip.png" title="Hard Set the DS-207+ IP Address"&gt;&lt;img src="http://chunkmedia.co.uk/__oneclick_uploads/2008/01/ds207-ip.png" alt="Hard Set the DS-207+ IP Address" /&gt;&lt;br/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Create a New Samba User&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Check Pinter is Attached to the DS-207+ &lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-8960395518040261615?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/8960395518040261615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2008/01/network-printing-ubuntu-and-synology-ds.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/8960395518040261615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/8960395518040261615'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2008/01/network-printing-ubuntu-and-synology-ds.html' title='Network Printing Ubuntu and Synology DS-207+ Disk Station'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-8356600073652891221</id><published>2008-01-02T03:58:00.000-08:00</published><updated>2010-07-21T14:29:47.265-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Printing'/><title type='text'>Getting an HP LaserJet 1018 Printer Woirking With Gutsy 7.10</title><content type='html'>The HP LaserJet 1018 printer stopped working for some reason, although it had worked out-of-the-box. &lt;a href="http://ubuntuforums.org/showthread.php?t=584255&amp;amp;highlight=1018" target="_blank"&gt;This thread&lt;/a&gt; on the Ubuntu forums sorted things tho, specifically using the code below.&lt;br/&gt;&lt;br/&gt;&lt;code&gt;$ wget http://foo2zjs.rkkda.com/firmware/sihp1018.tar.gz&lt;br/&gt;$ tar xvzf sihp1018.tar.gz&lt;br/&gt;$ arm2hpdl sihp1018.img  &amp;gt; sihp1018.dl&lt;br/&gt;$ sudo cp ./sihp1018.dl /usr/share/foo2zjs/firmware/sihp1018.dl&lt;br/&gt;$ sudo  cat /usr/share/foo2zjs/firmware/sihp1018.dl &amp;gt;  /dev/usb/lp0&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-8356600073652891221?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/8356600073652891221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2008/01/getting-hp-laserjet-1018-printer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/8356600073652891221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/8356600073652891221'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2008/01/getting-hp-laserjet-1018-printer.html' title='Getting an HP LaserJet 1018 Printer Woirking With Gutsy 7.10'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-1976778460813210800</id><published>2008-01-01T20:48:00.000-08:00</published><updated>2010-07-21T14:29:47.256-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSD/Encoding'/><title type='text'>Re-Encoding AVI Using Mencoder</title><content type='html'>I had a home movie file that was not playing well on the Neuros OSD so I checked out how to re-encode it. Specifically I followed &lt;a href="http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide#XviD" target="_blank"&gt;these instructions&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;code&gt;mencoder &lt;strong&gt;original-movie.avi&lt;/strong&gt; -oac mp3lame -ovc xvid -xvidencopts pass=2:bitrate=800 -o &lt;strong&gt;new-version-of-movie.avi&lt;/strong&gt;&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;Once re-encoded the movie worked perfectly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-1976778460813210800?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/1976778460813210800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2008/01/re-encoding-avi-using-mencoder.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1976778460813210800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/1976778460813210800'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2008/01/re-encoding-avi-using-mencoder.html' title='Re-Encoding AVI Using Mencoder'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-8895706770095558458</id><published>2007-12-17T17:42:00.000-08:00</published><updated>2010-07-21T14:29:47.248-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSD/Encoding'/><title type='text'>Neuros OSD Media Player - Auto Mount Network Shares</title><content type='html'>Neuros OSD: &lt;a href="http://www.neurostechnology.com/" target="_blank"&gt;http://www.neurostechnology.com/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;IMPORTANT: Remember to turn off the firewall on the computer with the shares!&lt;br/&gt;&lt;/strong&gt;(Use Fire Starter and add a rule to allow the OSD access)&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Setup Samba&lt;/strong&gt;&lt;br/&gt;This was basically to allow basic networking and so the script files created using gedit could be copied on to the OSD.&lt;br/&gt;Create Samba user:&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://linux.byexamples.com/archives/123/creating-samba-user/" target="_blank"&gt;http://linux.byexamples.com/archives/123/creating-samba-user/&lt;/a&gt;&lt;br/&gt;Open terminal and type...&lt;br/&gt;&lt;code&gt;&lt;br/&gt;smbpasswd -a username&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Telnet into the OSD&lt;/strong&gt;&lt;br/&gt;Open terminal and type...&lt;br/&gt;&lt;br/&gt;&lt;code&gt;telnet&lt;/code&gt;&lt;br/&gt;&lt;code&gt;open [IP address]&lt;/code&gt;&lt;br/&gt;User name: &lt;code&gt;root&lt;/code&gt;&lt;br/&gt;Password: &lt;code&gt;pablod&lt;/code&gt;&lt;br/&gt;&lt;code&gt;cd ..&lt;/code&gt;&lt;br/&gt;&lt;code&gt;ls&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Auto Mount Script&lt;/strong&gt;&lt;br/&gt;General instructions: &lt;a href="http://forums.neurostechnology.com/index.php?topic=7918.0" target="_blank"&gt;http://forums.neurostechnology.com/index.php?topic=7918.0&lt;br/&gt;&lt;/a&gt;Specific script I adapted: &lt;a href="http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934" target="_blank"&gt;http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Create the script and rc.user files using gedit and copy them to  /mnt/OSD folder on the OSD&lt;br/&gt;&lt;br/&gt;&lt;code&gt;cp /rc.user /mnt/OSD&lt;/code&gt;&lt;br/&gt;&lt;code&gt;cp /mount_script.sh /mnt/OSD&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;a href="http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934" target="_blank"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-8895706770095558458?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/8895706770095558458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2007/12/neuros-osd-media-player-auto-mount.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/8895706770095558458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/8895706770095558458'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2007/12/neuros-osd-media-player-auto-mount.html' title='Neuros OSD Media Player - Auto Mount Network Shares'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-837153663708485728</id><published>2007-11-15T13:41:00.000-08:00</published><updated>2010-07-21T14:29:47.213-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Network'/><title type='text'>Sharing Files Over A Local Area Network (LAN) - Ubuntu and Windows</title><content type='html'>Straight forward and clear tutorial for getting files sharing between Ubuntu and Windows machines using Samba: &lt;a href="http://ubuntuforums.org/showthread.php?t=202605&amp;amp;highlight=network+sharing" target="_blank"&gt;http://ubuntuforums.org/showthread.php?t=202605&amp;amp;highlight=network+sharing&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;I used this with Ubuntu Gutsy 7.10 and and Vista, and it worked great.&lt;br/&gt;&lt;br/&gt;[Edit] Another good tutorial: &lt;a href="http://www.youtube.com/watch?v=Ad17kma8rNM" target="_blank"&gt;http://www.youtube.com/watch?v=Ad17kma8rNM&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-837153663708485728?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/837153663708485728/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2007/11/sharing-files-over-local-area-network.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/837153663708485728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/837153663708485728'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2007/11/sharing-files-over-local-area-network.html' title='Sharing Files Over A Local Area Network (LAN) - Ubuntu and Windows'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-5725691567031849199</id><published>2007-09-07T09:53:00.000-07:00</published><updated>2010-07-21T14:29:47.204-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Network'/><title type='text'>Network Printing</title><content type='html'>Finally got 2 Ubuntu machines sharing a printer over a wireless network using this tutorial: &lt;a href="http://www.linuxquestions.org/linux/answers/Networking/Setting_Up_a_Network_Printer_using_CUPS" title="Network printing Ubuntu to Ubuntu"&gt;http://www.linuxquestions.org/linux/answers/Networking/Setting_Up_a_Network_Printer_using_CUPS&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;I had to stop the firewall on the server, using Firestarter, while setting the printer up. I also had to creae a new policy to always allow access to the print server (Ubuntu machine) 0n port 631 from the client machine's IP address.&lt;br/&gt;&lt;br/&gt;Once the Ubuntu machine was setup as a server for the printer it took about 5mins to get an Windows XP machine sharing the printer, over the same home network, using this how to: &lt;a href="http://www.owlfish.com/thoughts/winipp-cups-2003-07-20.html" title="Setting up and XP machine to print to an Ubuntu print server." target="_blank"&gt;http://www.owlfish.com/thoughts/winipp-cups-2003-07-20.html&lt;/a&gt;. The only  bits I actually had to use are posted below.&lt;br/&gt;&lt;br/&gt;&lt;em&gt;( Note: my network printer address - http://192.168.2.4:631/printers/LaserJet-1018) &lt;/em&gt;&lt;br/&gt;&lt;br/&gt;------------------------------------&lt;br/&gt;&lt;h4&gt;Hostname lookup&lt;/h4&gt;&lt;br/&gt;Another common step is to ensure that hostname broadcast by CUPS is accessible from the Windows XP machine.  If your CUPS machine is accessible using a name rather than just an IP address then you don't need to do anything for this step.  If the CUPS machine is not accessible via it's hostname then you need to set a mapping between the CUPS hostname and its IP address in the Windows hosts file.  Under WindowsXP the host file is in C:\WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS, in Win2k replace WINDOWS with WINNT.  The format is simple:&lt;br/&gt;&lt;pre&gt;&lt;code&gt;# Example hosts entry&lt;br/&gt;192.168.0.3 rock&lt;br/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br/&gt;Under some CUPS server configurations you will be able to use the IP address instead of the hostname, but often only a hostname will work.&lt;br/&gt;&lt;h3&gt;Postscript Printing&lt;/h3&gt;&lt;br/&gt;To use a printer queue as a Postscript printer requires a Windows XP Postscript printer driver, such as the built-in MS Publisher Imagesetter or this &lt;a href="http://www.adobe.com/support/downloads/product.jsp?product=44&amp;amp;platform=Windows"&gt;freely available one&lt;/a&gt; from Adobe.&lt;br/&gt;&lt;h4&gt;Built-in MS Publisher Imagesetter&lt;/h4&gt;&lt;br/&gt;To use the MS Publisher Imagesetter driver, use "Add Printer" to add a new network printer, select "Connect to a printer on the Internet..." and enter the URL for your printer queue (e.g. http://rock:631/printers/Epson).  When prompted for a driver select a Manufacturer of "Generic" and the Printer "MS Publisher Imagesetter".&lt;br/&gt;&lt;br/&gt;------------------------------------&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-5725691567031849199?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/5725691567031849199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2007/09/network-printing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/5725691567031849199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/5725691567031849199'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2007/09/network-printing.html' title='Network Printing'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-48640870497130064</id><published>2007-04-18T06:11:00.000-07:00</published><updated>2010-07-21T14:29:47.193-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Games'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux Ubuntu'/><title type='text'>Beyond the Red Line</title><content type='html'>I came across a new community developed game today, &lt;a href="http://www.game-warden.com/bsg/"&gt;Beyond the Red Line&lt;/a&gt;, based on the new (rather than original) Battlestar Galactica TV series. This was exciting as there is a Linux (as well as Windows and Apple) version. I did have a problem running the game tho (on my Toshiba A120 running Ubuntu Feisty Fawn beta - fully updated), so I have documented the solution here for future reference.&lt;br/&gt;&lt;br/&gt;Installing the game was easy. &lt;a href="http://www.game-warden.com/forum/showthread.php?t=3502"&gt;Download&lt;/a&gt; the Linux install to the desktop (took about 30mins). Then change the permissions of the file so that it is executable - right click on the file, choose the permissions tab and click the "allow executing file as program" check box, and then click close. Then run the install - double click the install file (BtRLDemoInstaller.run) and click "run". After checking the files integrity the install box pops up, then click through the couple of options. install completed.&lt;br/&gt;&lt;br/&gt;To run the game pop up  Nautilus file manager and navigate to home-directory~/btrl_demo, double click the  btrl_demo file (I might have had to make this executable as well!).  The game starts - excellent. The problem was when I click  on the "Briefing" option the game crashed with the error &lt;strong&gt;[Linux] ERROR: "Could not load ABexp04 anim file" at fireball/fireballs.cpp:697. &lt;/strong&gt;This was solved by checking out the &lt;a href="http://www.game-warden.com/forum/forumdisplay.php?f=36"&gt;BtRL forums&lt;/a&gt;,  and following this &lt;a href="http://www.game-warden.com/forum/showthread.php?s=6e316f051621c9c20208568f408e5c41&amp;t=3696&amp;highlight=fireball%2Ffireballs.cpp%3A697"&gt;thread&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;Download the file &lt;a href="http://homepage.hispeed.ch/rscheidegger/dri_experimental/libtxc_dxtn060508.tar.gz"&gt;libtxc_dxtn060508.tar.gz&lt;/a&gt; (from the bottom of the &lt;a href="http://homepage.hispeed.ch/rscheidegger/dri_experimental/s3tc_index.html"&gt;s3tc&lt;/a&gt; page) on to the desktop. Unpacked it with archive manager - double click it and click extract. Then install libtxc_dxtn -  pop up a terminal using Ubuntu's main menu Applications&gt;Accessories&gt;Terminal and navigate to the libtxc_dxtn dircetory by typing... cd Desktop/libtxc_dxtn ...and then hit the enter key. Then type the two commands below, hitting enter after each command, to install libtxc_dxtn.&lt;br/&gt;make&lt;br/&gt;&lt;br/&gt;make install&lt;br/&gt;&lt;br/&gt;That got things going for me. I still have a problem with &lt;a href="http://www.game-warden.com/forum/showthread.php?t=3639&amp;highlight=sound+problem"&gt;garbled sound&lt;/a&gt;, but I'm working on this!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-48640870497130064?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/48640870497130064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2007/04/beyond-red-line.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/48640870497130064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/48640870497130064'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2007/04/beyond-red-line.html' title='Beyond the Red Line'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5847809465784477524.post-108468624148231269</id><published>2007-02-24T20:25:00.000-08:00</published><updated>2010-07-21T14:29:47.027-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Ubuntu'/><title type='text'>Installing Ubuntu on a Toshiba Satellite Pro A120</title><content type='html'>&lt;meta name="CREATED" content="20070224;23113900" /&gt;&lt;meta name="CHANGEDBY" content="Mike" /&gt;&lt;meta name="CHANGED" content="20070225;2390400" /&gt;UPDATE: I have since run 7.04 and 7.10and Hardy Heron 8.04 (LTS) and all work perfectly out-of-the-box, including the wireless card and Compiz Fusion (or whatever 3D desktop 7.10 ships with). I NO longer use Automatix as most stuff is installed by default or is as easy to install through Synaptic or Apt.&lt;br/&gt;&lt;style type="text/css"&gt; 	&lt;!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--&gt; 	&lt;/style&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;I recently (Jan 2007) bought a Toshiba Satellite Pro A120 (&lt;a href="http://uk.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/jsp/seriesHomepage.do?service=UK&amp;amp;SERIES_ID=118119" target="_blank"&gt;Part Number: PSAC1E-04V00VEN&lt;/a&gt;) and, as I have been using Linux for the last two years and Ubuntu for the past year, the first thing I did was (boot up the system decline the Windows XP license and email Toshiba for a refund) install Ubuntu Edgy 6.10. Here I want to document the process for my own records and for anyone thinking of installing Ubuntu on a Toshiba A120. &lt;em&gt;[EDIT: I had said that the built in wireless card did not work, this was wrong, the card works perfectly - see below]&lt;/em&gt;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Introduction&lt;/strong&gt;&lt;br/&gt;Basically it was a really (really) smooth ride installing Ubuntu, everything worked – &lt;a href="http://www.youtube.com/watch?v=bkHCVgft2AM" target="_blank"&gt;Beryl &lt;/a&gt; 3D desktop even worked with no configuration once the &lt;a href="http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_XGL#Adding_the_Beryl_Project_repositories" target="_blank"&gt;repositories were added&lt;/a&gt;,  and Beryl installed. Even the built in wireless card worked&lt;strong&gt;&lt;a href="http://www.getautomatix.com/" title="Automatix"&gt;&lt;/a&gt;&lt;/strong&gt;.&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Basic Installation&lt;/strong&gt;&lt;br/&gt;I &lt;a href="http://www.ubuntu.com/products/GetUbuntu/download" target="_blank"&gt;downloaded the Ubuntu iso&lt;/a&gt; file and burnt it on to a CD using &lt;a href="http://en.wikipedia.org/wiki/GnomeBaker" target="_blank"&gt;GnomeBaker&lt;/a&gt; on my desktop, which is also running Ubuntu. I then booted up my Toshiba laptop with the Ubuntu CD in the CD Rom, making sure that the CD Rom was set as the primary boot device in the BIOS. At the Ubuntu menu I select the "Live CD/Install" option (at this point the hard drive is not effected) and boot in to the Ubuntu live desktop. On the desktop there is an install icon, click this and the install process will start. I went through the &lt;a href="http://ubuntuvideo.com/tutorial_installing_ubuntu" target="_blank"&gt;few steps&lt;/a&gt;, selecting time zone etc, and then left the laptop to install Ubuntu – this took about 15 mins.&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Useful links&lt;/strong&gt;&lt;br/&gt;&lt;ul&gt;&lt;br/&gt;	&lt;li&gt;&lt;a href="http://www.getgnulinux.org/switch_to_linux/try_and_install/" target="_blank"&gt;Get GNU Linux - Trying out the live CD&lt;/a&gt;&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;&lt;a href="http://ubuntuvideo.com/tutorial_installing_ubuntu" target="_blank"&gt;Video Tutorial – Installing Ubuntu&lt;/a&gt;&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;&lt;a href="http://www.ubuntuforums.org/" target="_blank"&gt;Ubuntu Forums&lt;/a&gt;&lt;/li&gt;&lt;br/&gt;&lt;/ul&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Post Install&lt;/strong&gt;&lt;br/&gt;Ok, the installation was really straight forward, time to &lt;a href="http://www.getautomatix.com/" target="_blank"&gt;install Automatix&lt;/a&gt; and get the wireless network going as well as a few other useful codecs and applications.&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Installing Automatix&lt;/strong&gt;&lt;br/&gt;&lt;a href="http://www.getautomatix.com/" target="_blank"&gt;Installing Automatix&lt;/a&gt; is a simple as going to the website and downloading the install &lt;em&gt;.deb&lt;/em&gt; file. Having downloaded the file double click on it and install Automatix.&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Setting up the wireless network card&lt;/strong&gt;&lt;br/&gt;Once installed, start Automatix from the &lt;em&gt;Applications&amp;gt;System Tools&amp;gt;Automatix&lt;/em&gt; menu option and select the &lt;em&gt;&lt;strong&gt;NDISWrapper&lt;/strong&gt;&lt;/em&gt; from the “Internet” options and click start (you have to be connected to the Internet obviously). Once it is installed, from the main Ubuntu menu bar go to &lt;em&gt;System&amp;gt;Administration&amp;gt;Networking&lt;/em&gt; and setup the wireless network settings.&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;It is also worth installing a bunch of other packages/applications through Automatix, namely Mplayer, GnomeBaker, Google Earth, Multimedia Codecs, AUD-DVD Codecs (to enable watching of DVDs)   Thunderbird (email client), Flash Player, Real Player etc.&lt;/p&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Installing Beryl 3D desktop&lt;/strong&gt;&lt;br/&gt;&lt;a href="http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_XGL#Adding_the_Beryl_Project_repositories" target="_blank"&gt;Add the Beryl repositories&lt;/a&gt; then open &lt;em&gt;System&amp;gt;Administration&amp;gt;Synaptic Package Manager&lt;/em&gt;, search for Beryl, select the packages and click “Apply”. Once Beryl is installed open &lt;em&gt;Applications&amp;gt;Accessories&amp;gt;Terminal&lt;/em&gt; and type beryl, and Beryl should start. Try holding down Ctrl + Alt and pressing the left or right arrow key! To make Beryl start everytime the laptop is started open &lt;em&gt;System&amp;gt;Preferences&amp;gt;Sessions, click the "Startup Programs" tab, click the "Add" button and type "beryl" (lower case with out the quotations) as the "Startup Command", and you are done.&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Games&lt;/strong&gt;&lt;br/&gt;With the good support for the Intel graphics cards I decided to find out what games run natively under Ubuntu, and was welcomely surprised to find quite a few really good ones&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;a href="http://openarena.ws/" target="_blank"&gt;&lt;strong&gt;&lt;br/&gt;Open Arena&lt;/strong&gt;&lt;/a&gt;&lt;br/&gt;I was really please to find that the Quake III engine had been GPL'ed a while back and an open source  project had been busy creating an excellent open source version called Open Arena. Having been a huge fan of the original Quake, it was great to be able to download this and have it just work, very smoothly, even getting straight into an Internet game. To start playing Open Arena, &lt;a href="http://openarena.ws/?files" target="_blank"&gt;download the Linux tar ball&lt;/a&gt;, unpack, and double click the "ioquake3.i386" file (I might have had to right click on the file, choose the “Permissions” tab and click the “allow executable” box) and it should fire up – excellent game.&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;PlaneShift&lt;/strong&gt;&lt;br/&gt;&lt;a href="http://www.planeshift.it/" target="_blank"&gt;PlaneShift&lt;/a&gt; is a open source and free &lt;strong&gt;Massive Multiplayer Online Role-Playing Game &lt;/strong&gt;(MMOGPG) that, although I have not had time to get into it, looks really sweet. Well worth a try.&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Other Games&lt;/strong&gt;&lt;br/&gt;Other games to try are &lt;a href="http://bzflag.org/" target="_blank"&gt;BZFlag&lt;/a&gt; a “free multiplayer multiplatform 3D tank battle game” installable through Synaptic, as well as Globulation 2, LXDoom and Trigger.&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;strong&gt;&lt;br/&gt;Windows Games on Linux&lt;/strong&gt;&lt;br/&gt;To play a good variety of Windows games, for a small price you can purchase &lt;a href="http://www.transgaming.com/index.php?module=ContentExpress&amp;amp;file=index&amp;amp;func=display&amp;amp;ceid=29" target="_blank"&gt;&lt;em&gt;TransGames, Cedega&lt;/em&gt;&lt;/a&gt;. From my limited experience this is an excellent way to get Windows games going on Linux, with lots of titles supported.&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;font color="#000000"&gt;&lt;a href="http://www.linuxgamepublishing.com/" target="_blank"&gt;&lt;strong&gt;&lt;br/&gt;Linux Game Publishing&lt;/strong&gt;&lt;/a&gt; have a range of titles for sale that are worth looking at as well.&lt;/font&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style="margin-bottom: 0in"&gt;&lt;font color="#000000"&gt;&lt;br/&gt;Well, hope this helps someone!&lt;/font&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5847809465784477524-108468624148231269?l=flossnotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flossnotes.blogspot.com/feeds/108468624148231269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://flossnotes.blogspot.com/2007/02/installing-ubuntu-on-toshiba-satellite.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/108468624148231269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5847809465784477524/posts/default/108468624148231269'/><link rel='alternate' type='text/html' href='http://flossnotes.blogspot.com/2007/02/installing-ubuntu-on-toshiba-satellite.html' title='Installing Ubuntu on a Toshiba Satellite Pro A120'/><author><name>Mr Cooked Breakfast</name><uri>http://www.blogger.com/profile/10828309428121406038</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
