Skip to content

Instantly share code, notes, and snippets.

@voor
voor / aws.ini
Last active June 28, 2023 05:56
100% Offline installation on Ubuntu with kubeadm for Kubernetes 1.15.3
[Global]
[ServiceOverride "ec2"]
URL = "https://ec2.${AWS_ENDPOINT_URL}"
SigningRegion = "${AWS_REGION}"
Region = "${AWS_REGION}"
SigningMethod = v4
Service = ec2
[ServiceOverride "elasticloadbalancing"]
@micahhausler
micahhausler / get_gemfury_packages.py
Last active August 29, 2015 14:11
Gemfury Download
#!/usr/bin/env python
# Copyright (C) Micah Hausler, 2014
# Using MIT License <http://opensource.org/licenses/MIT>
#
__doc__ = """
This is a quick hack to download all your python packages from Gemfury.
$ virtualenv venv
$ source ./venv/bin/activate