Back to All Events

GNU/Linux and Unix tutorial

Come join us for two 1-2hr long tutorial sessions on Linux operating system. We will try to cover things starting from the rudimentary basics, but will also touch upon more advanced, hackier aspects of linux. For this tutorial we will be working off of Ubuntu 14.04 (LTS), however the material is distro non-specific.

Speaker: Areg Danagoulian, aregjan@mit.edu.

Location: 24-213

Time: 14:00-16:00, September 29rd and 31st, 2019

Requirements:

For the tutorial everyone needs to just have a laptop running ubuntu or Darwin (Mac OS X) and know how to open a terminal. The MS Windows users have a few alternatives:

  1. Easiest: install PUTY and just login to your account on athena.dialup.mit.edu
  2. Easy: get ubuntu working inside a (free) virtual box. If you install virtual box (easy), I'll give you an ubuntu image to load. (I'd recommend Mac users to do this as well -- the differences between Darwin and linux can be significant, and I won't have the time to go over both). If you want to keep using your MS windows but be able to run linux locally, this is probably the best solution.
  3. Harder: make your laptop dual boot. I have a USB flash drive with an ubuntu image, I can show you how to do this.

    Instructions for the course

  1. open a terminal (or ssh to athena.dialup.mit.edu)
  2. In your terminal do the following:
    1. $ wget https://www.dropbox.com/s/s3wskq5n08fi7sr/Linux_tutorial.tar
    2. this will download a tar ball with the course material
  3. Next, untar the tarball:
    1. $ tar xvf Linux_tutorial.tar
  4. $ cd Linux_tutorial
  5. You are ready to start.