Recent Activity
kugarocks
User for 4 months
Created Content
Recently Created Pages View All
Commands
Check Health curl http://172.17.0.2:9200/_cluster/health?pretty Set Replicas Num curl -X PUT "...
Certificate
Ingress TLS Config spec: ingressClassName: nginx-external rules: - host: foo.com http:...
Deploy Server and Client
Install OpenVPN and EasyRSA apt install -y openvpn easy-rsa Create CA cd /etc/openvpn Create E...
netfilter-persistent
Installation apt-get install -y netfilter-persistent apt-get install -y iptables-persistent Us...
conntrack
conntrack usage conntrack -L | awk '{print $5}' | cut -d= -f2 | sort | uniq -c | sort -nr | head