Skip to content

Instantly share code, notes, and snippets.

@mpwsh
mpwsh / solana_api.conf
Created September 2, 2022 01:03 — forked from everstake/solana_api.conf
Nginx config used for api.solana-tds.everstake.one
#Nginx config used for api.solana-tds.everstake.one
# Tune timeouts for proxy
proxy_buffering off;
proxy_connect_timeout 360s;
proxy_send_timeout 360s;
proxy_read_timeout 700s;
proxy_next_upstream error timeout http_500 http_502 http_503 http_504;
# Source: https://gist.github.com/2e67c67a36a2e782422ebefb4a0a2612
git clone https://github.com/vfarcic/devops-toolkit-crossplane
cd devops-toolkit-crossplane
# Create a local Kubernetes cluster.
kubectl create namespace crossplane-system
@mpwsh
mpwsh / installNeovim.sh
Created December 7, 2019 22:05 — forked from darcyparker/installNeovim.sh
Build and install neovim for Debian
#!/usr/bin/env bash
#Build and install neovim for Debian
#See: https://neovim.io/
#See: https://github.com/neovim/neovim/wiki/Building-Neovim#quick-start
#Save current dir
pushd . > /dev/null
#Install dependencies