This list has moved to a GitHub repo for easier tracking: https://github.com/coreos/awesome-kubernetes-extensions
Please comment below if you are using Kubernetes Third-Party Resources and I will add you to the list.
Known Users:
| # Setup HomeBrew: https://brew.sh/ | |
| brew install openblas | |
| pip download --no-binary :all: --no-deps numpy | |
| unzip numpy-1.18.2.zip # (you may have newer version) | |
| cd numpy-1.18.2 | |
| cat > site.cfg <<EOF | |
| [openblas] | |
| libraries = openblas | |
| library_dirs = $(brew --prefix openblas)/lib |
| #!/bin/bash | |
| if [ -z "$@" ]; then | |
| echo "Usage: goto project-name" | |
| return | |
| fi | |
| search_path=$GOPATH/src/ | |
| for i in {1..3}; do |
This list has moved to a GitHub repo for easier tracking: https://github.com/coreos/awesome-kubernetes-extensions
Please comment below if you are using Kubernetes Third-Party Resources and I will add you to the list.
Known Users:
| // https://gist.github.com/DavidWittman/b7a509632ed92fccf237 (SuperMicro) | |
| package main | |
| import ( | |
| "fmt" | |
| "net" | |
| "github.com/vmware/goipmi" | |
| ) |
| <?php | |
| /** | |
| * There is a bug in filternet (filtering system of Iran). | |
| * if you wait 2 seconds or more | |
| * before sending http request headers, you can bypass | |
| * filternet! Also you should use LF | |
| * instead of CRLF (like netcat). | |
| * | |
| * | |
| * How to run: |
| # %(mysite)s - run %(mysite)s instances (default is the main production instance) | |
| # | |
| # This runs gunicorn-django for %(mysite)s; to install: | |
| # * sudo ln -s <this file> /etc/init/%(mysite)s | |
| # * sudo initctl reload-configuration | |
| # | |
| # it expects the following directory layout: | |
| # | |
| # /home/%(mysite)s/public_html | |
| # \-env -> virtualenv |