Skip to content

Instantly share code, notes, and snippets.

@JustinData
JustinData / NE-AFG.txt
Created January 29, 2016 16:00
Natural Earth country shape file data sample.
Data sample from Afghanistan
properties:
abbrev: "Afg."
abbrev_len: 4
adm0_a3: "AFG"
adm0_a3_is: "AFG"
adm0_a3_un: -99
# =================
# Aliases
# =================
alias learn="cd ~/dev/wdi"
# =================
# Bash Prompt
# =================
@JustinData
JustinData / installfest.md
Last active August 29, 2015 13:59
Ubuntu Linux Installfest

Installing Tools

  1. [HipChat][hipchat]
  • Google Chrome
    • sudo apt-get install libxss1
    • wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
    • sudo dpkg -i google-chrome*.deb
  • [Install Ruby + Rails][rails] (Be sure to read the below instructions before going to the linked guide.)
    • In the linked guide when you get to generating you SSH key, as you're generating the key it requests a location to create the files, use the example the prompt provides. *If you create a psscode when generating the key, you will be prompted for the passcode when testing the connection.