sudo apt install php8.5-cli php8.5-common php8.5-mysql php8.5-pgsql php8.5-xml php8.5-curl php8.5-mbstring php8.5-zip php8.5-gd php8.5-fpm
GIT_SSL_NO_VERIFY=true git clone ...
git config --global http.sslVerify false
Makefile Tips
Use Parent Makefile:
Change Dir and Use Different Makefile:
#makefile
Use Parent Makefile:
include ../Makefile
Change Dir and Use Different Makefile:
%:
cd .. && $(MAKE) $@
#makefile
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