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
- 1일1문장
- Sequence
- Andrew Ng
- React
- 스파르타코딩클럽
- 회고
- HTTP
- nodejs
- 러닝자바스크립트
- docker
- Til
- coursera
- 리눅스
- 클로저
- ES6
- javascript
- multer
- 개발공부
- 자료구조
- 우선순위
- reactnative
- 데이터전송
- NextJS
- scope
- 객체
- Linux
- 끈기
- CSS
- Machine Learning
- 자바스크립트
Archives
- Today
- Total
목록iptales (1)
해나아부지 개발일지
iptables 설치(install)부터 포트포워딩(port forwarding)까지 [2]
Basic iptables options -A - Append this rule to a rule chain. Valid chains for what we're doing are INPUT, FORWARD and OUTPUT, but we mostly deal with INPUT in this tutorial, which affects only incoming traffic. -L - List the current filter rules. -m conntrack - Allow filter rules to match based on connection state. Permits the use of the --ctstate option. --ctstate - Define the list of states f..
Developers/ComputerScience
2021. 2. 22. 14:33