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
@orange723
orange723 / docker-compose.yml
Created September 15, 2023 08:52
docker redis
version: "3"
services:
redis:
container_name: redis
image: redis:4.0
ports:
- 6379:6379
restart: always
volumes:
@orange723
orange723 / README.md
Created September 15, 2023 08:47
Dig

指定 dns 服务器查询记录值

dig @nameserver txt/mx example.com

@orange723
orange723 / docker-compose.yml
Last active September 15, 2023 08:49
docker mysql
version: "3"
services:
mysql:
container_name: mysql
environment:
MYSQL_ROOT_PASSWORD: 12345678
image: mysql:5.7.43
ports:
- "3306:3306"
@orange723
orange723 / README.md
Last active August 3, 2023 02:45
ssh-auto

ssh 自动认证

ssh-agent # run

ssh-add key.pem # add private key

ssh-add -D # clean private key

Gitops

  • Flux
  • Argo CD

Action

  • Github Action
  • Gitlab runner