sudo apt install gh
gh auth login
git init && git add . && git commit -m "Init" && gh repo create your-new-project --private --source=. --push
Claude Cli Hints
/clear
@index.php refactor auth function
/rewind # rollback last bad changes
Tunnel Battle
frp vs bore vs rathole
https://claude.ai/public/artifacts/d9083cfd-dd8d-4174-8601-7da565b47ca1
frp vs bore vs rathole
https://claude.ai/public/artifacts/d9083cfd-dd8d-4174-8601-7da565b47ca1
Err
Solution
Error response from daemon: client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version
Solution
mkdir -p ~/.docker/cli-plugins/
curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose