Centos7.0+ 防火墙firewalld命令 2021年8月28日 | centos 查看防火墙状态: firewall-cmd --state 查看开放的端口: firewall-cmd --list-ports…… 阅读全文
Centos安装python3 2021年6月11日 | centos linux python yum install -y update && yum install -y upgrade yum install -y gcc gcc-c++ yum -y install gcc automake autoconf…… 阅读全文
Docker容器启动报WARNING: IPv4 forwarding is disabled. Networking will not work 2021年6月4日 | docker linux 解决办法 vi /etc/sysctl.conf 修改数据 net.ipv4.ip_forward = 1 重启网络 查看是…… 阅读全文
Centos、Ubuntu、Debian安装Docker 2021年5月26日 | linux docker 使用docker官方脚本 curl -fsSL https://get.docker.com -o install.sh && chmod u+x…… 阅读全文