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
- client_max_body_size
- Firewall
- tar
- android bindService false
- 이메일용어
- bindService false
- nginx
- 방화벽
- Fya
- FYR
- 파일수세기
- gzip
- DatePicker
- bindService return false
- tar.gz
- 티베로
- 리눅스방화벽
- 리눅스
- bindService
- jquery timepicker
- fyi
- 파일업로드
- TimePicker
Archives
- Today
- Total
일상 개발일지
방화벽 존 조회 ,포트 추가,제거 본문
firewall-cmd --list-all-zones
방화벽 전체 존 출력
firewall-cmd --permanent --zone=public --add-port=8080/tcp
public 존에 8080 포트 추가
firewall-cmd --permanent --zone=public --remove-port=8080/tcp
public 존에 8080 포트 제거
firewall-cmd --reload
방화벽 재실행
'프로그래밍 > Linux' 카테고리의 다른 글
리눅스 파일 / 디렉토리 개수 세기 (0) | 2024.08.23 |
---|---|
SSH tool 추천 MobaXterm (0) | 2024.01.02 |
gzip 압축 (0) | 2021.07.13 |
리눅스 파일 tar , gz 압축 , 압축풀기 (0) | 2021.07.13 |
리눅스 로그 압축 예시 (0) | 2021.07.02 |