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

<channel>
	<title>PayTay Peter's Diary</title>
	<atom:link href="http://ptony82.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ptony82.wordpress.com</link>
	<description>My thoughts for all to see</description>
	<lastBuildDate>Tue, 25 Jan 2011 20:36:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ptony82.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>PayTay Peter's Diary</title>
		<link>http://ptony82.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ptony82.wordpress.com/osd.xml" title="PayTay Peter&#039;s Diary" />
	<atom:link rel='hub' href='http://ptony82.wordpress.com/?pushpress=hub'/>
		<item>
		<title>My thoughts on Skype Outage</title>
		<link>http://ptony82.wordpress.com/2010/12/28/my-thoughts-on-skype-outage/</link>
		<comments>http://ptony82.wordpress.com/2010/12/28/my-thoughts-on-skype-outage/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 01:03:34 +0000</pubDate>
		<dc:creator>ptony82</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[skype outage]]></category>

		<guid isPermaLink="false">http://ptony82.wordpress.com/?p=144</guid>
		<description><![CDATA[Recently, there was a Skype outage and people did not know what to make of it. Was it an attack, was it a Skype bug, was it a Windows bug? As of now, most are saying it was a Windows update bug (ain’t that the truth, LOL). Here are some of my thoughts on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=144&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, there was a Skype outage and people did not know what to make of it. Was it an attack, was it a Skype bug, was it a Windows bug? As of now, most are saying it was a Windows update bug (ain’t that the truth, LOL). Here are some of my thoughts on the matter. The Skype network, which has been known to support up to 20 million users online, is very similar to Limewire (more formally the Gnutella network). This is because the Skype developers are the same ones who wrote the famous Kazaa P2P filesharing program. Skype developers realized how easy it was for individuals to share files over the Internet with little infrastructural support and decided to use the same concept to send Voice Over IP streams instead of file streams. Since VoIP communication can happen on very low bandwidth less than 10 KB, as long as you can keep latency to a minimum (under 150 ms) and enough buffering to counteract jitter, then people can have conversations over the Internet directly using their own download/upload bandwidth and resources. So Skype can support millions of people without having to buy a bunch of servers to host services which is a very attractive business model.</p>
<p>One of the main services Skype provides is peer discovery. Peer discovery is the ability to “discover” information about how I can connect to a peer that I am interested in. For example, Alice would like to talk to Bob, but before Alice can talk to Bob, Alice has to “discover” information on how to reach Bob. Because of how the Internet is setup, Bob usually does not have a static endpoint (or IP address), also even if you discover Bob&#8217;s IP address, you may not be able to connect to Bob directly because Bob is behind a NAT (network address translator, most home users call this a wireless router). So as a result, most P2P networks (such as Skype and Gnutella) uses a hybrid model, where you have supernodes and leaf nodes. Supernodes are SUPER, meaning you can connect to them directly because they are not behind NATs or firewalls. NATs/firewalls usually allow outgoing connections while blocking incoming connections, that&#8217;s why you can initiate a connection to a web server, but the web server cannot initiate a connection to you. Back to Alice and Bob, if they are both using their wireless laptops at home, they usually need the help of a supernode to setup their communication channel. When Bob runs Skype, Bob&#8217;s machine automatically connects to a few supernodes, when Alice wants to communicate with Bob, she has to find out which supernodes Bob is connected to through flood-based, random walk, or DHT-based search (this is similar to search for a file you’re interested in, Gnutella uses the first two, EDonkey uses the last one). Once Alice discovers the supernodes that Bob is connected to, she can then send a communication request to Bob through these supernodes and they can initiate a bidirectional VoIP channel (if Bob is not firewalled, Alice can also try to connect to Bob directly through the IP address discovered in the search process). Moral of the story is that the supernodes are important to the Skype network.</p>
<p>It turns out that Skype has about 100,000 supernodes (Gnutella also has a similar amount) to support the millions of users that it has. The beauty of Skype (and P2P in general) is that Skype does not own the supernodes, supernodes are selected out of Skype&#8217;s users. Therefore, Skype does not have to invest millions to support this discovery and communication setup, it utilizes the users&#8217; resources to make it happen. In contrast, GoogleChat also allows for VoIP communication, but it uses its own resources to enable this communication. The Skype outage occurred because a large fraction of the supernodes went offline. As a result, the millions of users started looking for other supernodes to connect to, as a results the current supernodes became overloaded since they can only support a limited number of users (in Gnutella, a supernode can support 30 users, but it&#8217;s probably more for Skype). Basically, there was not enough supernodes for all of the users. Skype&#8217;s solution was to use its own resources to run MEGA-supernodes in order to restore the Skype network. It&#8217;s funny because by running these supernodes, Skype became similar to GoogleChat temporarily losing on some of the savings of running a P2P network. The other issue is that because Skype does not have direct control over the supernodes thus making it harder to diagnose the problem and guard against future attacks. If this was an attack on GoogleChat&#8217;s &#8220;supernode&#8221; servers (called STUN servers), Google would have diagnosed the issue much faster. But it seems for now Skype has to speculate (it seems) the reasons because it does not have direct access to the machines that went offline. Debugging P2P systems is usually harder than traditional systems because you lose your ability to thoroughly monitor the system because the integral part of your system is not safely running in your data center somewhere but out in the wild Internet on users&#8217; machines.</p>
<p>The biggest question in the whole story is, will it happen or can it happen again? Basically, can we still rely on Skype? Of course it can happen again, but it probably won&#8217;t. Just like any system, Skype can be attacked using similar DDOS attacks that have been used recently to take down Wikileaks, Visa, Paypal and so on. The attacker just has to flood the supernodes or even Skype’s MEGA-supernodes to cause the outage. But many people believe that it would require significantly more resources (botnets) to attack Skype because of its distributed nature (that may be true, but I&#8217;m not sure). Overall, although Skype is a P2P system, it&#8217;s increased dependence on a much smaller subset of its network makes it vulnerable. But this is tough problem to solve because many networks have supernodes which naturally form and become targets for attack (the power grid is famous for such weaknesses). One obvious solution I can think of is for Skype to lower the criteria for a node to become a supernode, so instead of 100,000 supernodes, you have 1,000,000 supernodes. But that solution also has its own consequences. In the end, Skype is great (except for its wiretapping features) and I just wish it was free and open-source software.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ptony82.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ptony82.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ptony82.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ptony82.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ptony82.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ptony82.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ptony82.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ptony82.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ptony82.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ptony82.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ptony82.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ptony82.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ptony82.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ptony82.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=144&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ptony82.wordpress.com/2010/12/28/my-thoughts-on-skype-outage/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/916abb4acaef9373989acd6c2b64cc82?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pierre St Juste</media:title>
		</media:content>
	</item>
		<item>
		<title>Haven&#8217;t blogged in a while</title>
		<link>http://ptony82.wordpress.com/2010/12/07/havent-blogged-in-a-while/</link>
		<comments>http://ptony82.wordpress.com/2010/12/07/havent-blogged-in-a-while/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 03:55:14 +0000</pubDate>
		<dc:creator>ptony82</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ptony82.wordpress.com/?p=142</guid>
		<description><![CDATA[Hello again Internetland, It&#8217;s been a while since I blogged I guess that&#8217;s because other most exciting websites such as Facebook, and Twitter have been taking my time. I finally got a phone with Facebook and Twitter on it, and a good enough camera and I&#8217;m excited (courtesy of my brother). I have this big [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=142&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello again Internetland,</p>
<p>It&#8217;s been a while since I blogged I guess that&#8217;s because other most exciting websites such as Facebook, and Twitter have been taking my time. I finally got a phone with Facebook and Twitter on it, and a good enough camera and I&#8217;m excited (courtesy of my brother). I have this big thing against paying a lot of money for a phone so I always set a limit of $50 or less. I am happy to say that I have not broken that limit. Sometime next year I will probably get my first Android phone and I am excited about that as well. I am thinking LG Optimus S because it&#8217;s $49.99 right within my budget. Overall, mobile phones are very exciting these days and I&#8217;m glad I finally get to experience the full glory of smartphone applications. I currently have blackberry 9320. Goodbye.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ptony82.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ptony82.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ptony82.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ptony82.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ptony82.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ptony82.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ptony82.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ptony82.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ptony82.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ptony82.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ptony82.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ptony82.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ptony82.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ptony82.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=142&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ptony82.wordpress.com/2010/12/07/havent-blogged-in-a-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/916abb4acaef9373989acd6c2b64cc82?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pierre St Juste</media:title>
		</media:content>
	</item>
		<item>
		<title>I love python</title>
		<link>http://ptony82.wordpress.com/2010/07/11/i-love-python/</link>
		<comments>http://ptony82.wordpress.com/2010/07/11/i-love-python/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 01:41:54 +0000</pubDate>
		<dc:creator>ptony82</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://ptony82.wordpress.com/?p=128</guid>
		<description><![CDATA[Holy Molly, I have been discovering Python, IPython, Jython, IronPython, Numpy, Scipy over the past few weeks and I have to say that I am now infatuated with both Python and scientific computing (mainly python though, not smart enough yet for scientific computing). So why do I love Python? Well, because of it&#8217;s simplicity, documentation, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=128&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Holy Molly,<br />
I have been discovering Python, IPython, Jython, IronPython, Numpy, Scipy over the past few weeks and I have to say that I am now infatuated with both Python and scientific computing (mainly python though, not smart enough yet for scientific computing). So why do I love Python? Well, because of it&#8217;s simplicity, documentation, and interactive mode. Python uses simple rules (it seems) and it shows that many things are possible with simple abstractions. That&#8217;s it, I&#8217;m not going to go much into it, but check it out for yourself, if you want to program for fun while using a serious language, Python or Jython, or IronPython is the one(s). Enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ptony82.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ptony82.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ptony82.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ptony82.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ptony82.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ptony82.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ptony82.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ptony82.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ptony82.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ptony82.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ptony82.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ptony82.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ptony82.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ptony82.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=128&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ptony82.wordpress.com/2010/07/11/i-love-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/916abb4acaef9373989acd6c2b64cc82?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pierre St Juste</media:title>
		</media:content>
	</item>
		<item>
		<title>Living on the wild side with Debian Sid</title>
		<link>http://ptony82.wordpress.com/2010/02/14/living-on-the-wild-side-with-debian-sid/</link>
		<comments>http://ptony82.wordpress.com/2010/02/14/living-on-the-wild-side-with-debian-sid/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 07:59:34 +0000</pubDate>
		<dc:creator>ptony82</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux debian-sid]]></category>

		<guid isPermaLink="false">http://ptony82.wordpress.com/2010/02/14/living-on-the-wild-side-with-debian-sid/</guid>
		<description><![CDATA[One can say that I&#8217;m a bit obsessed with Linux distributions because I am very particular about which distributions I dedicate my machines to. I&#8217;ve gone from Ubuntu (because they seem to have a failing business model), from Debian stable (because the packages are too old for laptop/desktop use) and more recently (today), I decided [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=123&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One can say that I&#8217;m a bit obsessed with Linux distributions because I am very particular about which distributions I dedicate my machines to. I&#8217;ve gone from Ubuntu (because they seem to have a failing business model), from Debian stable (because the packages are too old for laptop/desktop use) and more recently (today), I decided to leave Fedora because of their patent paranoia. Fedora is nice but RedHat does not want to be sued, so they do not include free software that is covered by software patents meaning they are a lot of free software that you can get by default. So I decided to go hardcore and install Debian Unstable (which is bleeding edge) on both my laptop and desktop. So far so good, since Debian sid is permanent, I will never have to do another stupid distribution upgrade every 6 months. Plus, I will get  a chance to contribute back to the Debian project by reporting bugs. I really like Debian because it&#8217;s packaged by regular people like you and me with no company affiliation. I love the community of volunteers who have real jobs but help package Debian on the weekends and late nights. I like the idea of a global community working together to provide an open operating system outside of the influence of stockholders and so on. Debian unstable does require some bravery, so one should properly vet this option if you are considering it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ptony82.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ptony82.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ptony82.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ptony82.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ptony82.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ptony82.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ptony82.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ptony82.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ptony82.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ptony82.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ptony82.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ptony82.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ptony82.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ptony82.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=123&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ptony82.wordpress.com/2010/02/14/living-on-the-wild-side-with-debian-sid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/916abb4acaef9373989acd6c2b64cc82?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pierre St Juste</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install liveusb-creator on Debian 5 Lenny (Failed)</title>
		<link>http://ptony82.wordpress.com/2009/12/03/how-to-install-liveusb-creator-on-debian-5-lenny/</link>
		<comments>http://ptony82.wordpress.com/2009/12/03/how-to-install-liveusb-creator-on-debian-5-lenny/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 18:29:47 +0000</pubDate>
		<dc:creator>ptony82</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ptony82.wordpress.com/?p=109</guid>
		<description><![CDATA[I never got this to work properly so I used the following steps to uninstall: locate liveusb Manually delete the results First install the following packages on Debian sudo apt-get install python-qt4 python-qt4-dbus python-urlgrabber syslinux Download Fedora&#8217;s liveusb-creator from the project site https://fedorahosted.org/liveusb-creator/ Extract then run as root sudo python setup.py install Now you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=109&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I never got this to work properly so I used the following steps to uninstall:</p>
<p><em>locate liveusb</em></p>
<p>Manually delete the results</p>
<p>First install the following packages on Debian</p>
<p><em>sudo apt-get install python-qt4 python-qt4-dbus python-urlgrabber syslinux<br />
</em></p>
<p>Download Fedora&#8217;s liveusb-creator from the project site</p>
<p>https://fedorahosted.org/liveusb-creator/</p>
<p>Extract then run as root</p>
<p><em>sudo python setup.py install</em></p>
<p>Now you can run Fedora&#8217;s liveusb-creator on Debian 5 Lenny</p>
<p><em>sudo liveusb-creator</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ptony82.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ptony82.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ptony82.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ptony82.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ptony82.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ptony82.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ptony82.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ptony82.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ptony82.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ptony82.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ptony82.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ptony82.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ptony82.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ptony82.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ptony82.wordpress.com&amp;blog=901007&amp;post=109&amp;subd=ptony82&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ptony82.wordpress.com/2009/12/03/how-to-install-liveusb-creator-on-debian-5-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/916abb4acaef9373989acd6c2b64cc82?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pierre St Juste</media:title>
		</media:content>
	</item>
	</channel>
</rss>
