maguowei

Results 20 issues of maguowei

- https://github.com/anonymous5l/aweme-breaker - https://github.com/SebastienWae/tiktok-gorgon-bridge - https://github.com/SebastienWae/tiktok-register - https://github.com/AeonLucid/AndroidNativeEmu - https://github.com/maiyao1988/ExAndroidNativeEmu - https://github.com/xiaohan008007/py_echarts/blob/1820346de59c494327449f473526a9c600f63ca2/app/server/douyin/douyinapi8x.py - https://github.com/iddoeldor/frida-snippets - https://github.com/ChinaSilence/micro-server-douyin

https://github.com/maguowei/starred#use-awesome-stars-as-template

- [SkyWalking 文档中文版(社区提供)](https://github.com/SkyAPM/document-cn-translation-of-skywalking)

- https://github.com/open-telemetry/docs-cn/blob/master/about/Readme.md

- [全链路压测平台(Quake)在美团中的实践](https://tech.meituan.com/2018/09/27/quake-introduction.html) - [全链路压测自动化实践](https://tech.meituan.com/2019/02/14/full-link-pressure-test-automation.html)

https://github.com/maguowei/gotok8s/actions 目前是每6小时同步一次最新的镜像,这种方式会频繁重复push相同的镜像。需要改为最新的发布版本,并与当前版本做比较,避免重复的push.

https://docs.docker.com/config/daemon/systemd/ ``` [Service] Environment="HTTP_PROXY=http://192.168.31.52:6152" "NO_PROXY=localhost,127.0.0.1,registry.docker-cn.com" ``` ``` export https_proxy=http://192.168.31.52:6152;kubeadm config images pull ```

``` docker run -it --rm --privileged -v /lib/modules:/lib/modules ubuntu bash my_secret=AQDdQnhbVsZcOBAAiuXZ6tBSPciqvBwTHpPGXQ== mon_endpoints=10.108.117.232:6790,10.103.83.90:6790,10.110.210.68:6790 mount -t ceph -o mds_namespace=myfs,name=admin,secret=$my_secret $mon_endpoints:/ /cephfs ```

```bash curl -sfL https://get.k3s.io | sh export KUBECONFIG=/etc/rancher/k3s/k3s.yaml sudo mkdir ~/.kube && sudo cp ${KUBECONFIG} ~/.kube/config sleep 40 sudo kubectl get nodes sudo kubectl get pod -A sudo kubectl run...

iaas

### examples 1. one line commands `echo hello; echo world` 2. shell script ```bash demoFun(){ echo "hello world" } demoFun ```

iaas