Skip to content

Instantly share code, notes, and snippets.

View misterpah's full-sized avatar
😲
you can put status on github now ?!

pah arif misterpah

😲
you can put status on github now ?!
View GitHub Profile
@misterpah
misterpah / ps1
Created September 4, 2021 15:17
k9s for windows [powershell]
docker run --rm -it -v $env:userprofile\.kube\config:/root/.kube/config quay.io/derailed/k9s
docker run -it -v $pwd/.:/project itachi1706/flutter-alpine-android bash -c "cd /project; flutter build apk"
@misterpah
misterpah / gist:130270a8c3c1e783a6256f95ce82579e
Created December 31, 2021 15:49
tp-link t4u archer 1300 linux driver
follow this
https://github.com/fastoe/RTL8812BU
@misterpah
misterpah / gist:2f779eddb82fde6b9bf5fec37554505d
Created January 11, 2022 11:26
repair kubernetes node ip changed
https://www.techrunnr.com/how-to-change-kubernetes-master-and-worker-node-ip-address/
@misterpah
misterpah / k3s-aliyun-gpu-share.yaml
Created May 27, 2023 08:34
k3s + aliyun gpu share - possibly working
---
apiVersion: kubescheduler.config.k8s.io/v1
kind: KubeSchedulerConfiguration
clientConnection:
kubeconfig: /etc/rancher/k3s/k3s.yaml
extenders:
- urlPrefix: "http://127.0.0.1:32766/gpushare-scheduler"
filterVerb: filter
bindVerb: bind
enableHTTPS: false