Debian11安装Docker和docker-compose

Me ele
更新系统包和必要的依赖项 sudo apt update sudo apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common 安装 Docker 使用arch查看arch类型(e.g. arm64 / amd64) 将Docker CE存储库添加到APT中 curl -fsSL https://download.docker.com/linux/debian/gpg

Acme 安装及使用

Me ele
acme.sh 安装及使用 安装acme.sh curl https://get.acme.sh | sh source .bashrc 安装在了~/.acme.sh/之中,如果你用的是Bash的话,最好在.bashrc文件最后添加一行