<?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>Ramblings &#187; LeTourneau University</title>
	<atom:link href="http://kc5mpk.com/blog/archives/category/letourneau-university/feed/" rel="self" type="application/rss+xml" />
	<link>http://kc5mpk.com/blog</link>
	<description>Unintelligible nonsense</description>
	<lastBuildDate>Fri, 09 Sep 2011 22:14:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>LVM Extention Process</title>
		<link>http://kc5mpk.com/blog/archives/2006/12/13/lvm-extention-process/</link>
		<comments>http://kc5mpk.com/blog/archives/2006/12/13/lvm-extention-process/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 19:35:00 +0000</pubDate>
		<dc:creator>Chase</dc:creator>
				<category><![CDATA[LeTourneau University]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://kc5mpk.com/blog/archives/2006/12/13/lvm-extention-process/</guid>
		<description><![CDATA[dd if=/dev/zero of=/mnt/remotestorage/linuxupdates-2 bs=1k count=1048576 losetup /dev/loop2 /mnt/remotestorage/linuxupdates-2 pvcreate /dev/loop2 vgextend updates_store /dev/loop2 lvextend -L+1G /dev/updates_store/store umount /mnt/vg e2fsck -f /dev/updates_store/store resize2fs /dev/updates_store/store mount /dev/updates_store/store /mnt/vg Where the filename (linuxupdates-2) increments, the &#8216;count&#8217; in the dd command is a multiple of the one listed (1GB), and the loopback devices (loop2 here) increments.]]></description>
			<content:encoded><![CDATA[<pre style="border: 1px solid #888888; padding: 3px; text-align: left">dd if=/dev/zero of=/mnt/remotestorage/linuxupdates-2 bs=1k count=1048576
losetup /dev/loop2 /mnt/remotestorage/linuxupdates-2
pvcreate /dev/loop2
vgextend updates_store /dev/loop2
lvextend -L+1G /dev/updates_store/store
umount /mnt/vg
e2fsck -f /dev/updates_store/store
resize2fs /dev/updates_store/store
mount /dev/updates_store/store /mnt/vg</pre>
<p>Where the filename (linuxupdates-2) increments, the &#8216;count&#8217; in the dd command is a multiple of the one listed (1GB), and the loopback devices (loop2 here) increments.</p>
]]></content:encoded>
			<wfw:commentRss>http://kc5mpk.com/blog/archives/2006/12/13/lvm-extention-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Mirror Question</title>
		<link>http://kc5mpk.com/blog/archives/2006/12/01/ubuntu-mirror-question/</link>
		<comments>http://kc5mpk.com/blog/archives/2006/12/01/ubuntu-mirror-question/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 22:41:37 +0000</pubDate>
		<dc:creator>Chase</dc:creator>
				<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[LeTourneau University]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://kc5mpk.com/blog/archives/2006/12/01/ubuntu-mirror-question/</guid>
		<description><![CDATA[Anyone listening? Hello? If you are, and you know a nice way to create a local Ubuntu mirror via rsync, drop me a note here or via email. I&#8217;m trying to set one up here at LeTourneau and just haven&#8217;t found anything useful (the mirror server is running Fedora Core 5 right now). Also, advice [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone listening? Hello?</p>
<p>If you are, and you know a nice way to create a local Ubuntu mirror via rsync, drop me a note here or via email. I&#8217;m trying to set one up here at <a title="LeTourneau University" href="http://www.letu.edu">LeTourneau</a> and just haven&#8217;t found anything useful (the mirror server is running Fedora Core 5 right now). Also, advice on what to mirror for Ubuntu would be nice, I&#8217;m not sure what they are called in Ubuntu, but stuff like universe, mutiverse, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://kc5mpk.com/blog/archives/2006/12/01/ubuntu-mirror-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Updates &#8230; Updated</title>
		<link>http://kc5mpk.com/blog/archives/2006/11/20/linux-updates-updated/</link>
		<comments>http://kc5mpk.com/blog/archives/2006/11/20/linux-updates-updated/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 20:11:35 +0000</pubDate>
		<dc:creator>Chase</dc:creator>
				<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[LeTourneau University]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://kc5mpk.com/blog/archives/2006/11/20/288/</guid>
		<description><![CDATA[The Linux Updates mirror (on campus only) now has full support for Fedora Core 6 (Core, Updates, and Extras). It updates twice a day, just like Fedora Core 5 and Gentoo, so check out the configuration page to see the scheduled times, configuration instructions (they are the same as Fedora Core 5), alternative installation methods, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="Linux Updates" href="http://linuxupdate.letnet.net">Linux Updates mirror</a> (on campus only) now has full support for Fedora Core 6 (Core, Updates, and Extras). It updates twice a day, just like Fedora Core 5 and Gentoo, so check out the <a title="Fedora Core 6 Configuration Instructions" href="http://linuxupdate.letnet.net/distros/fedora/6/">configuration page</a> to see the scheduled times, configuration instructions (they are the same as Fedora Core 5), alternative installation methods, status notices, and statistics.</p>
]]></content:encoded>
			<wfw:commentRss>http://kc5mpk.com/blog/archives/2006/11/20/linux-updates-updated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux Updates Mirror on Campus</title>
		<link>http://kc5mpk.com/blog/archives/2006/09/01/linux-updates-mirror-on-campus/</link>
		<comments>http://kc5mpk.com/blog/archives/2006/09/01/linux-updates-mirror-on-campus/#comments</comments>
		<pubDate>Fri, 01 Sep 2006 13:24:07 +0000</pubDate>
		<dc:creator>Chase</dc:creator>
				<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[LeTourneau University]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://kc5mpk.com/blog/archives/2006/09/01/linux-updates-mirror-on-campus/</guid>
		<description><![CDATA[If you are a Linux user at LeTourneau University, and happen to use Fedora Core 5 or Gentoo Linux, you need to check out our new shiny local mirror. Once I get my hands on some more disk space, I&#8217;ll be able to support Debian and Ubuntu so do not despair if your favorite distro [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a Linux user at LeTourneau University, and happen to use Fedora Core 5 or Gentoo Linux, you need to check out our new shiny <a title="Linux Updates Local Mirror" href="http://linuxupdate.letnet.net">local mirror</a>. Once I get my hands on some more disk space, I&#8217;ll be able to support Debian and Ubuntu so do not despair if your favorite distro isn&#8217;t on the current supported distro list.</p>
]]></content:encoded>
			<wfw:commentRss>http://kc5mpk.com/blog/archives/2006/09/01/linux-updates-mirror-on-campus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

