Skip to content

Instantly share code, notes, and snippets.

View adrianescutia's full-sized avatar
:electron:
🐳 Simplifying Kubernetes and Containers

Adrian Escutia Soto adrianescutia

:electron:
🐳 Simplifying Kubernetes and Containers
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