<?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/"
	>

<channel>
	<title>Jkx@home &#187; debian</title>
	<atom:link href="http://www.larsen-b.com/tags/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Wed, 20 May 2026 16:33:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Firefox 2.0 on Debian</title>
		<link>http://www.larsen-b.com/Article/242.html</link>
		<comments>http://www.larsen-b.com/Article/242.html#comments</comments>
		<pubDate>Sun, 29 Oct 2006 00:02:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As everybody knows the mozilla team just released the latest version of Firefox (ver: 2.0). This will take a little time until, it will fall in the Debian. But you can find an optimized build for here called Swiftfox in &#8230; <a href="http://www.larsen-b.com/Article/242.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As everybody knows the mozilla team just released the latest version of <a class="reference" href="http://www.mozilla.com/en-US/">Firefox</a> (ver: 2.0). This will take a little time until, it will fall in the <a class="reference" href="http://www.debian.org/">Debian</a>. But you can find an optimized build for here called <a class="reference" href="http://getswiftfox.com/debian.htm">Swiftfox</a> in debian package. So let&#8217;s go ;)</p>
<p>And last, but not least the optimized version, go quite really fast ;)</p>
<p><strong>Enjoy</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/242.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grub install on Debian Howto</title>
		<link>http://www.larsen-b.com/Article/141.html</link>
		<comments>http://www.larsen-b.com/Article/141.html#comments</comments>
		<pubDate>Tue, 03 Aug 2004 02:39:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[grub]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[By default Debian install Lilo on i386 arch. I really like lilo, but after a couple of broken config file and severall other hitch. I decided to install grub. Grub is a bit hard if you never install it before. &#8230; <a href="http://www.larsen-b.com/Article/141.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>By default Debian install Lilo on i386 arch. I really like lilo, but after a couple of broken config file and severall other hitch. I decided to install grub. Grub is a bit hard if you never install it before. But mainly because the apt-get install grub doesn&#8217;t install a default file. So</p>
<pre class="literal-block">apt-get install grub
grub-install /dev/hdXX #where to put the bootloader</pre>
<p>Now you can reboot. But to have a nice menu edit a file /boot/grub/menu.lst like that:</p>
<pre class="literal-block">default=0
timeout=5
boot=/dev/hda

title Linux-2.6.7
root (hd0,1)
kernel /boot/vmlinuz-2.6.7 root=/dev/hda2 vga=791 ro

title Debian-2.4
root (hd0,1)
kernel /boot/vmlinuz-2.4.26-1-686-smp ro root=/dev/hda2
initrd=/boot/initrd.img-2.4.26-1-686-smp

title Memtest
root (hd0,1)
kernel /boot/memtest86+.bin</pre>
<p>Note: My boot is hda2 (hd0,1) second partition of the first disk</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/141.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Twisted in EndUserLand</title>
		<link>http://www.larsen-b.com/Article/134.html</link>
		<comments>http://www.larsen-b.com/Article/134.html#comments</comments>
		<pubDate>Wed, 14 Jul 2004 12:20:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[twisted]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As nobody notice that, the new apt-proxy use python (not perl as the old one). This is really a good news because i love Python and the new apt-proxy has some better performance than the oldest perlish one. The key &#8230; <a href="http://www.larsen-b.com/Article/134.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As nobody notice that, the new apt-proxy use python (not perl as the old one). This is really a good news because i love Python and the new apt-proxy has some better performance than the oldest perlish one. The key value here is the Twisted Matrix framework, now apt-proxy can download multiple .deb at the time without a bunch of process or other weakness. This is a great new for debian users but specially for twisted developper because i think it&#8217;s the first end-user app that use twisted (not speaking about webserver of other developpers geeky stuffs).</p>
<p>&#8211; Nobody for a twisted bittorrent server ? This would save a bunch of CPU cycles too !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/134.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Security</title>
		<link>http://www.larsen-b.com/Article/61.html</link>
		<comments>http://www.larsen-b.com/Article/61.html#comments</comments>
		<pubDate>Sat, 29 Nov 2003 10:34:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Last week, Debian server has been hacked. Ok but take a look at http://www.wiggy.net/debian/developer-securing/ you will learn how they try avoid this in the future. Mainly by avoiding lkm in linux.]]></description>
				<content:encoded><![CDATA[<p>Last week, Debian server has been hacked. Ok but take a look at  <a class="reference" href="http://www.wiggy.net/debian/developer-securing/">http://www.wiggy.net/debian/developer-securing/</a> you will learn how they try avoid this in the future. Mainly by avoiding lkm in linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/61.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
