Skip to content

Instantly share code, notes, and snippets.

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