<?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=Doyl0076</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=Doyl0076"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/Doyl0076"/>
	<updated>2026-04-08T20:58:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Installing_MyBB_Forum&amp;diff=2038</id>
		<title>Installing MyBB Forum</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Installing_MyBB_Forum&amp;diff=2038"/>
		<updated>2010-05-12T05:20:02Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MyBB is a free and easy to use forum software. This install guide has been used and tested on Ubuntu 9.10 with Apache Version 2.2.12, MySQL Version 5.1.37, and PHP Version 5.2.10-2. I decided to write this guide after having issues with installing MyBB for the network simulation project. Hopefully this can help future Linux students if they are required to use this software as well.&lt;br /&gt;
&lt;br /&gt;
==Before You Begin Installation==&lt;br /&gt;
Before you begin you will need to have apache2, MySQL, and php5 installed on your Machine.&lt;br /&gt;
You will also need to create a database for MyBB in MySQL.&lt;br /&gt;
You will need to download MyBB&#039;s forum software from [http://www.mybb.com/downloads www.mybb.com/downloads]&lt;br /&gt;
&lt;br /&gt;
==Step 1==&lt;br /&gt;
Locate and extract the contents of the software into a directory of your choosing. In my case I extracted it to the directory I downloaded it to. I then created a directory in my web servers directory called forum, where I would move the Uploads directory to. To do this you will need to use the commands I used in the following image.&lt;br /&gt;
&lt;br /&gt;
[[File:SS1.jpg]]&lt;br /&gt;
&lt;br /&gt;
From here on, your working directory in a terminal window will be the /var/www/forum/ directory.&lt;br /&gt;
&lt;br /&gt;
==Step 2==&lt;br /&gt;
You now need to move the files that are located in the Upload directory, to the /var/www/forum/ directory. To do this you will use the command.&lt;br /&gt;
     sudo mv Upload/* .&lt;br /&gt;
Then you will remove the Upload directory as its not needed anymore&lt;br /&gt;
     sudo rm -R Upload&lt;br /&gt;
&lt;br /&gt;
[[File:SS2.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Step 3==&lt;br /&gt;
Now that you have the files and directories where they need to be, you need to edit the permissions for them. MyBB suggests setting certain files and directories with different permissions for security purposes. For this you will enter the following lines in you terminal.&lt;br /&gt;
     sudo chmod -R 775 /var/www/forum/*&lt;br /&gt;
     sudo chmod 666 ./inc/config.default.php ./inc/settings.php ./inc/languages/english/* ./inc/languages/english/admin/*&lt;br /&gt;
     sudo chmod 777 ./cache ./cache/themes/ ./uploads ./uploads/avatars ./admin/backups ./inc/languages&lt;br /&gt;
     sudo chmod 775 ./inc/languages/english/admin&lt;br /&gt;
[[File:SS3.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Step 4==&lt;br /&gt;
You now need to change the config.default.php file to config.php&lt;br /&gt;
     sudo mv ./inc/config.default.php ./inc/config.php&lt;br /&gt;
&lt;br /&gt;
==Step 5==&lt;br /&gt;
This is one of the final steps (if everything has gone well so far) before you will begin the installation through your browser. You now need to remove the &amp;quot;lock&amp;quot; file from the install directory, so that when you load your forum in the browser it will initialize the installation.&lt;br /&gt;
     sudo rm ./install/lock&lt;br /&gt;
You are now ready to open your web browser and continue installing there.&lt;br /&gt;
&lt;br /&gt;
==Step 6==&lt;br /&gt;
In your web browser, navigate to [http://localhost/forum/install http://localhost/forum/install]&lt;br /&gt;
Unfortunately, for me navigating here both times I installed MyBB would end up with me trying to download the php file instead of opening it. After much researching I found some fixes that got it working for me. You will need to download 3 php dependencies through aptitude, as listed below.&lt;br /&gt;
     sudo apt-get install php5-mysql php5-cgi php5-cli&lt;br /&gt;
&lt;br /&gt;
[[File:SS4.jpg]]&lt;br /&gt;
&lt;br /&gt;
When the install completes, browsing to the localhost may still not work, if not you may need to restart the apache service.&lt;br /&gt;
     sudo /etc/init.d/apache2 restart&lt;br /&gt;
You should now be able to browse successfully to the start of your MyBB installation.&lt;br /&gt;
&lt;br /&gt;
==Step 7==&lt;br /&gt;
A MyBB Welcome page should now be staring back at you.&lt;br /&gt;
&lt;br /&gt;
[[File:SS5.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
==Step 8==&lt;br /&gt;
Read through the license agreement, and if you agree click Next.&lt;br /&gt;
&lt;br /&gt;
You can now review the requirements check to see if there are any issues&lt;br /&gt;
&lt;br /&gt;
[[File:SS6.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
==Step 9==&lt;br /&gt;
You should now be at the Database Configuration page. If you previously created a database in MySQL for your MyBB installation, this is where you would now enter your info. In my example I had already created a database called mybb in MySQL and it was on the localhost.&lt;br /&gt;
&lt;br /&gt;
[[File:SS7.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next when you are done entering your information.&lt;br /&gt;
&lt;br /&gt;
==Step 10==&lt;br /&gt;
The next 2 pages will be your Table creating, and Table Population, you can click Next through both of these.&lt;br /&gt;
&lt;br /&gt;
==Step 11==&lt;br /&gt;
You should now be at the Board Configuration page. Here you can enter your forum name, your URL for your forum, the website name, email, etc.&lt;br /&gt;
&lt;br /&gt;
[[File:SS8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next when you are done entering your information.&lt;br /&gt;
&lt;br /&gt;
==Step 12==&lt;br /&gt;
This next page should be where you create your Administrator account.&lt;br /&gt;
&lt;br /&gt;
[[File:SS9.jpg]]&lt;br /&gt;
&lt;br /&gt;
Create and account that you will remember because this will be the first account you log in with, to configure your server, create accounts and anything else you choose to do. I do not know if there is a way to recover this account if you lose your information, aside from reinstalling mybb. Click Next when finished.&lt;br /&gt;
&lt;br /&gt;
Congratulations you now have the forum software installed!&lt;br /&gt;
&lt;br /&gt;
[[File:SS10.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Completing Your Installation==&lt;br /&gt;
Before your browser will actually access your newly installed forum software, you will need to remove the install directory. You can do that with the following command.&lt;br /&gt;
     sudo rm -R ./install&lt;br /&gt;
&lt;br /&gt;
[[File:SS11.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Accessing Your Page==&lt;br /&gt;
You may now go to you browser and type in the address you assigned your forum. If it works you should see something along the lines of:&lt;br /&gt;
&lt;br /&gt;
[[File:SS12.jpg]]&lt;br /&gt;
&lt;br /&gt;
From here you can login with the administrator account you created and browse around. You can also configure your forum further. Click the admin cp link around the middle/top section of the page and you will be brought to another login screen. Use your administrator account to login again and you will be brought to a new page to configure your forum as you see fit.&lt;br /&gt;
&lt;br /&gt;
[[File:SS13.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You now have your own forum!&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Installing_MyBB_Forum&amp;diff=2028</id>
		<title>Installing MyBB Forum</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Installing_MyBB_Forum&amp;diff=2028"/>
		<updated>2010-05-11T20:37:03Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MyBB is a free and easy to use forum software. This install guide has been used and tested on Ubuntu 9.10 with Apache Version 2.2.12, MySQL Version 5.1.37, and PHP Version 5.2.10-2. I decided to write this guide after having issues with installing MyBB for the network simulation project. Hopefully this can help future Linux students if they are required to use this software as well.&lt;br /&gt;
&lt;br /&gt;
==Before You Begin Installation==&lt;br /&gt;
Before you begin you will need to have apache2, MySQL, and php5 installed on your Machine.&lt;br /&gt;
You will also need to create a database for MyBB in MySQL.&lt;br /&gt;
You will need to download MyBB&#039;s forum software from [http://www.mybb.com/downloads www.mybb.com/downloads]&lt;br /&gt;
&lt;br /&gt;
==Step 1==&lt;br /&gt;
Locate and extract the contents of the software into a directory of your choosing. In my case I extracted it to the directory I downloaded it to. I then created a directory in my web servers directory called forum, where I would move the Uploads directory to. To do this you will need to use the commands I used in the following image.&lt;br /&gt;
&lt;br /&gt;
[[File:SS1.jpg]]&lt;br /&gt;
&lt;br /&gt;
From here on, your working directory in a terminal window will be the /var/www/forum/ directory.&lt;br /&gt;
&lt;br /&gt;
==Step 2==&lt;br /&gt;
You now need to move the files that are located in the Upload directory, to the /var/www/forum/ directory. To do this you will use the command.&lt;br /&gt;
     sudo mv Upload/* .&lt;br /&gt;
Then you will remove the Upload directory as its not needed anymore&lt;br /&gt;
     sudo rm -R Upload&lt;br /&gt;
&lt;br /&gt;
[[File:SS2.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Step 3==&lt;br /&gt;
Now that you have the files and directories where they need to be, you need to edit the permissions for them. MyBB suggests setting certain files and directories with different permissions for security purposes. For this you will enter the following lines in you terminal.&lt;br /&gt;
     sudo chmod -R 775 /var/www/forum*&lt;br /&gt;
     sudo chmod 666 ./inc/config.default.php ./inc/settings.php ./inc/languages/english/* ./inc/languages/english/admin/*&lt;br /&gt;
     sudo chmod 777 ./cache ./cache/themes/ ./uploads ./uploads/avatars ./admin/backups ./inc/languages&lt;br /&gt;
     sudo chmod 775 ./inc/languages/english/admin&lt;br /&gt;
[[File:SS3.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Step 4==&lt;br /&gt;
You now need to change the config.default.php file to config.php&lt;br /&gt;
     sudo mv ./inc/config.default.php ./inc/config.php&lt;br /&gt;
&lt;br /&gt;
==Step 5==&lt;br /&gt;
This is one of the final steps (if everything has gone well so far) before you will begin the installation through your browser. You now need to remove the &amp;quot;lock&amp;quot; file from the install directory, so that when you load your forum in the browser it will initialize the installation.&lt;br /&gt;
     sudo rm ./install/lock&lt;br /&gt;
You are now ready to open your web browser and continue installing there.&lt;br /&gt;
&lt;br /&gt;
==Step 6==&lt;br /&gt;
In your web browser, navigate to [http://localhost/forum/install http://localhost/forum/install]&lt;br /&gt;
Unfortunately, for me navigating here both times I installed MyBB would end up with me trying to download the php file instead of opening it. After much researching I found some fixes that got it working for me. You will need to download 3 php dependencies through aptitude, as listed below.&lt;br /&gt;
     sudo apt-get install php5-mysql php5-cgi php5-cli&lt;br /&gt;
&lt;br /&gt;
[[File:SS4.jpg]]&lt;br /&gt;
&lt;br /&gt;
When the install completes, browsing to the localhost may still not work, if not you may need to restart the apache service.&lt;br /&gt;
     sudo /etc/init.d/apache2 restart&lt;br /&gt;
You should now be able to browse successfully to the start of your MyBB installation.&lt;br /&gt;
&lt;br /&gt;
==Step 7==&lt;br /&gt;
A MyBB Welcome page should now be staring back at you.&lt;br /&gt;
&lt;br /&gt;
[[File:SS5.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
==Step 8==&lt;br /&gt;
Read through the license agreement, and if you agree click Next.&lt;br /&gt;
&lt;br /&gt;
You can now review the requirements check to see if there are any issues&lt;br /&gt;
&lt;br /&gt;
[[File:SS6.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
==Step 9==&lt;br /&gt;
You should now be at the Database Configuration page. If you previously created a database in MySQL for your MyBB installation, this is where you would now enter your info. In my example I had already created a database called mybb in MySQL and it was on the localhost.&lt;br /&gt;
&lt;br /&gt;
[[File:SS7.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next when you are done entering your information.&lt;br /&gt;
&lt;br /&gt;
==Step 10==&lt;br /&gt;
The next 2 pages will be your Table creating, and Table Population, you can click Next through both of these.&lt;br /&gt;
&lt;br /&gt;
==Step 11==&lt;br /&gt;
You should now be at the Board Configuration page. Here you can enter your forum name, your URL for your forum, the website name, email, etc.&lt;br /&gt;
&lt;br /&gt;
[[File:SS8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next when you are done entering your information.&lt;br /&gt;
&lt;br /&gt;
==Step 12==&lt;br /&gt;
This next page should be where you create your Administrator account.&lt;br /&gt;
&lt;br /&gt;
[[File:SS9.jpg]]&lt;br /&gt;
&lt;br /&gt;
Create and account that you will remember because this will be the first account you log in with, to configure your server, create accounts and anything else you choose to do. I do not know if there is a way to recover this account if you lose your information, aside from reinstalling mybb. Click Next when finished.&lt;br /&gt;
&lt;br /&gt;
Congratulations you now have the forum software installed!&lt;br /&gt;
&lt;br /&gt;
[[File:SS10.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Completing Your Installation==&lt;br /&gt;
Before your browser will actually access your newly installed forum software, you will need to remove the install directory. You can do that with the following command.&lt;br /&gt;
     sudo rm -R ./install&lt;br /&gt;
&lt;br /&gt;
[[File:SS11.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Accessing Your Page==&lt;br /&gt;
You may now go to you browser and type in the address you assigned your forum. If it works you should see something along the lines of:&lt;br /&gt;
&lt;br /&gt;
[[File:SS12.jpg]]&lt;br /&gt;
&lt;br /&gt;
From here you can login with the administrator account you created and browse around. You can also configure your forum further. Click the admin cp link around the middle/top section of the page and you will be brought to another login screen. Use your administrator account to login again and you will be brought to a new page to configure your forum as you see fit.&lt;br /&gt;
&lt;br /&gt;
[[File:SS13.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You now have your own forum!&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Installing_MyBB_Forum&amp;diff=2027</id>
		<title>Installing MyBB Forum</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Installing_MyBB_Forum&amp;diff=2027"/>
		<updated>2010-05-11T20:35:26Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: Created page with &amp;#039;MyBB is a free and easy to use forum software. This install guide has been used and tested on Ubuntu 9.10 with Apache Version 2.2.12, MySQL Version 5.1.37, and PHP Version 5.2.10…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MyBB is a free and easy to use forum software. This install guide has been used and tested on Ubuntu 9.10 with Apache Version 2.2.12, MySQL Version 5.1.37, and PHP Version 5.2.10-2. I decided to write this guide after having issues with installing MyBB for the network simulation project. Hopefully this can help future Linux students if they are required to use this software as well.&lt;br /&gt;
&lt;br /&gt;
==Before You Begin Installation==&lt;br /&gt;
Before you begin you will need to have apache2, MySQL, and php5 installed on your Machine.&lt;br /&gt;
You will also need to create a database for MyBB in MySQL.&lt;br /&gt;
You will need to download MyBB&#039;s forum software from [http://www.mybb.com/downloads www.mybb.com/downloads]&lt;br /&gt;
&lt;br /&gt;
==Step 1==&lt;br /&gt;
Locate and extract the contents of the software into a directory of your choosing. In my case I extracted it to the directory I downloaded it to. I then created a directory in my web servers directory called forum, where I would move the Uploads directory to. To do this you will need to use the commands I used in the following image.&lt;br /&gt;
&lt;br /&gt;
[[File:SS1.jpg]]&lt;br /&gt;
&lt;br /&gt;
From here on, your working directory in a terminal window will be the /var/www/forum/ directory.&lt;br /&gt;
&lt;br /&gt;
==Step 2==&lt;br /&gt;
You now need to move the files that are located in the Upload directory, to the /var/www/forum/ directory. To do this you will use the command.&lt;br /&gt;
     sudo mv Upload/* .&lt;br /&gt;
Then you will remove the Upload directory as its not needed anymore&lt;br /&gt;
     sudo rm -R Upload&lt;br /&gt;
[[File:SS2.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Step 3==&lt;br /&gt;
Now that you have the files and directories where they need to be, you need to edit the permissions for them. MyBB suggests setting certain files and directories with different permissions for security purposes. For this you will enter the following lines in you terminal.&lt;br /&gt;
     sudo chmod -R 775 /var/www/forum*&lt;br /&gt;
     sudo chmod 666 ./inc/config.default.php ./inc/settings.php ./inc/languages/english/* ./inc/languages/english/admin/*&lt;br /&gt;
     sudo chmod 777 ./cache ./cache/themes/ ./uploads ./uploads/avatars ./admin/backups ./inc/languages&lt;br /&gt;
     sudo chmod 775 ./inc/languages/english/admin&lt;br /&gt;
[[File:SS3.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Step 4==&lt;br /&gt;
You now need to change the config.default.php file to config.php&lt;br /&gt;
     sudo mv ./inc/config.default.php ./inc/config.php&lt;br /&gt;
&lt;br /&gt;
==Step 5==&lt;br /&gt;
This is one of the final steps (if everything has gone well so far) before you will begin the installation through your browser. You now need to remove the &amp;quot;lock&amp;quot; file from the install directory, so that when you load your forum in the browser it will initialize the installation.&lt;br /&gt;
     sudo rm ./install/lock&lt;br /&gt;
You are now ready to open your web browser and continue installing there.&lt;br /&gt;
&lt;br /&gt;
==Step 6==&lt;br /&gt;
In your web browser, navigate to [http://localhost/forum/install http://localhost/forum/install]&lt;br /&gt;
Unfortunately, for me navigating here both times I installed MyBB would end up with me trying to download the php file instead of opening it. After much researching I found some fixes that got it working for me. You will need to download 3 php dependencies through aptitude, as listed below.&lt;br /&gt;
     sudo apt-get install php5-mysql php5-cgi php5-cli&lt;br /&gt;
[[File:SS4.jpg]]&lt;br /&gt;
&lt;br /&gt;
When the install completes, browsing to the localhost may still not work, if not you may need to restart the apache service.&lt;br /&gt;
     sudo /etc/init.d/apache2 restart&lt;br /&gt;
You should now be able to browse successfully to the start of your MyBB installation.&lt;br /&gt;
&lt;br /&gt;
==Step 7==&lt;br /&gt;
A MyBB Welcome page should now be staring back at you.&lt;br /&gt;
[[File:SS5.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
==Step 8==&lt;br /&gt;
Read through the license agreement, and if you agree click Next.&lt;br /&gt;
&lt;br /&gt;
You can now review the requirements check to see if there are any issues&lt;br /&gt;
[[File:SS6.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
==Step 9==&lt;br /&gt;
You should now be at the Database Configuration page. If you previously created a database in MySQL for your MyBB installation, this is where you would now enter your info. In my example I had already created a database called mybb in MySQL and it was on the localhost.&lt;br /&gt;
[[File:SS7.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next when you are done entering your information.&lt;br /&gt;
&lt;br /&gt;
==Step 10==&lt;br /&gt;
The next 2 pages will be your Table creating, and Table Population, you can click Next through both of these.&lt;br /&gt;
&lt;br /&gt;
==Step 11==&lt;br /&gt;
You should now be at the Board Configuration page. Here you can enter your forum name, your URL for your forum, the website name, email, etc.&lt;br /&gt;
[[File:SS8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click Next when you are done entering your information.&lt;br /&gt;
&lt;br /&gt;
==Step 12==&lt;br /&gt;
This next page should be where you create your Administrator account.&lt;br /&gt;
[[File:SS9.jpg]]&lt;br /&gt;
&lt;br /&gt;
Create and account that you will remember because this will be the first account you log in with, to configure your server, create accounts and anything else you choose to do. I do not know if there is a way to recover this account if you lose your information, aside from reinstalling mybb. Click Next when finished.&lt;br /&gt;
&lt;br /&gt;
Congratulations you now have the forum software installed!&lt;br /&gt;
[[File:SS10.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Completing Your Installation==&lt;br /&gt;
Before your browser will actually access your newly installed forum software, you will need to remove the install directory. You can do that with the following command.&lt;br /&gt;
     sudo rm -R ./install&lt;br /&gt;
[[File:SS11.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Accessing Your Page==&lt;br /&gt;
You may now go to you browser and type in the address you assigned your forum. If it works you should see something along the lines of:&lt;br /&gt;
[[File:SS12.jpg]]&lt;br /&gt;
&lt;br /&gt;
From here you can login with the administrator account you created and browse around. You can also configure your forum further. Click the admin cp link around the middle/top section of the page and you will be brought to another login screen. Use your administrator account to login again and you will be brought to a new page to configure your forum as you see fit.&lt;br /&gt;
[[File:SS13.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You now have your own forum!&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS13.jpg&amp;diff=2026</id>
		<title>File:SS13.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS13.jpg&amp;diff=2026"/>
		<updated>2010-05-11T19:15:46Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 13&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 13&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS12.jpg&amp;diff=2025</id>
		<title>File:SS12.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS12.jpg&amp;diff=2025"/>
		<updated>2010-05-11T19:15:14Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 12&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 12&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS11.jpg&amp;diff=2024</id>
		<title>File:SS11.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS11.jpg&amp;diff=2024"/>
		<updated>2010-05-11T19:14:41Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 11&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 11&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS10.jpg&amp;diff=2023</id>
		<title>File:SS10.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS10.jpg&amp;diff=2023"/>
		<updated>2010-05-11T19:14:18Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 10&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS9.jpg&amp;diff=2022</id>
		<title>File:SS9.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS9.jpg&amp;diff=2022"/>
		<updated>2010-05-11T19:14:00Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 9&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 9&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS8.jpg&amp;diff=2021</id>
		<title>File:SS8.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS8.jpg&amp;diff=2021"/>
		<updated>2010-05-11T19:13:31Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 8&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 8&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS7.jpg&amp;diff=2020</id>
		<title>File:SS7.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS7.jpg&amp;diff=2020"/>
		<updated>2010-05-11T19:13:08Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 7&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 7&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS6.jpg&amp;diff=2019</id>
		<title>File:SS6.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS6.jpg&amp;diff=2019"/>
		<updated>2010-05-11T19:12:46Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 6&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 6&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS5.jpg&amp;diff=2018</id>
		<title>File:SS5.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS5.jpg&amp;diff=2018"/>
		<updated>2010-05-11T19:12:18Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 5&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 5&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS4.jpg&amp;diff=2017</id>
		<title>File:SS4.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS4.jpg&amp;diff=2017"/>
		<updated>2010-05-11T19:11:58Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 4&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 4&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS3.jpg&amp;diff=2016</id>
		<title>File:SS3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS3.jpg&amp;diff=2016"/>
		<updated>2010-05-11T19:11:33Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 3&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS2.jpg&amp;diff=2015</id>
		<title>File:SS2.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS2.jpg&amp;diff=2015"/>
		<updated>2010-05-11T19:10:47Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 2&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=2014</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=2014"/>
		<updated>2010-05-11T18:37:18Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: /* 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;
* [[Installing MyBB Forum]]&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>Doyl0076</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:SS1.jpg&amp;diff=2013</id>
		<title>File:SS1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:SS1.jpg&amp;diff=2013"/>
		<updated>2010-05-11T18:31:07Z</updated>

		<summary type="html">&lt;p&gt;Doyl0076: mybb screenshot 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mybb screenshot 1&lt;/div&gt;</summary>
		<author><name>Doyl0076</name></author>
	</entry>
</feed>