← Back to Study Plan

Getting Started with Ubuntu Desktop

Learn your way around the Ubuntu interface

0 of 5 lessons completed

1

The Ubuntu Desktop

Understanding the layout

Ubuntu uses a desktop environment called GNOME. It's different from Windows or macOS, but once you learn the layout, it's very intuitive.

Desktop Layout
Activities Thu 13 Feb 14:30 Volume | Wi-Fi | Power
Your desktop workspace

The Top Bar

  • Activities (top-left) - Click this or press the Super key (Windows key on your Mac's keyboard in VirtualBox) to see all open windows and search for apps
  • Clock (center) - Shows date/time; click it to see calendar and notifications
  • System Tray (top-right) - Volume, Wi-Fi, battery, and power options. Click for quick settings

The Dock (left side)

  • Shows your favorite apps and currently running apps (with a dot underneath)
  • The Files icon opens the file manager (like Finder on Mac)
  • The grid icon at the bottom shows all installed applications
Try It Now!
  1. Click Activities in the top-left corner
  2. Notice how all your open windows appear as thumbnails
  3. Type "settings" in the search box - see how it finds apps!
  4. Press Esc to close Activities
  5. Click the grid icon at the bottom of the dock to see all apps
2

The Files App

Managing your files and folders

The Files app (also called Nautilus) is Ubuntu's file manager - similar to Finder on Mac or File Explorer on Windows.

Opening Files

  • Click the Files icon in the dock (looks like a folder)
  • Or press Super and type "Files"

Key Locations (left sidebar)

🏠
Home
Your personal folder
📄
Documents
Store your files here
📥
Downloads
Browser downloads go here
💻
Desktop
Files on your desktop

Basic Operations

  • Create folder: Right-click in empty space > "New Folder"
  • Copy/Paste: Right-click file > Copy, then right-click destination > Paste
  • Delete: Right-click > "Move to Trash" (or press Delete)
  • Rename: Right-click > Rename (or press F2)
Tip: Show Hidden Files Press Ctrl + H to toggle hidden files (files starting with a dot).
Try It Now!
  1. Open the Files app from the dock
  2. Navigate to your Documents folder
  3. Right-click and create a New Folder called "Practice"
  4. Double-click to open it
  5. Press Ctrl + H to show hidden files
3

Installing Applications

Using the Ubuntu Software app

Ubuntu has an app store called Ubuntu Software (or "App Center" in newer versions). It's the easiest way to install apps - no terminal required!

Opening Ubuntu Software

  • Click the grid icon at the bottom of the dock
  • Search for "Ubuntu Software" or "App Center"
  • Or click its icon if it's already in your dock

Installing an App

  1. Open Ubuntu Software
  2. Use the search icon to find an app (e.g., "VLC", "VS Code")
  3. Click on the app to see details
  4. Click Install
  5. Enter your password when prompted
  6. Wait for installation to complete

Removing an App

  1. Open Ubuntu Software
  2. Click the Installed tab
  3. Find the app you want to remove
  4. Click Uninstall
Good Apps to Know About
  • Firefox - Web browser (pre-installed)
  • LibreOffice - Office suite like Microsoft Office (pre-installed)
  • VS Code - Code editor (you'll use this later)
  • VLC - Video player
Try It Now!
  1. Open Ubuntu Software / App Center
  2. Browse the categories or search for an app
  3. Click on any app to read about it (you don't have to install)
  4. Check the "Installed" tab to see what's already on your system
4

System Settings

Customizing your Ubuntu

The Settings app lets you configure your system. Here are the most important sections for getting started.

Opening Settings

  • Click the system tray (top-right) > click Settings (gear icon)
  • Or press Super and type "Settings"

Key Settings You'll Use

Wi-Fi - Connect to wireless networks

  • Go to Settings > Wi-Fi
  • Click on a network name and enter the password

Displays - Screen resolution and scaling

  • If text is too small or too big, adjust the Scale setting
  • In VirtualBox, you might need to resize the window for best results

Appearance - Light/Dark mode and colors

  • Choose between Light, Dark, or automatic appearance
  • Select your accent color

Keyboard - Customize keyboard shortcuts

  • View and modify system shortcuts
  • Useful to know what shortcuts are available
Try It Now!
  1. Open Settings (click system tray, then gear icon)
  2. Go to Appearance and try switching to Dark mode
  3. Check out Displays and note the resolution
  4. Look at Keyboard > "View and Customize Shortcuts"
5

Essential Keyboard Shortcuts

Work faster with your keyboard

Learning these shortcuts will make you much faster at using Ubuntu. Remember: in Ubuntu (inside VirtualBox), you use Control (not Command).

System Shortcuts

Super Open Activities overview (search apps, see windows)
Super + A Show all applications
Super + L Lock screen
Alt + F4 Close current window
Alt + Tab Switch between open apps

File & Text Shortcuts

Ctrl + C Copy
Ctrl + V Paste
Ctrl + X Cut
Ctrl + Z Undo
Ctrl + S Save

Files App Shortcuts

Ctrl + H Show/hide hidden files
Ctrl + L Show location bar (type a path)
F2 Rename selected file
Delete Move to Trash

Terminal Shortcut

Ctrl + Alt + T Open Terminal (this may not work in VirtualBox - use Activities instead)
VirtualBox Note Some keyboard shortcuts might be captured by your Mac instead of Ubuntu. If a shortcut doesn't work, try clicking inside the Ubuntu window first, or use the Activities menu instead.
Try It Now!
  1. Press Super to open Activities
  2. Press Super + A to show all apps
  3. Open Files and press Ctrl + H to toggle hidden files
  4. Open two apps and use Alt + Tab to switch between them

You're Ready!

You now know your way around the Ubuntu desktop. Time to learn the terminal!

Continue to CLI Tutorial →