摘要:
附上postgres下载地址: https://yum.postgresql.org/11/redhat/rhel-7-x86_64/repoview/postgresqldbserver11.group.html 分别下载rpm包,并安装 https://yum.postgresql.org/11 阅读全文
摘要:
场景一: 将外网访问192.168.100.10的80端口转发到192.168.75.5:8000端口。 # iptables -t nat -A PREROUTING -d 192.168.100.10 -p tcp --dport 80 -j DNAT --to-destination 192. 阅读全文