<?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>NONparametrics &#187; debian</title>
	<atom:link href="http://nonparametrics.com/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://nonparametrics.com</link>
	<description>geekdom without assumption</description>
	<lastBuildDate>Thu, 15 Oct 2009 23:09:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>man with a mirror</title>
		<link>http://nonparametrics.com/2007/11/07/man-with-a-mirror/</link>
		<comments>http://nonparametrics.com/2007/11/07/man-with-a-mirror/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 15:46:54 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nonparametrics.com/?p=21</guid>
		<description><![CDATA[I&#8217;m sure that you&#8217;ve all heard me sing the glories of Linux at some point, and probably most of you know that I run Ubuntu (among other OSes). I&#8217;m constantly impressed by the relative ease of use and how quickly it is continually improving. I&#8217;ve got 7.04 (Feisty Fawn) running on 5 machines at the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure that you&#8217;ve all heard me sing the glories of Linux at some point, and probably most of you know that I run <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> (among other OSes). I&#8217;m constantly impressed by the relative ease of use and how quickly it is continually improving. I&#8217;ve got 7.04 (Feisty Fawn) running on 5 machines at the moment, and I&#8217;ve been wanting to upgrade to 7.10 (Gutsy Gibbon) since it came out a few weeks ago; I just haven&#8217;t had the time to add a new hard drive to my apt-mirror machine. BTW, any of you really geeky fellows who run Ubuntu on more than two machines, <a href="http://apt-mirror.sourceforge.net">apt-mirror</a> is well worth the effort and bandwidth (if you have it).</p>
<p>It takes all of about 10 minutes to set up, and about 12-72 hours to download the packages. Once it&#8217;s done, your updates and installs will happen in seconds, since the downloads are only limited by your local LAN. With my sources enabled (all of the official and community repos on the ubuntu mirror plus the wineHQ one) it was a 37 gig download. Assuming you have a running web server, all it takes is:</p>
<p><code>sudo apt-get install apt-mirror</code></p>
<p>After the install, open up your mirror.list and replace the lines that start with deb with the similar ones in your sources.list. here is mine:</p>
<p><code>sudo vim /etc/apt/mirror.list</code></p>
<blockquote><p>############# config ##################<br />
#<br />
# set base_path    /var/spool/apt-mirror<br />
#<br />
# if you change the base path you must create the directories below with write privlages<br />
#<br />
# set mirror_path  $base_path/mirror<br />
# set skel_path    $base_path/skel<br />
# set var_path     $base_path/var<br />
# set cleanscript $var_path/clean.sh<br />
# set defaultarch<br />
set nthreads     20<br />
set tilde 0<br />
#<br />
############# end config ##############</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty main restricted</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ feisty universe<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty universe</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ feisty multiverse<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty multiverse</p>
<p>deb http://security.ubuntu.com/ubuntu feisty-security main restricted<br />
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted<br />
deb http://security.ubuntu.com/ubuntu feisty-security universe<br />
deb-src http://security.ubuntu.com/ubuntu feisty-security universe<br />
deb http://security.ubuntu.com/ubuntu feisty-security multiverse<br />
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse</p>
<p>clean http://us.archive.ubuntu.com/ubuntu</p></blockquote>
<p>After that you just need to run the mirror updating command&#8230;<br />
<code>sudo su - apt-mirror -c apt-mirror</code><br />
&#8230;and wait for several hours. Or days.</p>
<p>Once it has completed the first run, you can go into /etc/cron.d/apt-mirror and uncomment the line in there to make it run on it&#8217;s own every day.</p>
]]></content:encoded>
			<wfw:commentRss>http://nonparametrics.com/2007/11/07/man-with-a-mirror/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
