手写SVG矢量图

背景 一直想写个本地音乐播放器,类似 foobar2000 或 AIMP 先取个名吧,来个脑洞词 poplayer (popular + player) 再设计个logo吧,决定用SVG手写 音乐符号♫的unicode码x26

awk分析nginx日志案例

需求 想知道接口调用时长的增长率,调用频次很高的接口,调用时间超过500毫秒的接口,接口请求数监控(方便知道接口被调用需求增长了) 分析 ngin

nginx配置示例

nginx.conf 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69

certbot + cloudflare自动续签let's encrypt泛域名证书

服务器环境 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" $ uname -a Linux ushost 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux $ certbot --version certbot 2.1.0 获取证书 token已脱敏 1