Tor

https://www.torproject.org/docs/faq#torrc 通用部分 Tor opens a SOCKS proxy on port 9050 by default – even if you don’t configure one below. Set “SOCKSPort 0” if you plan to run Tor only as a relay, and not make any local application connections yourself. SOCKSPort 9050 # Default: Bind to localhost:9050 for local connections. SOCKSPort 192.168.0.1:9100 # Bind to this address:port too. Entry policies to allow/deny SOCKS requests based on

Ab压力测试

ab install sudo apt-get install apache2-utils ab 参数 -A auth-username:password 为服务器提供BASIC身份验证凭据。用户名和密码由一个单独分隔,:并通过wire base64编码发送。无论服务器是否需

Golang学习(一)

学习项目 https://github.com/xinliangnote/go-gin-api https://github.com/eddycjy/go-gin-example https://github.com/songtianyi/wechat-go https://github.com/gin-gonic/gin https://github.com/go-gorm/gorm 在线工具 JSON to Go struct 网站链接: https://mholt.github.io/json-to-go/ YAML to Go struct 网站链接: https://zhwt.github.io/yaml-to-go/ plantUML 网站链接: https://www.dumels.com/ Rego 网站链接: https://regoio.herokuapp.com/

K8s安裝與配置

主要内容 kubeadm Minikube 安装 kubeadm 准备开始 一台兼容的 Linux 主机。Kubernetes 项目为基于 Debian 和 Red Hat 的 Linux 发行版以及一些不提供包管理器的发行版提供通用的指令 每台