Skip to content

Instantly share code, notes, and snippets.

@selfup
Last active August 29, 2015 14:28
Show Gist options
  • Save selfup/292e09d0b0b23236fbbf to your computer and use it in GitHub Desktop.
Save selfup/292e09d0b0b23236fbbf to your computer and use it in GitHub Desktop.
Student Led Session

##Linux - Free as in Freedom

####Setting up a VM or repurposing an old machine

  • Downloading/Getting an iso (I will have a few USB sticks with ISO's)
  • Loading the machine (Spinning up a VM or setting the BIOS load order)
  • Installing Ubuntu 15.04
  • During install we will talk about different distro's

####Familiar place

  • Bash based terminal
  • Package managers (apt-get)
  • Stricter naming rules

####Getting ruby, node, and rails

  • We will use rbenv as our ruby manager
  • Must get node to get rails on Linux
  • Get rails
  • Generate sample app
  • Linking your github

####Freedom

  • Change how your distro looks and works
  • Get different Desktop Environments
  • Get Terminator
  • Customize the dock, icons, etc..

####If time permits, get nginx to work

  • Precursor to Devops on DigitalOcean
  • Learn how to handle linux
  • Learn where to look for answers
  • Learn where to find custom setups to be unique and free
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment