11 Create an Ubuntu Desktop

Dante Rocca

Sometimes we need a Linux desktop with more power than Tiny Core Linux. Like other Linux flavors (known as distributions), Ubuntu’s primary strength is the command line interface. Ubuntu Desktop has a graphical interface already installed but we will use the terminal for the installation in this lab anyway.

Learning Objectives

  • Successfully download, install, and run Ubuntu Desktop in a GNS3 environment

Prerequisites

Deliverables

  • None – this is a preparatory lab that supports other labs in this book

Resources

Contributors and Testers

  • Mathew J. Heath Van Horn, PhD, ERAU-Prescott

Phase I – Download and Installation

Much like the Linux Server, installation is pretty straightforward. Be sure to work through the lab completely as the tools installed later will be used down the line.
  1. Download Ubuntu Desktop from here
  2. Start Oracle Virtual Box Manager
  3. Click on New (Figure 1)
    1. Pick a name, here we will use Ubuntu Desktop New
    2. Choose a directory where you want the VM installed.  Here we used an external M2 drive
    3. Use the dropdown menu to select the Ubuntu Desktop ISO that you downloaded
    4. IMPORTANT! Click Skip Unattended Installation
    5. Click Next (Figure 2)
    6. Change the base memory to 4096 MB and click next (Figure 3)

      NOTE: Ubuntu Desktop requires 4GB of RAM to install. This unfortunately makes it more intense than other machines used in this book. If you need an Ubuntu Desktop that uses less RAM we recommend version 22 instead of version 24. That can be found here.

    7. Leave the default Virtual Hard Disk settings and click next (Figure 4)
    8. Review the summary and click Finish (Figure 5)
  4. Start the Ubuntu Desktop VM
  5. Hit enter to try or install Ubuntu (Figure 6)
  6. When the welcome to Ubuntu window appears select your language and click next (Figure 7)
  7. On the Accessibility screen, select any accessibility settings relevant to you. Once done, hit next
  8. Select your keyboard layout and hit next (Figure 8)
  9. On the Internet Connection screen leave the Use wired connection radio button selected and hit next (Figure 9)
  10. Select Install Ubuntu and hit Next (Figure 10)
  11. Select Interactive Installation and hit next (Figure 11)
  12. Select Default selection and hit next (Figure 12)

    NOTE: If desired you may select Extended selection but it isn’t required for the labs present in this book and will take longer to install.

  13. Select any proprietary software you desire, none of them will be needed for labs in this book. Hit next
  14. Select Erase disk and install Ubuntu then click next (Figure 13)
  15. Enter a name and the computer and username should be automatically filled out. Like every other machine we will use the name student. Enter a password, as with every other machine, we use Security1 as our password. Click next (Figure 14)
  16. Select your time zone and location (Figure 15)
  17. Review your choices and click Install (Figure 16)
  18. Once the installation is complete, click Restart now (Figure 17)
  19. Hit enter when prompted to boot into the machine

Phase II – Installing SSH

Secure Shell (SSH)  is a common remote shell and administration tool. It is used to securely remote login and command-line execution. We install it here for later use.

  1. Log into the Ubuntu Desktop virtual machine
  2. Click the Canonical logo (show applications) button in the bottom left corner. In the search screen that appears, search for and open the terminal (Figure 18)
  3. In the newly opened terminal, type the following command to install SSH

    sudo apt install ssh

  4. Enter y when prompted
  5. Once the install is finished, ssh will successfully be installed (Figure 19)

 

End of Lab

 

Figures for Printed Version
Image of Commands
Figure 1 – Creating a new VM

 

Image of Commands
Figure 2 – Creating a new VM

 

Screenshot of Hardware Specifications
Figure 3 – Screenshot of Hardware Specifications

 

Image of Commands
Figure 4 – Creating a new VM

 

Screenshot of Summary Page
Figure 5 – Screenshot of Summary Page

 

Image of Commands
Figure 6 – Installing a Ubuntu Desktop

 

Language Selection Screen
Figure 7 – Language Selection Screen

 

Keyboard Layout Screen
Figure 8 – Keyboard Layout Screen

 

Internet Connection Screen
Figure 9 – Internet Connection Screen

 

Try or Install Ubuntu Screen
Figure 10 – Try or Install Ubuntu Screen

 

Type of Installation Screen
Figure 11 – Type of Installation Screen

 

Applications Screen
Figure 12 – Applications Screen

 

Disk Setup Screen
Figure 13 – Disk Setup Screen

 

Create Account Screen
Figure 14 – Create Account Screen

 

Select Timezone Screen
Figure 15 – Select Timezone Screen

 

Ready to Install Screen
Figure 16 – Ready to Install Screen

 

Installation Complete Screen
Figure 17 – Installation Complete Screen

 

Image of Commands
Figure 18 – Find the terminal

 

Image of Commands
Figure 19 – Install SSH

License

Icon for the Creative Commons Attribution 4.0 International License

Mastering Enterprise Networks Copyright © 2024 by Dante Rocca is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book