Skip to content

Instantly share code, notes, and snippets.

View paulstey's full-sized avatar

Paul Stey paulstey

  • Brown University
View GitHub Profile
@widdowquinn
widdowquinn / jupyterhub_aws.md
Created December 9, 2017 16:33
Set up JupyterHub on AWS

JupyterHub on AWS

EC2 Setup

  • Log in to AWS
  • Go to a sensible region
  • Start a new instance with Ubuntu Trusty (14.04) - compute-optimised instances have a high vCPU:memory ratio, and the lowest-cost CPU time. c4.2xlarge is a decent choice.
  • Set security group (firewall) to have ports 22, 80, and 443 open (SSH, HTTP, HTTPS)
  • If you want a static IP address (for long-running instances) then select Elastic IP for this VM
  • If you want to use HTTPS, you'll probably need a paid certificate, or to use Amazon's Route 53 to get a non-Amazon domain (to avoid region blocking).
@lnpbk
lnpbk / gist:9249512
Created February 27, 2014 12:56
Change line-height in atom editor
/*
* Go to Settings > Themes > your stylesheet, and add the following
*/
@line-height: 2em;
.tree-view {
}