摘要:
Git配置 // 安装 sudo yum install git // 生成ssh ssh-keygen -t rsa -b 4096 -C "your_email@example.com" // 测试连接 ssh -T git@github.com eval "$(ssh-agent -s)" / 阅读全文
摘要:
CentOS部署 sudo yum install -y yum-utils device-mapper-persistent-data lvm2 sudo yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux 阅读全文
摘要:
CentOS安装 rpm -Uhh https://mirrors.aliyun.com/postgresql/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm sed -i "s@https://download.p 阅读全文