Introduction to Ubuntu 16.04 GUI

Task 0: Boot from the USB

  1. While powering on the laptops, rapidly hit F9 to display the list of boot devices.
  2. Select your Samsung USB stick from the menu.

Task 1: Familiarize Yourself with the Ubuntu Desktop

At the log-in screen, click in the password input box, enter academy for the password, and hit enter. The screen should look like the image below when you log in:

../_images/ubuntu_desktop.png

Screenshot of Ubuntu 16.04 desktop.

There are several things you will notice on the desktop:

../_images/ubuntu_desktop_details.png

We will briefly describe the two main panels visible.

Statusbar

  1. Ubuntu statusbar is located on the top right of the screen.
  2. Statusbar contains indicators which allow you to monitor the state of the system and applications. For laptops, you will see a battery level indicator.
  3. It also provides easy access to system controls, such as, sound level or wireless networks.
  4. The rightmost gear icon brings up a menu which allows the user to log out, shut down the computer, access system settings, etc…

Taskbar

  1. Taskbar is on the left side of the screen. It shows running and “favorite” applications, connected thumb drives, etc.
  2. The top icon is used to access all applications and files and can be envoked with a Super/Win key.
  3. The next icons are either applications which are currently running or have been “pinned” (again, more on pinning later)
  4. Any removable drives, like thumb drives, are found after the application icons.
  5. If the launcher bar gets “too full”, clicking and dragging up/down allows you to see the applications that are hidden.
  6. To reorganize the icons on the launcher, click and hold the icon until it “pops out”, then move it to the desired location.

Task 2: Open and Inspect an Application

Click on the filing-cabinet icon in the launcher. A window should show up, and your desktop should look like something below:

../_images/ubuntu_folder_browser.png

Things to notice:

  1. The close, minimize, and maximize buttons typically found on the right-hand side of the window title bar are found on the left-hand side.
  2. The menu for windows are found on the menu bar at the top of the screen, much in the same way Macs do. The menus, however, only show up when you hover the mouse over the menu bar.
  3. Notice that there are triangles on the left and right of the folder icon. The triangles on the left show how many windows of this application are open, and the right shows which application is currently in the foreground, or “has focus”. Clicking on these icons when the applications are open does one of two things:
  • If there is only one window open, this window gets focus.
  • If more than one are open, clicking a second time causes all of the windows to show up in the foreground, so that you can choose which window to go to (see below):
../_images/ubuntu_inspect.png

Task 3: Start an Application & Pin it to the Launcher Bar

Click on the launcher button (top left) and type gedit in the search box. The “Text Editor” application (this is actually gedit) should show up (see below):

../_images/ubuntu_start_application.png

Click on the application. The text editor window should show up on the screen, and the text editor icon should show up on the launcher bar on the left-hand side (see below):

../_images/ubuntu_application_pin.png
  1. Right-click on the text editor launch icon, and select “Lock to Launcher”.
  2. Close the gedit window. The launcher icon should remain after the window closes.
  3. Click on the gedit launcher icon. You should see a new gedit window appear.
  4. The gedit application can now be opened quickly by a single click.

Task 4: Changing the IP

When working with robots, we often have to configure the network manually and fix IP addresses for hosts. Let’s have a look on how network profiles can be configured in Ubuntu via GUI.
  1. Click on the radio button on the statusbar and choose “Edit Connections…”

    ../_images/ubuntu_wifi.png
  2. A window with all your network connection profiles opens. Select “clearbot-0” and click “edit”.

    ../_images/ubuntu_wifi_conn.png
  3. Under the “IPv4 settings” tab, you can choose between manual or automatic (DHCP) mode. During this training we use the following manual network configuration:

    • IP range for robots: 192.168.200.<1–99>
    • IP range for laptops: 192.168.200.<101–199>
    • Network mask: 255.255.255.0 (or shortly 24)
    • Gateway: 192.168.200.250
    • Nameserver: 8.8.8.8
  4. For example, laptop-1 should have the following settings:

    ../_images/ubuntu_wifi_ipv4.png
  5. Check the number in your hostname matches with the configuratioin above.