2022年6月14日
安装新的git以后长传代码报错 Unable to negotiate with 47.98.49.44……
阅读全文
2022年6月7日
Docker Compose是 docker 提供的一个命令行工具……
阅读全文
2022年5月25日
pem转crt格式 openssl x509 -in xxx.pem -out xxx.crt pem转k……
阅读全文
2022年4月25日
两个单引号就转义为单引号,如下 ''''||str||'''' eg: select……
阅读全文
2022年4月15日
编辑 /etc/ssh/sshd_config 文件 #修改 PermitRootLogin 为true $ sudo vim /etc/ssh/sshd_config #LoginGraceTime 2m……
阅读全文
2022年4月7日
开启 manifest $ vi /etc/docker/daemon.json { "experimental": true } 开启experime……
阅读全文
2022年4月7日
先注册账号 https://hub.docker.com 使用Docker hub账号在……
阅读全文