kugarocks
Come on now follow my lead 🎸🤘
Markdown Finder
Quickly find and copy code snippets from Markdown files. More...
Minichat
Terminal-style chat room. https://minichat.kugarocks.com
About Me
Backend Engineer since 2014, SRE since 2024. Currently working at OSCHINA.
Recently Updated Pages
Commands
Check Health curl http://172.17.0.2:9200/_cluster/health?pretty Set Replicas Num curl -X PUT "...
Deploy Server and Client
Install OpenVPN and EasyRSA apt install -y openvpn easy-rsa Create CA cd /etc/openvpn Create E...
Certificate
Ingress TLS Config spec: ingressClassName: nginx-external rules: - host: foo.com http:...
conntrack
conntrack usage conntrack -L | awk '{print $5}' | cut -d= -f2 | sort | uniq -c | sort -nr | head
netfilter-persistent
Installation apt-get install -y netfilter-persistent apt-get install -y iptables-persistent Us...
Multiple Remotes
Configuration proto tcp-client # 服务器地址和端口 remote xxx xxx remote xxx xxx # remote 建立连接的超时时间 con...
fio
fio(flexible I/O tester) is a tool that will spawn a number of threads or processes doing a parti...
Commands
iostat apt-get install -y sysstat iostat -x 1 iotop apt-get install iotop iotop -aoP lsblk ...
growpart
阿里云扩容云盘 扩展硬盘 lsblk -f /dev/sda2 直接是 ext4 文件系统并挂载在根目录 /(非 LVM)。 NAME FSTYPE FSVER LABEL UU...
NTP Server
背景 ESXi Server 没有外网访问功能,需要通过内其它机节点的 NTP Server 同步时间。 测试外网vmkping 8.8.8.8 安装 NTP Server apt ins...