摘要:
vim /etc/netplan/50-cloud-init.yaml 写入网卡 root@master:~# cat /etc/netplan/50-cloud-init.yaml # This file is generated from information provided by # th 阅读全文
摘要:
主apt-get install postgresql-11sudo -u postgres psqlalter user postgres with password 'alex1234';vim /etc/postgresql/11/main/pg_hba.confhost all all 0. 阅读全文