Skip to content
Snippets Groups Projects
Commit 0bc77457 authored by yangalicace1's avatar yangalicace1
Browse files

Deployed 18558c5b to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 13a15d65
No related branches found
No related tags found
No related merge requests found
......@@ -869,30 +869,34 @@ sudo reboot
<li>Username: tfs</li>
<li>Password: tfs123</li>
</ul>
<p>On the next screen press "Customize Settings", save the VM and in "Settings" change:
- Change to use 4 CPUs
- Change to access 8 GB of RAM
- Change disk to size 60 GB
- Change the network interface to use the previously created TFS-NAT-Net</p>
<p>On the next screen press "Customize Settings", save the VM and in "Settings" change:</p>
<ul>
<li>Change to use 4 CPUs</li>
<li>Change to access 8 GB of RAM</li>
<li>Change disk to size 60 GB</li>
<li>Change the network interface to use the previously created TFS-NAT-Net</li>
</ul>
<p>Run the VM to start the installation.</p>
<h3><u>Install Ubuntu 22.04.1 LTS Operating System</u></h3>
<p>The installation will be automatic, without any configuration required.</p>
<ul>
<li>Configure the guest IP, gateway and DNS:</li>
</ul>
<li>
<p>Configure the guest IP, gateway and DNS:</p>
<p>Using the Network Settings for the wired connection, set the IP to 10.0.2.10,
the mask to 255.255.255.0, the gateway to 10.0.2.2 and the DNS to 10.0.2.2.</p>
<ul>
<li>Disable and remove swap file:</li>
</ul>
the mask to 255.255.255.0, the gateway to 10.0.2.2 and the DNS to 10.0.2.2.</p>
</li>
<li>
<p>Disable and remove swap file:</p>
<p>$ sudo swapoff -a
$ sudo rm /swapfile</p>
$ sudo rm /swapfile</p>
<p>Then you can remove or comment the /swapfile entry in /etc/fstab</p>
<ul>
<li>Install Open SSH Server</li>
</li>
<li>
<p>Import SSH keys, if any.</p>
<p>Install Open SSH Server</p>
<ul>
<li>Import SSH keys, if any.</li>
</ul>
</li>
<li>
<p>Restart the VM when the installation is completed.</p>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment