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 |
Tags
- cloud station
- SSL 인증서가 변경되었습니다
- 이클립스 주석
- audio station버그
- JSON
- Eclipse
- java.net.bindexception
- 주석 숨김
- github
- quickconnect
- urllib3
- IntelliJ
- c++
- synology
- MFC
- Linux
- clp 325wk
- formatting failed
- 시놀로지 색인
- 라즈베리파이
- SetWindowTextW
- truncated
- setonkeylistener
- windows terminal
- Wraith Spire
- git
- 장치 데이터 오류
- linearlaout
- ds cloud
- cloudstation
Archives
- Today
- Total
딸기스무디
리눅스 포트확인 & 개방하기 본문
sudo ufw verbose명령어의 출력이 inactive인 경우 -> iptables 명령어로 포트 개방
iptables -I INPUT -p tcp --dport 포트번호 -j ACCEPT 로 포트개방 후
netstat -aon으로 현재 열려있는 포트 확인.
'linux' 카테고리의 다른 글
iptables 정책 추가하기 (0) | 2021.12.05 |
---|---|
crontab 사용팁 (0) | 2020.08.22 |
라즈베리파이 wifi 끊김현상 해결 (1) | 2019.11.29 |
리눅스 root계정 초기비밀번호 설정하기 (0) | 2019.11.24 |
VMware Workstation and Device/Credential Guard are not compatible. VMware Workstation can be run after disabling Device/Credential Guard. (0) | 2019.11.19 |
Comments