<?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-5922479633556415975</id><updated>2011-04-21T14:03:34.012-07:00</updated><category term='N. J. Patel&apos;s Apps'/><category term='HOWTO&apos;s'/><category term='Announcements'/><title type='text'>Gavin's Cutting-Edgy AMD64 debs</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cutting-edgy-amd64.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://cutting-edgy-amd64.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Gavin</name><uri>http://www.blogger.com/profile/18282127628146603264</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp1.blogger.com/_tvv1C9goIjM/SBNxXw05zrI/AAAAAAAAAV4/QzSDv4EXcBU/S220/n519171853_265992_3520.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5922479633556415975.post-3744471861612743368</id><published>2007-05-20T07:55:00.000-07:00</published><updated>2007-05-20T07:58:11.901-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='N. J. Patel&apos;s Apps'/><category scheme='http://www.blogger.com/atom/ns#' term='Announcements'/><title type='text'>A Great Repository</title><content type='html'>Janvitus' Repository (uPure64) has Avant Window Navigator, and it's a repository, so it's better. If you want to have Affinity, however, there's no debian package under AMD64.&lt;br /&gt;&lt;br /&gt;Follow the instructions &lt;a href="http://www.janvitus.netsons.org/repository/"&gt;here&lt;/a&gt; to add to your sources.list. English is below the Italian.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5922479633556415975-3744471861612743368?l=cutting-edgy-amd64.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cutting-edgy-amd64.blogspot.com/feeds/3744471861612743368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5922479633556415975&amp;postID=3744471861612743368' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/3744471861612743368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/3744471861612743368'/><link rel='alternate' type='text/html' href='http://cutting-edgy-amd64.blogspot.com/2007/05/great-repository.html' title='A Great Repository'/><author><name>Gavin</name><uri>http://www.blogger.com/profile/18282127628146603264</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp1.blogger.com/_tvv1C9goIjM/SBNxXw05zrI/AAAAAAAAAV4/QzSDv4EXcBU/S220/n519171853_265992_3520.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5922479633556415975.post-4657786158219454020</id><published>2007-05-04T15:51:00.000-07:00</published><updated>2007-05-04T16:17:43.732-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HOWTO&apos;s'/><title type='text'>Get flash 9 working (very easy) with nspluginwrapper</title><content type='html'>Since the readers of this blog are all AMD64 users (in general), I would like to mention how I got flash to work under AMD64. It's not that hard, but it seems that sometimes the instructions are confusing or hard to find. This is going to be pretty much a blatant copy of what was on the &lt;a href="http://ubuntuforums.org/showthread.php?t=341727&amp;highlight=nspluginwrapper"&gt;Ubuntu Forums post here.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Ok. We need some basic 32-bit libraries available from the Ubuntu repositories. In a terminal:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo apt-get install ia32-libs ia32-libs-gtk linux32 lib32asound2&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Now, if &lt;a href="http://www.janvitus.netsons.org/repository/"&gt;Janvitus' Repository&lt;/a&gt; isn't changed since I write this, type in this:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;wget http://janvitus.interfree.it/ubuntu/2C4C84CC.gpg -O- | sudo apt-key add -&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Now type in:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo gedit /etc/apt/sources.list&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;And in the text editor that opens up add on the bottom:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;deb http://janvitus.interfree.it/ubuntu/ feisty-janvitus main-amd64&lt;br /&gt;deb-src http://janvitus.interfree.it/ubuntu/ feisty-janvitus main-amd64&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Save the file, close it and then type into terminal:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo apt-get update&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Then:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo apt-get install nspluginwrapper gsfonts-x11&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;After everything is installed, download adobe flash player 9 from this website: &lt;a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz"&gt;http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;Now CLOSE ALL OPEN BROWSERS.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Double-click on the downloaded flash player archive and extract it somewhere. Then open up the extracted folder and: &lt;blockquote&gt;move the 2 files “libflashplayer.so” and “flashplayer.xpt” from that folder into the /usr/lib/mozilla/plugins folder (quote from article)&lt;br /&gt;&lt;/blockquote&gt;Now I had problems about permissions when moving, and had to run a command in order to do it:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo mv [and now drag both files into the terminal window, then type this&gt;&gt;] /usr/lib/mozilla/plugins/&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;So it should look something like this:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;gavin@gavin-desktop:~$ sudo mv '/home/gavin/Desktop/install_flash_player_9_linux/libflashplayer.so' '/home/gavin/Desktop/install_flash_player_9_linux/flashplayer.xpt' /usr/lib/mozilla/plugins/&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Of course your username would be replaced with mine. After that is typed in, hit enter.&lt;br /&gt;&lt;br /&gt;Now, finally, we are almost done. Type in:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;You shouldn't receive any error messages if you've done the right things.&lt;br /&gt;&lt;br /&gt;Now open up your Home folder and choose in the view menu &gt; Show hidden files. In the folder .mozilla/plugins/ you should see the file “npwrapper.libflashplayer.so”, created from the previous command.&lt;br /&gt;&lt;br /&gt;Copy it into the folder /usr/lib/mozilla/plugins/ and copy it into the folder /usr/lib/mozilla-firefox/plugins/&lt;br /&gt;&lt;br /&gt;Now try it out by going to &lt;a href="http://www.youtube.com"&gt;Youtube&lt;/a&gt; or a flash-based website. If youtube doesn't work, try closing the browser and reopening it, it might work the second time.&lt;br /&gt;&lt;br /&gt;If something goes wrong, visit the forum post and if you fix it comment on this blog so I can edit my post. Thanks! Good luck.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5922479633556415975-4657786158219454020?l=cutting-edgy-amd64.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cutting-edgy-amd64.blogspot.com/feeds/4657786158219454020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5922479633556415975&amp;postID=4657786158219454020' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/4657786158219454020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/4657786158219454020'/><link rel='alternate' type='text/html' href='http://cutting-edgy-amd64.blogspot.com/2007/05/get-flash-9-working-very-easy-with.html' title='Get flash 9 working (very easy) with nspluginwrapper'/><author><name>Gavin</name><uri>http://www.blogger.com/profile/18282127628146603264</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp1.blogger.com/_tvv1C9goIjM/SBNxXw05zrI/AAAAAAAAAV4/QzSDv4EXcBU/S220/n519171853_265992_3520.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5922479633556415975.post-6344645940016635261</id><published>2007-04-09T14:14:00.000-07:00</published><updated>2007-04-22T16:37:26.734-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Announcements'/><title type='text'>New Web Hosting Service</title><content type='html'>Thanks to a message from &lt;a class="bigusername" href="http://ubuntuforums.org/member.php?u=143403"&gt;jms1989&lt;/a&gt; on Ubuntu forums, I am now using &lt;a href="http://www.uploadingit.com"&gt;UploadingIT.com&lt;/a&gt; which is MUCH better. Now you can just click on the links to download!&lt;br /&gt;&lt;br /&gt;THANK YOU ;)&lt;br /&gt;&lt;br /&gt;I am going to add a counter to the blog so I can see how many people are using this deb... In other news, I am now using feisty so the name will evenually have to change ;)&lt;br /&gt;&lt;br /&gt;ENJOY YOUR LINUX LIVES, EVERYONE!&lt;span class="down" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5922479633556415975-6344645940016635261?l=cutting-edgy-amd64.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cutting-edgy-amd64.blogspot.com/feeds/6344645940016635261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5922479633556415975&amp;postID=6344645940016635261' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/6344645940016635261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/6344645940016635261'/><link rel='alternate' type='text/html' href='http://cutting-edgy-amd64.blogspot.com/2007/04/new-web-hosting-service.html' title='New Web Hosting Service'/><author><name>Gavin</name><uri>http://www.blogger.com/profile/18282127628146603264</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp1.blogger.com/_tvv1C9goIjM/SBNxXw05zrI/AAAAAAAAAV4/QzSDv4EXcBU/S220/n519171853_265992_3520.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5922479633556415975.post-6125740056044704646</id><published>2007-03-17T20:54:00.000-07:00</published><updated>2007-04-22T16:38:17.500-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='N. J. Patel&apos;s Apps'/><title type='text'>affinity-search</title><content type='html'>&lt;p&gt;&lt;a href="http://code.google.com/p/affinity-search"&gt;Project Home Page&lt;/a&gt;&lt;/p&gt; &lt;h4&gt;Description:&lt;/h4&gt; &lt;p&gt;Affinty is a desktop search tool, which hopes to provide a quick way to get at all the different information on your desktop. It achieves this by having various back-ends, but implemented through one standard interface.&lt;/p&gt; &lt;p&gt;My March 17th SVN build:  &lt;a href="http://uploadingit.com/files/21766/affinity_0.1-1_amd64.deb"&gt;affinity-search&lt;/a&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5922479633556415975-6125740056044704646?l=cutting-edgy-amd64.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cutting-edgy-amd64.blogspot.com/feeds/6125740056044704646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5922479633556415975&amp;postID=6125740056044704646' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/6125740056044704646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/6125740056044704646'/><link rel='alternate' type='text/html' href='http://cutting-edgy-amd64.blogspot.com/2007/03/affinity-search.html' title='affinity-search'/><author><name>Gavin</name><uri>http://www.blogger.com/profile/18282127628146603264</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp1.blogger.com/_tvv1C9goIjM/SBNxXw05zrI/AAAAAAAAAV4/QzSDv4EXcBU/S220/n519171853_265992_3520.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5922479633556415975.post-1242123377312602633</id><published>2007-03-17T20:49:00.001-07:00</published><updated>2007-04-22T16:38:17.500-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='N. J. Patel&apos;s Apps'/><title type='text'>avant-window-navigator</title><content type='html'>&lt;p&gt;&lt;a style="border: 0pt none ; background-color: transparent; clear: right; margin-bottom: 1em; float: right; margin-left: 1em;" href="http://avant-window-navigator.googlecode.com/svn/tags/web/text.png" imageanchor="1"&gt;&lt;img src="http://avant-window-navigator.googlecode.com/svn/tags/web/text.png" style="border: 0pt none ;" height="82" width="200" /&gt;&lt;/a&gt;&lt;a href="http://code.google.com/p/avant-window-navigator/"&gt; Project Home Page&lt;/a&gt;&lt;/p&gt;&lt;h4&gt;Description:&lt;/h4&gt;&lt;p&gt;Avant Window Navigator (Awn) is a dock-like bar which sits at the bottom of the screen (in all its composited-goodness) tracking open windows.&lt;/p&gt;&lt;p&gt;My March 17th SVN build: &lt;a href="http://uploadingit.com/files/21766/avant-window-navigator_0.1.1-svn-1_amd64.deb"&gt;avant-window-navigator&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;&lt;br /&gt;&lt;/h3&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5922479633556415975-1242123377312602633?l=cutting-edgy-amd64.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cutting-edgy-amd64.blogspot.com/feeds/1242123377312602633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5922479633556415975&amp;postID=1242123377312602633' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/1242123377312602633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5922479633556415975/posts/default/1242123377312602633'/><link rel='alternate' type='text/html' href='http://cutting-edgy-amd64.blogspot.com/2007/03/avant-window-navigator.html' title='avant-window-navigator'/><author><name>Gavin</name><uri>http://www.blogger.com/profile/18282127628146603264</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp1.blogger.com/_tvv1C9goIjM/SBNxXw05zrI/AAAAAAAAAV4/QzSDv4EXcBU/S220/n519171853_265992_3520.jpg'/></author><thr:total>4</thr:total></entry></feed>
