<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rodi0005</id>
	<title>ITCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rodi0005"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/Rodi0005"/>
	<updated>2026-04-08T15:24:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2214</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2214"/>
		<updated>2010-05-18T19:37:32Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* The Big Difference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are apart of Intel&#039;s BIOS preolacement called EFI.  While the EFI boot process is minimalistic in it&#039;s approach, it did include a new partitioning specification based on GUIDs. The best feature of the new specification deals with the number of allowed partitons. &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;  Another major advantage of GPT disks centers around the location of the partition table.  While the partiton table is only stored in one location with a MBR disk, there are two locations with a GPT disk, providing some redundancy and resiliency in the event of hardware failure.  &lt;br /&gt;
&lt;br /&gt;
While windows 7 supports GPT disk drives, it does not boot from GPT partitons.  If windows is involved, and GPT partitions are wanted, I recommend using two hard drives, one with windows and a linux-swap partition, the other with freeBSD/linux/solaris/unix partitons.  AFAIK, Windows server 2008+ supports booting from GPT disks, but there are no good examples of their configurations.&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
Your system should look something like this (if using ubuntu disk)&lt;br /&gt;
&lt;br /&gt;
[[File:tryUbuntu.png]]&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt; Disclaimer:  While this tool is great addition to a LiveCD, I have had mixed results when using it on an existing install.&lt;br /&gt;
&lt;br /&gt;
====Start GParted====&lt;br /&gt;
[[File:gpartedMenu.png]]&lt;br /&gt;
&lt;br /&gt;
====Create a new Partition Table====&lt;br /&gt;
[[File:createTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Click the Advanced menu====&lt;br /&gt;
[[File:advTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Select the GPT option====&lt;br /&gt;
[[File:gptOption.png]]&lt;br /&gt;
&lt;br /&gt;
====Apply the GPT settings====&lt;br /&gt;
[[File:applyGPT.png]]&lt;br /&gt;
&lt;br /&gt;
====Create your first GUID Partition====&lt;br /&gt;
[[File:newPartition.png]]&lt;br /&gt;
&lt;br /&gt;
===CLI Tools for GPT partitions===&lt;br /&gt;
Due to the relatively recent appearance of the GUID Partition Table standard, there are only a few Command Line Tools which can recognize and or manipulate GPT partitions. &lt;br /&gt;
&lt;br /&gt;
Currently, the makers of  fdisk have released a GPT compatible utility &amp;quot;gdisk&amp;quot; which can be run from the command line ( CLI ). Also there is the freeBSD &amp;quot;gpt&amp;quot; utility.&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2213</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2213"/>
		<updated>2010-05-18T19:28:15Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* CLI Tools for GPT partitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
Your system should look something like this (if using ubuntu disk)&lt;br /&gt;
&lt;br /&gt;
[[File:tryUbuntu.png]]&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt; Disclaimer:  While this tool is great addition to a LiveCD, I have had mixed results when using it on an existing install.&lt;br /&gt;
&lt;br /&gt;
====Start GParted====&lt;br /&gt;
[[File:gpartedMenu.png]]&lt;br /&gt;
&lt;br /&gt;
====Create a new Partition Table====&lt;br /&gt;
[[File:createTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Click the Advanced menu====&lt;br /&gt;
[[File:advTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Select the GPT option====&lt;br /&gt;
[[File:gptOption.png]]&lt;br /&gt;
&lt;br /&gt;
====Apply the GPT settings====&lt;br /&gt;
[[File:applyGPT.png]]&lt;br /&gt;
&lt;br /&gt;
====Create your first GUID Partition====&lt;br /&gt;
[[File:newPartition.png]]&lt;br /&gt;
&lt;br /&gt;
===CLI Tools for GPT partitions===&lt;br /&gt;
Due to the relatively recent appearance of the GUID Partition Table standard, there are only a few Command Line Tools which can recognize and or manipulate GPT partitions. &lt;br /&gt;
&lt;br /&gt;
Currently, the makers of  fdisk have released a GPT compatible utility &amp;quot;gdisk&amp;quot; which can be run from the command line ( CLI ). Also there is the freeBSD &amp;quot;gpt&amp;quot; utility.&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2171</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2171"/>
		<updated>2010-05-14T04:57:22Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* Booting a LiveCD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
Your system should look something like this (if using ubuntu disk)&lt;br /&gt;
&lt;br /&gt;
[[File:tryUbuntu.png]]&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt; Disclaimer:  While this tool is great addition to a LiveCD, I have had mixed results when using it on an existing install.&lt;br /&gt;
&lt;br /&gt;
====Start GParted====&lt;br /&gt;
[[File:gpartedMenu.png]]&lt;br /&gt;
&lt;br /&gt;
====Create a new Partition Table====&lt;br /&gt;
[[File:createTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Click the Advanced menu====&lt;br /&gt;
[[File:advTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Select the GPT option====&lt;br /&gt;
[[File:gptOption.png]]&lt;br /&gt;
&lt;br /&gt;
====Apply the GPT settings====&lt;br /&gt;
[[File:applyGPT.png]]&lt;br /&gt;
&lt;br /&gt;
====Create your first GUID Partition====&lt;br /&gt;
[[File:newPartition.png]]&lt;br /&gt;
&lt;br /&gt;
===CLI Tools for GPT partitions===&lt;br /&gt;
Due to the relatively recent appearance of the GUID Partition Table standard, there are only a few Command Line Tools which can recognize and or manipulate GPT partitions. &lt;br /&gt;
&lt;br /&gt;
currently, the makers of  fdisk have released a GPT compatible utility &amp;quot;gdisk&amp;quot; which can be run from the command line ( CLI ).&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=2170</id>
		<title>Franske CNT-2311</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=2170"/>
		<updated>2010-05-14T04:56:15Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2311 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [http://spreadsheets.google.com/viewform?formkey=dFZwb1VFOXh2bTJfS0FuRV92ZnR6eHc6MA Student Sign-In for 1/19/2010]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Syllabus|Spring 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Schedule|Spring 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Commands|Spring 2010 Commands by Session]]&lt;br /&gt;
* [[Franske CNT-2311 Labs|Lab List]]&lt;br /&gt;
* [[Franske CNT-2311 Lab Point Sheet|Lab/Homework Point Sheet]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
* [[Franske CNT-2311 Network Simulation Project|Network Simulation Project]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Dual Booting]]&lt;br /&gt;
&lt;br /&gt;
* [[GUID Partiton Table]]&lt;br /&gt;
&lt;br /&gt;
* [[Linux VLAN Trunking]]&lt;br /&gt;
&lt;br /&gt;
* [[Installing Webmin]]&lt;br /&gt;
&lt;br /&gt;
*[[Nat Masquerading and Firewall]]&lt;br /&gt;
&lt;br /&gt;
* [http://cnt.lextron.net/Control_Web_Access_With_Squid Control Web Access with SQUID]&lt;br /&gt;
&lt;br /&gt;
* [[Installing MyBB Forum]]&lt;br /&gt;
&lt;br /&gt;
* [[openvpn]]&lt;br /&gt;
&lt;br /&gt;
* [[Zoneminder]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Software ===&lt;br /&gt;
* [http://www.virtualbox.org Virtualbox]&lt;br /&gt;
=== Major Linux Distributions ===&lt;br /&gt;
* [http://www.debian.org Debian]&lt;br /&gt;
** [http://www.ubuntu.com Ubuntu]&lt;br /&gt;
* [http://www.redhat.com Redhat Enterprise Linux (RHEL)]&lt;br /&gt;
** [http://centos.org CentOS]&lt;br /&gt;
** [http://fedoraproject.org Fedora]&lt;br /&gt;
* [http://www.gentoo.org Gentoo]&lt;br /&gt;
* [http://www.opensuse.org OpenSUSE (Novell)]&lt;br /&gt;
=== Online Linux Tutuorials ===&lt;br /&gt;
* [http://www.linux.org/lessons/beginner Beginning Linux from Linux.org]\&lt;br /&gt;
* [https://help.ubuntu.com/community/PostfixBasicSetupHowto Postfix Basic Setup]&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=2169</id>
		<title>Franske CNT-2311</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=2169"/>
		<updated>2010-05-14T04:55:46Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2311 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [http://spreadsheets.google.com/viewform?formkey=dFZwb1VFOXh2bTJfS0FuRV92ZnR6eHc6MA Student Sign-In for 1/19/2010]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Syllabus|Spring 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Schedule|Spring 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Commands|Spring 2010 Commands by Session]]&lt;br /&gt;
* [[Franske CNT-2311 Labs|Lab List]]&lt;br /&gt;
* [[Franske CNT-2311 Lab Point Sheet|Lab/Homework Point Sheet]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
* [[Franske CNT-2311 Network Simulation Project|Network Simulation Project]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Dual Booting]]&lt;br /&gt;
&lt;br /&gt;
* [[GUID_Partiton_Table]]&lt;br /&gt;
&lt;br /&gt;
* [[Linux VLAN Trunking]]&lt;br /&gt;
&lt;br /&gt;
* [[Installing Webmin]]&lt;br /&gt;
&lt;br /&gt;
*[[Nat Masquerading and Firewall]]&lt;br /&gt;
&lt;br /&gt;
* [http://cnt.lextron.net/Control_Web_Access_With_Squid Control Web Access with SQUID]&lt;br /&gt;
&lt;br /&gt;
* [[Installing MyBB Forum]]&lt;br /&gt;
&lt;br /&gt;
* [[openvpn]]&lt;br /&gt;
&lt;br /&gt;
* [[Zoneminder]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Software ===&lt;br /&gt;
* [http://www.virtualbox.org Virtualbox]&lt;br /&gt;
=== Major Linux Distributions ===&lt;br /&gt;
* [http://www.debian.org Debian]&lt;br /&gt;
** [http://www.ubuntu.com Ubuntu]&lt;br /&gt;
* [http://www.redhat.com Redhat Enterprise Linux (RHEL)]&lt;br /&gt;
** [http://centos.org CentOS]&lt;br /&gt;
** [http://fedoraproject.org Fedora]&lt;br /&gt;
* [http://www.gentoo.org Gentoo]&lt;br /&gt;
* [http://www.opensuse.org OpenSUSE (Novell)]&lt;br /&gt;
=== Online Linux Tutuorials ===&lt;br /&gt;
* [http://www.linux.org/lessons/beginner Beginning Linux from Linux.org]\&lt;br /&gt;
* [https://help.ubuntu.com/community/PostfixBasicSetupHowto Postfix Basic Setup]&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=2168</id>
		<title>Franske CNT-2311</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=2168"/>
		<updated>2010-05-14T04:54:35Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2311 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [http://spreadsheets.google.com/viewform?formkey=dFZwb1VFOXh2bTJfS0FuRV92ZnR6eHc6MA Student Sign-In for 1/19/2010]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Syllabus|Spring 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Schedule|Spring 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Commands|Spring 2010 Commands by Session]]&lt;br /&gt;
* [[Franske CNT-2311 Labs|Lab List]]&lt;br /&gt;
* [[Franske CNT-2311 Lab Point Sheet|Lab/Homework Point Sheet]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
* [[Franske CNT-2311 Network Simulation Project|Network Simulation Project]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Dual Booting]]&lt;br /&gt;
&lt;br /&gt;
* [[GUID Partition Table]]&lt;br /&gt;
&lt;br /&gt;
* [[Linux VLAN Trunking]]&lt;br /&gt;
&lt;br /&gt;
* [[Installing Webmin]]&lt;br /&gt;
&lt;br /&gt;
*[[Nat Masquerading and Firewall]]&lt;br /&gt;
&lt;br /&gt;
* [http://cnt.lextron.net/Control_Web_Access_With_Squid Control Web Access with SQUID]&lt;br /&gt;
&lt;br /&gt;
* [[Installing MyBB Forum]]&lt;br /&gt;
&lt;br /&gt;
* [[openvpn]]&lt;br /&gt;
&lt;br /&gt;
* [[Zoneminder]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Software ===&lt;br /&gt;
* [http://www.virtualbox.org Virtualbox]&lt;br /&gt;
=== Major Linux Distributions ===&lt;br /&gt;
* [http://www.debian.org Debian]&lt;br /&gt;
** [http://www.ubuntu.com Ubuntu]&lt;br /&gt;
* [http://www.redhat.com Redhat Enterprise Linux (RHEL)]&lt;br /&gt;
** [http://centos.org CentOS]&lt;br /&gt;
** [http://fedoraproject.org Fedora]&lt;br /&gt;
* [http://www.gentoo.org Gentoo]&lt;br /&gt;
* [http://www.opensuse.org OpenSUSE (Novell)]&lt;br /&gt;
=== Online Linux Tutuorials ===&lt;br /&gt;
* [http://www.linux.org/lessons/beginner Beginning Linux from Linux.org]\&lt;br /&gt;
* [https://help.ubuntu.com/community/PostfixBasicSetupHowto Postfix Basic Setup]&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2005</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2005"/>
		<updated>2010-05-11T12:14:27Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
Your system should look something like this (if using ubuntu disk)&lt;br /&gt;
[[File:tryUbuntu.png]]&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt; Disclaimer:  While this tool is great addition to a LiveCD, I have had mixed results when using it on an existing install.&lt;br /&gt;
&lt;br /&gt;
====Start GParted====&lt;br /&gt;
[[File:gpartedMenu.png]]&lt;br /&gt;
&lt;br /&gt;
====Create a new Partition Table====&lt;br /&gt;
[[File:createTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Click the Advanced menu====&lt;br /&gt;
[[File:advTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Select the GPT option====&lt;br /&gt;
[[File:gptOption.png]]&lt;br /&gt;
&lt;br /&gt;
====Apply the GPT settings====&lt;br /&gt;
[[File:applyGPT.png]]&lt;br /&gt;
&lt;br /&gt;
====Create your first GUID Partition====&lt;br /&gt;
[[File:newPartition.png]]&lt;br /&gt;
&lt;br /&gt;
===CLI Tools for GPT partitions===&lt;br /&gt;
Due to the relatively recent appearance of the GUID Partition Table standard, there are only a few Command Line Tools which can recognize and or manipulate GPT partitions. &lt;br /&gt;
&lt;br /&gt;
currently, the makers of  fdisk have released a GPT compatible utility &amp;quot;gdisk&amp;quot; which can be run from the command line ( CLI ).&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2004</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2004"/>
		<updated>2010-05-11T12:04:53Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
Your system should look something like this (if using ubuntu disk)&lt;br /&gt;
[[File:tryUbuntu.png]]&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt; Disclaimer:  While this tool is great addition to a LiveCD, I have had mixed results when using it on an existing install.&lt;br /&gt;
&lt;br /&gt;
====Start GParted====&lt;br /&gt;
[[File:gpartedMenu.png]]&lt;br /&gt;
&lt;br /&gt;
====Create a new Partition Table====&lt;br /&gt;
[[File:createTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Click the Advanced menu====&lt;br /&gt;
[[File:advTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Select the GPT option====&lt;br /&gt;
[[File:gptOption.png]]&lt;br /&gt;
&lt;br /&gt;
====Apply the GPT settings====&lt;br /&gt;
[[File:applyGPT.png]]&lt;br /&gt;
&lt;br /&gt;
====Create your first GUID Partition====&lt;br /&gt;
[[File:newPartition.png]]&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:NewPartition.png&amp;diff=2003</id>
		<title>File:NewPartition.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:NewPartition.png&amp;diff=2003"/>
		<updated>2010-05-11T12:04:44Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: Creating a GUID Partition&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a GUID Partition&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:ApplyGPT.png&amp;diff=2002</id>
		<title>File:ApplyGPT.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:ApplyGPT.png&amp;diff=2002"/>
		<updated>2010-05-11T12:02:49Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: Applying the change from MBR (default) to GPT&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Applying the change from MBR (default) to GPT&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:GptOption.png&amp;diff=2001</id>
		<title>File:GptOption.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:GptOption.png&amp;diff=2001"/>
		<updated>2010-05-11T12:02:04Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: GPT Option in GParted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GPT Option in GParted&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2000</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=2000"/>
		<updated>2010-05-11T11:59:55Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
Your system should look something like this (if using ubuntu disk)&lt;br /&gt;
[[File:tryUbuntu.png]]&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt; Disclaimer:  While this tool is great addition to a LiveCD, I have had mixed results when using it on an existing install.&lt;br /&gt;
&lt;br /&gt;
====Step 1: Start GParted====&lt;br /&gt;
[[File:gpartedMenu.png]]&lt;br /&gt;
&lt;br /&gt;
====Step 2: Create a new Partition Table====&lt;br /&gt;
[[File:createTable.png]]&lt;br /&gt;
&lt;br /&gt;
====Step 3: Click the Advanced menu====&lt;br /&gt;
[[File:advTable.png]]&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:AdvTable.png&amp;diff=1999</id>
		<title>File:AdvTable.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:AdvTable.png&amp;diff=1999"/>
		<updated>2010-05-11T11:58:01Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: Partition Table advanced options menu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Partition Table advanced options menu&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:CreateTable.png&amp;diff=1998</id>
		<title>File:CreateTable.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:CreateTable.png&amp;diff=1998"/>
		<updated>2010-05-11T11:56:41Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: Creating a new Partition Table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Creating a new Partition Table&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1997</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1997"/>
		<updated>2010-05-11T11:54:52Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* GParted Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
Your system should look something like this (if using ubuntu disk)&lt;br /&gt;
[[File:tryUbuntu.png]]&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt; Disclaimer:  While this tool is great addition to a LiveCD, I have had mixed results when using it on an existing install.&lt;br /&gt;
&lt;br /&gt;
====Step 1: Start GParted====&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:GpartedMenu.png&amp;diff=1996</id>
		<title>File:GpartedMenu.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:GpartedMenu.png&amp;diff=1996"/>
		<updated>2010-05-11T11:54:31Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: GParted location in Gnome Panel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GParted location in Gnome Panel&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1995</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1995"/>
		<updated>2010-05-11T11:47:33Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* Booting a LiveCD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
Your system should look something like this (if using ubuntu disk)&lt;br /&gt;
[[File:tryUbuntu.png]]&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:TryUbuntu.png&amp;diff=1994</id>
		<title>File:TryUbuntu.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:TryUbuntu.png&amp;diff=1994"/>
		<updated>2010-05-11T11:46:32Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: Ubuntu LiveCD welcome screen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ubuntu LiveCD welcome screen&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1993</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1993"/>
		<updated>2010-05-11T11:45:37Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* Booting a LiveCD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
Your system should look something like this (if using ubuntu disk)&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1992</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1992"/>
		<updated>2010-05-11T11:44:30Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* GParted Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1991</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1991"/>
		<updated>2010-05-11T11:31:40Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Booting a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you can already boot a LiveCD, proceed to the next section. If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&#039;&#039;&#039;GParted&#039;&#039;&#039; is the &amp;quot;GNOME partition [application/]editor for creating, reorganizing, and deleting disk partitions.&amp;quot;&amp;lt;ref gparted man page, http://gparted.sourceforge.net/docs/man-page/C/gparted.8.html /ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1990</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1990"/>
		<updated>2010-05-11T11:27:46Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Get a LiveCD===&lt;br /&gt;
This walkthrough makes uses of a liveCD.  If you are not familiar with the term, a liveCD runs an operating system off of a CD, allowing the user to either test a new Operating System and/or run Utilities. &lt;br /&gt;
&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
===GParted Configuration===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1989</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1989"/>
		<updated>2010-05-11T11:23:09Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* GNU/Linux How-To */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.  This walkthrough uses the ubuntu 10.04 desktop installation cd. For following this walkthrough, I would also recommend a mint liveCD or Knoppix, as they are both Debian based. &lt;br /&gt;
&lt;br /&gt;
===Step 1===&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package, insert it into your cd-rom, dvd-rom, or br-rom drive, and reboot.&lt;br /&gt;
&lt;br /&gt;
===Step 2===&lt;br /&gt;
Enter your Bios by pressing the key sequence displayed during or before your systems POST test.  Usually this is the &amp;quot;del&amp;quot; key the &amp;quot;esc&amp;quot; key or a &amp;quot;F#&amp;quot; key. Once in your system&#039;s bios there should be a &amp;quot;Boot Device Priority&amp;quot; menu.  Move or make sure your optical drive or drives are at the &#039;&#039;&#039;top&#039;&#039; of the list. save your settings, usually &amp;quot;F10&amp;quot; which will cause your system to reboot a second time.&lt;br /&gt;
&lt;br /&gt;
===Step 3===&lt;br /&gt;
While your system boots a text option to press either a certain key combination or any key should appear.  Follow these instructions, and get a good cup of coffee. I recommend Sumatra as a single-origin coffee. By the time your back at your desk, there should be a desktop environment at the ready.&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1988</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1988"/>
		<updated>2010-05-11T10:53:13Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward. &amp;lt;ref&amp;gt; Intel GPT White Paper 1.0, December 2009 http://www.intel.com/support/motherboards/server/sb/CS-031158.htm &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==GNU/Linux How-To==&lt;br /&gt;
Creating and booting from a GPT disk in linux is not difficult, but the process requires the use of some buried tools and options.  Is is important to note that many of the currently included CLI utilities do not support GPT. Do not fear, as there are alternatives which can be installed from most distribution repositories.&lt;br /&gt;
&lt;br /&gt;
===Step 1===&lt;br /&gt;
Grab a recent liveCD from your favorite distro as long as gParted is an included package.&lt;br /&gt;
&lt;br /&gt;
==Works Cited==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1987</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1987"/>
		<updated>2010-05-11T10:39:08Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* The Big Difference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partitions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks, which is a &#039;&#039;&#039;huge&#039;&#039;&#039; step forward.&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1986</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1986"/>
		<updated>2010-05-11T10:38:19Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* The Big Difference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  &#039;&#039;&#039;GPT disks are NOT limited to four primary partiions&#039;&#039;&#039;  Per the specifications, there is a limit of 128 partitons, each able to surpass the 2TB limitation of exended MBR disks.&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1985</id>
		<title>GUID Partiton Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=GUID_Partiton_Table&amp;diff=1985"/>
		<updated>2010-05-11T10:23:57Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: Created page with &amp;#039;&amp;#039;&amp;#039;&amp;#039;GPT ( GUID Partition Table )&amp;#039;&amp;#039;&amp;#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.  ==The Big Difference== GPT disks are not limited to four prim…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;GPT ( GUID Partition Table )&#039;&#039;&#039; is an alternative to the more common MBR ( Master Boot Record ) partition table.&lt;br /&gt;
&lt;br /&gt;
==The Big Difference==&lt;br /&gt;
GPT disks are not limited to four primary partitions.  GPT disks are &#039;&#039;&#039;NOT limited to four primary partiions&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=1984</id>
		<title>Franske CNT-2311</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=1984"/>
		<updated>2010-05-11T08:38:01Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2311 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [http://spreadsheets.google.com/viewform?formkey=dFZwb1VFOXh2bTJfS0FuRV92ZnR6eHc6MA Student Sign-In for 1/19/2010]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Syllabus|Spring 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Schedule|Spring 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Commands|Spring 2010 Commands by Session]]&lt;br /&gt;
* [[Franske CNT-2311 Labs|Lab List]]&lt;br /&gt;
* [[Franske CNT-2311 Lab Point Sheet|Lab/Homework Point Sheet]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
* [[Franske CNT-2311 Network Simulation Project|Network Simulation Project]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Dual Booting]]&lt;br /&gt;
&lt;br /&gt;
* [[Grub2]]&lt;br /&gt;
&lt;br /&gt;
* [[Linux VLAN Trunking]]&lt;br /&gt;
&lt;br /&gt;
* [[Installing Webmin]]&lt;br /&gt;
&lt;br /&gt;
*[[Nat Masquerading and Firewall]]&lt;br /&gt;
&lt;br /&gt;
* [http://cnt.lextron.net/Control_Web_Access_With_Squid Control Web Access with SQUID]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Software ===&lt;br /&gt;
* [http://www.virtualbox.org Virtualbox]&lt;br /&gt;
=== Major Linux Distributions ===&lt;br /&gt;
* [http://www.debian.org Debian]&lt;br /&gt;
** [http://www.ubuntu.com Ubuntu]&lt;br /&gt;
* [http://www.redhat.com Redhat Enterprise Linux (RHEL)]&lt;br /&gt;
** [http://centos.org CentOS]&lt;br /&gt;
** [http://fedoraproject.org Fedora]&lt;br /&gt;
* [http://www.gentoo.org Gentoo]&lt;br /&gt;
* [http://www.opensuse.org OpenSUSE (Novell)]&lt;br /&gt;
=== Online Linux Tutuorials ===&lt;br /&gt;
* [http://www.linux.org/lessons/beginner Beginning Linux from Linux.org]\&lt;br /&gt;
* [https://help.ubuntu.com/community/PostfixBasicSetupHowto Postfix Basic Setup]&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=1455</id>
		<title>Franske CNT-2311</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=1455"/>
		<updated>2010-03-16T19:03:25Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2311 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [http://spreadsheets.google.com/viewform?formkey=dFZwb1VFOXh2bTJfS0FuRV92ZnR6eHc6MA Student Sign-In for 1/19/2010]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Syllabus|Spring 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Schedule|Spring 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Commands|Spring 2010 Commands by Session]]&lt;br /&gt;
* [[Franske CNT-2311 Labs|Lab List]]&lt;br /&gt;
* [[Franske CNT-2311 Lab Point Sheet|Lab/Homework Point Sheet]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Dual Booting]]&lt;br /&gt;
&lt;br /&gt;
* [http://cnt.lextron.net/Grub2 GRUB 2 Configuration]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Software ===&lt;br /&gt;
* [http://www.virtualbox.org Virtualbox]&lt;br /&gt;
=== Major Linux Distributions ===&lt;br /&gt;
* [http://www.debian.org Debian]&lt;br /&gt;
** [http://www.ubuntu.com Ubuntu]&lt;br /&gt;
* [http://www.redhat.com Redhat Enterprise Linux (RHEL)]&lt;br /&gt;
** [http://centos.org CentOS]&lt;br /&gt;
** [http://fedoraproject.org Fedora]&lt;br /&gt;
* [http://www.gentoo.org Gentoo]&lt;br /&gt;
* [http://www.opensuse.org OpenSUSE (Novell)]&lt;br /&gt;
=== Online Linux Tutuorials ===&lt;br /&gt;
* [http://www.linux.org/lessons/beginner Beginning Linux from Linux.org]&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=1453</id>
		<title>Franske CNT-2311</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=1453"/>
		<updated>2010-03-16T19:01:56Z</updated>

		<summary type="html">&lt;p&gt;Rodi0005: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2311 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [http://spreadsheets.google.com/viewform?formkey=dFZwb1VFOXh2bTJfS0FuRV92ZnR6eHc6MA Student Sign-In for 1/19/2010]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Syllabus|Spring 2010 Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Schedule|Spring 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Commands|Spring 2010 Commands by Session]]&lt;br /&gt;
* [[Franske CNT-2311 Labs|Lab List]]&lt;br /&gt;
* [[Franske CNT-2311 Lab Point Sheet|Lab/Homework Point Sheet]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Dual Booting]]&lt;br /&gt;
&lt;br /&gt;
* [[GRUB 2 Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Software ===&lt;br /&gt;
* [http://www.virtualbox.org Virtualbox]&lt;br /&gt;
=== Major Linux Distributions ===&lt;br /&gt;
* [http://www.debian.org Debian]&lt;br /&gt;
** [http://www.ubuntu.com Ubuntu]&lt;br /&gt;
* [http://www.redhat.com Redhat Enterprise Linux (RHEL)]&lt;br /&gt;
** [http://centos.org CentOS]&lt;br /&gt;
** [http://fedoraproject.org Fedora]&lt;br /&gt;
* [http://www.gentoo.org Gentoo]&lt;br /&gt;
* [http://www.opensuse.org OpenSUSE (Novell)]&lt;br /&gt;
=== Online Linux Tutuorials ===&lt;br /&gt;
* [http://www.linux.org/lessons/beginner Beginning Linux from Linux.org]&lt;/div&gt;</summary>
		<author><name>Rodi0005</name></author>
	</entry>
</feed>