Skip to content

Instantly share code, notes, and snippets.

View aliasmee's full-sized avatar
🎯
Focusing

飞走不可 aliasmee

🎯
Focusing
View GitHub Profile
@aliasmee
aliasmee / http-benchmark.md
Created June 28, 2021 05:16 — forked from denji/http-benchmark.md
HTTP(S) Benchmark Tools / Toolkit for testing/debugging HTTP(S) and restAPI (RESTful)
@aliasmee
aliasmee / java_download.sh
Created July 14, 2021 03:58 — forked from wavezhang/java_download.sh
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz
@aliasmee
aliasmee / wss-ingress.yaml
Last active December 10, 2021 15:30
wss ingress example
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/server-snippets: |
location / {
proxy_set_header Upgrade $http_upgrade;