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.
Recent Books
Recently Updated Pages
Wrangler
Installation npm install -g wrangler wrangler --version ⛅️ wrangler 4.61.0
Commands
hostnamectl hostnamectl status hostnamectl set-hostname foo rsync Basic -a 保留权限 / 时间 / 软链接 / ...
harbor-db
Connect DB docker exec -it harbor-db psql -U postgres -d registry No Tag Repository SELECT ...
Configurations
File Descriptor Check Max open files cat /proc/$(pidof nginx | awk '{print $1}')/limits Add bel...
Lua Snippet
Apache Response location /ping { default_type text/html; content_by_lua_block { ...
LVM Extension
root@veen12603200261106010101:~# pvcreate /dev/vdb /dev/vdc /dev/vdd Physical volume "/dev/vdb...
IPTables Commands
SNAT iptables -t nat -A POSTROUTING -d 10.24.0.0/16 -j SNAT --to-source 10.24.1.1 iptables -t n...
Commands
Config Path mysql --help | grep -B 1 etc/my.cnf Default options are read from the following fil...
Docker Deploy
Init base_path=/data openresty_image=openresty/openresty:1.27.1.2-bookworm mkdir -p $base_path/...
fnOS Init
User & Group Switch to root: sudo -i Init home dir: mkdir -p /home/kuga groupadd kuga usermod ...