Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to open pg_hba.conf file in ubuntu using visual studio

# sudo vi /etc/postgresql/9.6/main/pg_hba.conf
# sudo vi /var/lib/pgsql/10/data/pg_hba.conf ##### FOR Postgresql 10
# sudo vi /var/lib/pgsql/11/data/pg_hba.conf ##### FOR Postgresql 11
#
# TYPE   DATABASE   USER   CIDR-ADDRESS   METHOD
  Host   all        all    0.0.0.0/0      md5
Comment

PREVIOUS NEXT
Code Example
Shell :: gh config ssh protocol 
Shell :: gastby yarn install 
Shell :: print(" Menghitung Luas bangun datar Persegi, Segitiga dan Lingkaran") s = float(input("Input sisi persegi: ")) luas = s**2 print(" Luas Persegi :", luas) 
Shell :: libthai0:i386 depends on libdatrie1 (= 0.2.0); however: Package libdatrie1:i386 is not configured yet. 
Shell :: open file in note from command line linux 
Shell :: como buscar archivos ejecutables linux comandos 
Shell :: heroku process 
Shell :: telnet in shell script 
Shell :: docker-machine –version 
Shell :: how to start hiveserver2 manually 
Shell :: launch tensorboard remotely 
Shell :: octal notation in linu 
Shell :: Run the Redis Lab in your local Docker environment 
Shell :: enter your internal repository url 
Shell :: haskell run prelude 
Shell :: how to install or renew https ssl in frappe bench 
Shell :: ubuntu for hp 840 g1 
Shell :: ssh key meaning 
Shell :: how to zip current directory in linux 
Shell :: install anaconda ubuntu 16.04 
Shell :: git copy remote branch to local 
Shell :: remove quotes from parameter batch 
Shell :: snap cli install bitwarden 
Shell :: du show only total 
Shell :: commandAndExit cts 
Shell :: wget every ipv4 
Shell :: Create directory junction in powershell 
Shell :: how to make kali linux faster - To change swappiness value 
Shell :: conda install arrow 
Shell :: exporting samtools to path 1.13 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =