Skip to content

Instantly share code, notes, and snippets.

View adrianescutia's full-sized avatar
💭
🐳 Simplifying Kubernetes and Experimenting

Adrian Escutia Soto adrianescutia

💭
🐳 Simplifying Kubernetes and Experimenting
View GitHub Profile
@lemenkov
lemenkov / gist:1674929
Created January 25, 2012 05:31
Properly download from GitHub with wget or curl
wget --content-disposition https://github.com/joyent/node/tarball/v0.7.1
curl -LJO https://github.com/joyent/node/tarball/v0.7.1