Skip to content

Instantly share code, notes, and snippets.

@explodecomputer
Last active October 20, 2017 10:30
Show Gist options
  • Save explodecomputer/bbdd929c4a716ee1c51fc815698ef963 to your computer and use it in GitHub Desktop.
Save explodecomputer/bbdd929c4a716ee1c51fc815698ef963 to your computer and use it in GitHub Desktop.

Using the Linux VM

Your computer's main operating system is Windows, but it has a 'virtual machine' running Linux Ubuntu.

What is a virtual machine? This is basically a simulation of a computer. The software 'VirtualBox' can simulate different operating systems. We're using a virtual machine to provide a Linux environment in which to perform the work required for this unit.

What is Linux Ubuntu? Linux is a basic operating system, but you can add various configurations or collections of software to give it different behaviours etc. These are then released as 'distributions'. There are many different Linux distributions, but Ubuntu is the most popular due to its relative similarity to Windows.

This guide will show you how to log on to the Linux virtual machine.

Step 1. Open the VirtualBox software

Log in to Windows with your username/password as normal. Open up VirtualBox

Step 2. Select the Ubuntu image

Choose the Ubuntu image - this is the virtual machine that we will be using. Double click

Step 3. Login to the VM

The VM should load up, you can log in using the following information:

Username: User1

Password: Florida$Sun

Step 4. Using Ubuntu

You are now logged in! It should look like this:

You can make this 'full screen' by pressing right ctrl + f. You can get out of the fullscreen by pressing right ctrl + f again.

The main things you'll be using are:

  • a browser (e.g. Firefox)
  • RStudio
  • Konsole, command line interface software
  • Atom, text editor

To find any of these applications

  1. Press the Windows key on the keyboard, it brings up a search bar. Alternatively, click on the Ubuntu icon in the top left corner.
  2. Type in the application, e.g. "RStudio", once it finds it, press enter

Try opening up Atom and Konsole. You can drag to the edges to snap to arrange.

If you type something into the Atom text editor and press F5 it should "send" that line to the Konsole, without you having to copy and paste.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment