Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- nGrinder
- rethinkdb
- STF
- postgresql
- appium
- Jupyter
- mysql
- Materials
- SWIFT
- kitura
- create table
- port forwarding
- PYTHON
- ssh
- STF_PortForwarding
- perfect
- Jupyter Notebook
- openpyxl
- sshpass
- insert
- nohup
- ubuntu
- centos
- appium server
- 28015
- nmap
- postgres
- ftp
- GoCD
- 실행권한
Archives
- Today
- Total
목록conf (1)
don't stop believing
외부 서버에서 postgresql 접속하기
PostgreSQL을 기본 설치하면 외부에서는 접속할 수가 없다. config를 수정해 줘야 한다.우선 Ubuntu에서 열려있는 포트를 확인해 보자.포트 확인은 netstat -ntlp로 확인하자 $ netstat -ntlp (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.1.1:53 0.0.0.0:* L..
Database/PostgreSQL
2017. 9. 27. 21:11