CentOS 7 - port open
CentOS 7 부터 iptables -> firewalld 로 변경됨. 1. 설정파일 위치/etc/firewalld/zones/public.xml 2. 설정 추가&오픈 (설정에 추가하여 서버재부팅 후에도 계속적으로 적용되도록 함)예) 8080 포트 오픈firewall-cmd --permanent --zone=public --add-port=8080/tcp 3. 임시 오픈 (서버 재부팅 시 사라짐)firewall-cmd --permanent --zone=public --add-port=8080/tcp 4. reloadfirewall-cmd --reload 5. on/off(on) systemctl start firewalld systemctl enable firewalld (off) systemctl s..
Linux
2016. 7. 18. 22:41
정렬 후 빈도순으로 순위 출력
sort filename \ uniq -c \ sort -nr > newfilename
Linux
2014. 4. 14. 16:07
빈줄 제거
- vi 내에서 사용시 g/^$/d - sed 사용시 sed -e "/^$/d" filename > newfile
Linux
2014. 4. 14. 15:13
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- centos port open
- uriencode 괄호
- 쿼리
- couchbase 인덱스
- 리눅스 용량
- uriencode 더하기
- uriencode %20
- firewalld
- crontab
- uriencode %29
- encode 더하기
- du -h
- %28
- uriencode %28
- centos7 port open
- log
- pig tool
- linux port open
- 카우치베이스 인덱스
- 카우치베이스 INDEX
- %29
- linux du
- du depth
- 리눅스 port
- 리눅스 port 열기
- encode 공백
- uriencode 공백
- couchbase index
- linux port
- linux du -h
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함