Skip to content

Instantly share code, notes, and snippets.

@orange723
orange723 / whitelist.txt
Last active July 21, 2025 14:04
Adguard VPN whitelist
bilibili.com
*.bilibili.com
bilivideo.com
*.bilivideo.com
jrkan2023.com
*.jrkan2023.com
yoozhibo.net
*.yoozhibo.net
qq.com
*.qq.com
services:
redis:
container_name: redis
image: redis:4.0
ports:
- 6379:6379
restart: always
volumes:
- ./data:/data
- ./redis.conf:/usr/local/etc/redis/redis.conf
dig @nameserver txt/mx example.com
services:
mysql:
container_name: mysql
environment:
MYSQL_ROOT_PASSWORD: 12345678
image: mysql:5.7.43
ports:
- "3306:3306"
restart: always
volumes:
@orange723
orange723 / README.md
Last active July 26, 2025 03:58
ssh-agent
ssh-agent # run

ssh-add key.pem # add private key

ssh-add -D # clean private key
@orange723
orange723 / README.md
Last active July 26, 2025 03:45
DevOps

Gitops

  • Flux
  • Argo CD

Action

  • Github Action

Auto tool