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 | 31 |
Tags
- x-pack
- GitLab
- 한글가이드
- Windows
- centos 8
- hardening
- application security
- miniconda
- G-suite
- proxycfg
- elastic stack
- freebsd
- Kibana
- xe guest utilities
- ELASTIC
- macos
- 로그인불가
- ansible
- ssh key 배포
- Proxy
- XCP-ng
- endpoint security
- PlayBook
- Kibana server is not ready yet
- 보안양파
- pfsense
- bash
- Elasticsearch
- docker
Archives
- Today
- Total
선 밖에 선 자유인
미러 서버 구축 시 kast.ac.kr 에서 데이터 받아오기 본문
lighttpd 플 이용하여 web 서버 설치 후 /etc/lighttpd/conf.d/dirlisting.conf 파일 수정
dir-listing.activate = "disable" =>
dir-listing.activate = "enable"
lighttpd 서버 재시작 후 rsync 나 wget 을 이용하여 파일을 다움로드
- wget 이용시
# cd /var/www/lighttpd
# wget -r -nH -N http://ftp.daum.net/centos
- rsync 이용 시
# cd /var/www/lighttpd
# mkdir FreeBSD
# cd FreeBSD
# rsync -avz --delete ftp.kaist.ac.kr::FreeBSD
Comments