dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm dnf -qy module disable postgresql dnf install -y postgresql13-server /usr/pgsql-13/bin/postgresql-13-setup initdb systemctl enable postgresql-13 systemctl start postgresql-13 daha sonra uzak bağlantıyı açmak için /var/lib/pgsql/13/data/postgresql.conf dosyasının sonuna listen_addresses = ‘*’ ekleyip kaydedelim sonra /var/lib/pgsql/13/data/pg_hba.conf dosyasının sonuna host all all 0.0.0.0/0 scram-sha-256 host all all ::/0 scram-sha-256 ekleyip kaydedelim portu açmak için sudo firewall-cmd –zone=public –add-port=5432/tcp –permanent sudo …
Devamını Oku »centos htop install
Bu htop, Unix sistemleri için etkileşimli bir işlem görüntüleyici. Bir metin modu uygulamasıdır. yum -y install epel-release yum -y update yum -y install htop şimdi terminalden “htop” çağırdığımızda
Devamını Oku »Centos 7 Open firewall ports
sudo firewall-cmd --zone=public --add-port=55555/tcp --permanent
Devamını Oku »