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
- C
- C++
- C#
- 채보
- mysql
- pandas
- 프로그래머스
- nvidia-smi
- 컨테이너
- SSH
- 핑거스타일
- Visual Studio
- YOLO
- VS Code
- pytorch
- Linux
- ubuntu
- windows forms
- label
- pip
- Numpy
- Docker
- error
- 오류
- JSON
- Selenium
- OpenCV
- paramiko
- 기타 연주
- Python
Archives
- Today
- Total
기계는 거짓말하지 않는다
Ubuntu firewalld 설치, 방화벽 포트 열기, 적용 본문
firewalld 방화벽 포트를 열고 적용하는 방법이다.
설치
sudo apt update && sudo apt install firewalld -y
버전 확인
sudo firewall-cmd --version
방화벽 포트 열기
sudo firewall-cmd --permanent --zone=public --add-port=80/tcp
적용
sudo firewall-cmd --reload
sudo firewall-cmd --list-ports
'Linux' 카테고리의 다른 글
Ubuntu grep -qxF 명령어 활용 (0) | 2024.03.15 |
---|---|
Linux grep 명령어 -v 옵션 특정 패턴 필터링 (0) | 2024.02.25 |
Failed to restart service_name.service: Unit service_name.service is masked 오류 (1) | 2024.01.05 |
Linux Core Dump 설정 (0) | 2024.01.02 |
Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list and /etc/apt/sources.list.d/some_package.list 오류 (0) | 2023.12.27 |
Comments