<?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>Matt Ventura&#039;s blog &#187; debian</title>
	<atom:link href="http://mattventura.net/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattventura.net</link>
	<description>Matt Ventura&#039;s blog about various stuff.</description>
	<lastBuildDate>Fri, 26 Aug 2011 08:40:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Going for 100 and 100,000</title>
		<link>http://mattventura.net/2009/05/10/going-for-100/</link>
		<comments>http://mattventura.net/2009/05/10/going-for-100/#comments</comments>
		<pubDate>Sun, 10 May 2009 18:33:39 +0000</pubDate>
		<dc:creator>Matt Ventura</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://blog.mattventura.net/?p=105</guid>
		<description><![CDATA[The server is currently at 85 days, 10mins of uptime as of this post. I am going for 100. Hopefully, there will not be a &#62;1hour power failure, or a software crash (there never has been). I will be going for 200 days of uptime after this. I&#8217;d also like to thank the Debian team [...]]]></description>
			<content:encoded><![CDATA[<p>The server is currently at 85 days, 10mins of uptime as of this post. I am going for 100. Hopefully, there will not be a &gt;1hour power failure, or a software crash (there never has been). I will be going for 200 days of uptime after this. I&#8217;d also like to thank the Debian team for a rock-solid OS.</p>
<p>Update: A live tracker is up: <a href="http://mattventura.net/uptime">http://mattventura.net/uptime</a></p>
<p>Also, mattventura.net has a folding@home team (team 161515). The team will hit 100,000 points in a few days. I hope to pick up a few members to speed up the team. The team, in it&#8217;s current state, will hit 1,000,000 points in about six months. Anyone who wants to join is welcome. If you contribute, I will give you a link back to your site on a page on this site that will list all the contributors to the team (currently only me).</p>
]]></content:encoded>
			<wfw:commentRss>http://mattventura.net/2009/05/10/going-for-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Debian on an External Drive</title>
		<link>http://mattventura.net/2009/04/04/installing-debian-on-an-external-drive/</link>
		<comments>http://mattventura.net/2009/04/04/installing-debian-on-an-external-drive/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 02:37:47 +0000</pubDate>
		<dc:creator>Matt Ventura</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.mattventura.net/?p=87</guid>
		<description><![CDATA[If you want to install Debian on an external drive, you can follow these instructions. THis has the advantage of being portable and persistent, and works for hard drives and flash drives.


Download a Debian CD from debian.org. I recommend a torrent as it will be much faster (I used a lenny CD and switched to [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to install Debian on an external drive, you can follow these instructions. THis has the advantage of being portable and persistent, and works for hard drives and flash drives.</p>
<p><span id="more-87"></span></p>
<ol>
<li>Download a Debian CD from debian.org. I recommend a torrent as it will be much faster (I used a lenny CD and switched to sid repos later).</li>
<li>Boot it up and proceed with the installation. Set up the partitions on your external drive however you like, but be sure to make the Debian partition at least 2-3GB. (I have made a customized one that was only about 1.3GB, which used a cut-down KDE desktop, but lacked many of the things you would expect from a full distro.) You should have a FAT32 partition that takes up the remaining space if you want to be able to use the drive in Windows as well.</li>
<li>Do not install a bootloader (press &#8220;Go back&#8221; on the screen where you would install GRUB and select the next step). If you installed one, you can always overwrite it later.</li>
<li>Finish up the installation, shut down, remove the USB drive and reboot into your normal Linux.</li>
<li>Install extlinux (typically comes with syslinux), RTFM, then mount and run it on the partition that Debian is in.</li>
<li>Write an extlinux.conf, using the UUID of the partition (you can use blkid to find it). The extlinux.conf file could look like this:<br />
default boot<br />
prompt 0<br />
timeout 10<br />
label boot<br />
menu label ^Install<br />
menu default<br />
kernel /vmlinuz<br />
append initrd=/initrd.img root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</p>
<p>You can set up a menu if you would like, but it is not necessary. With this config, the system will boot with no user intervention.</li>
<li>Locate syslinux/extlinux&#8217;s &#8220;mbr.bin&#8221; file and copy it onto the block device (cat /usr/lib/syslinux/mbr.bin &gt; /dev/sdX)</li>
<li>The drive should now boot fine.</li>
</ol>
<p>After this, I recommend adding the sid repos for the latest software and upgrading the kernel to get up-to-date drivers. You may also want to install NDISwrapper and collect some common Broadcom drivers so your installation will support a wider range of wifi cards.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattventura.net/2009/04/04/installing-debian-on-an-external-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Re)Installed Debian</title>
		<link>http://mattventura.net/2009/04/02/reinstalled-debian/</link>
		<comments>http://mattventura.net/2009/04/02/reinstalled-debian/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 05:14:03 +0000</pubDate>
		<dc:creator>Matt Ventura</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.mattventura.net/?p=85</guid>
		<description><![CDATA[Just Installed Debian on my laptop again a few days ago. Already upgraded to sid repos. I like the new network-manager. I&#8217;ll post if anything new comes up.
]]></description>
			<content:encoded><![CDATA[<p>Just Installed Debian on my laptop again a few days ago. Already upgraded to sid repos. I like the new network-manager. I&#8217;ll post if anything new comes up.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattventura.net/2009/04/02/reinstalled-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

