"

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
    Image of Commands
    Figure 1 – Creating a new VM
    1. Pick a name, here we will use Ubuntu Desktop New
    2. Select a directory where you want the VM to be 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

      Image of Commands
      Figure 2 – Creating a new VM
    6. Change the base memory to 4096 MB and click next

      Same as instructions
      Figure 3 – changing the memory amount

      NOTE: The Ubuntu Desktop requires 4GB of RAM for installation. 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

      Image of Commands
      Figure 4 – Creating a new VM
    8. Review the summary and click Finish
      Same as instructions
      Figure 5 – review the system
  4. Start the Ubuntu Desktop VM
  5. Hit enter to try or install Ubuntu
    Image of Commands
    Figure 6 – Installing a Ubuntu Desktop
  6. When the welcome to Ubuntu window appears, select your language and click next

    Same as instructions
    Figure 7 – installing Ubuntu
  7. On the Accessibility screen, select any accessibility settings relevant to you. Once done, hit next
  8. Select your keyboard layout and hit next

    Same as instructions
    Figure 8 – continuing the installation
  9. On the Internet Connection screen leave the Use wired connection radio button selected and hit next

    Same as instructions
    Figure 9 – use wired connection
  10. Select Install Ubuntu and hit Next
    Same as text
    Figure 10 – continue installation
  11. Select Interactive Installation and hit next

    Same as instructions
    Figure 11 – Interactive installation
  12. Select Default selection and hit next

    Same as instructions
    Figure 12 – select defaults

    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

    Same as instructions
    Figure 13 – erase the disk
  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
    Same as instructions
    Figure 14 – continue installation
  16. Select your time zone and location
    Same as instructions
    Figure 15 – select time zone
  17. Review your choices and click Install
    same as instructions
    Figure 16 – continue installation
  18. Once the installation is complete, click Restart now
    Same as instructions
    Figure 17 – restart
  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
    Image of Commands
    Figure 18 – Find terminal
  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 installation is finished, SSH will be successfully installed
    Image of Commands
    Figure 19 – Install SSH

 

End of Lab
Feedback email
Figure 00 – Contact us via prmaster@erau.edu

License

Icon for the Creative Commons Attribution-NonCommercial 4.0 International License

Mastering Enterprise Networks 2e Copyright © 2024 by Mathew J. Heath Van Horn is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License, except where otherwise noted.