일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Sendmail
- NFS
- SSL
- 인증기준
- 스미싱
- pem
- Oracle
- 파밍
- MIME
- 사용자 계정 관리
- quota
- cpio
- PGP
- 접근통제
- proftpd.conf
- pacct
- SAMBA
- Tripwire
- 조치
- dhcp
- xe
- 2.5.1
- ISMS-P
- set
- sendmail.
- ARP
- xinetd
- logrotate
- Spoofing
- rsync
- Today
- Total
목록리눅스마스터 (15)
SEO
top command ㅇ nice 값을 -20 으로 설정하여 실행 # nice -n -20 top
Samba 서버 접속 # smbclient "\\testsmb\smb" admin123 호스트네임 : testsmb 공유디렉토리: smb 비밀번호: admin123
1. 설정파일 /etc/mail/access 2. 파일 설정 spam.com DISCARD
# rsync [옵션][sourceIP/host]:[디렉토리] [target 디렉토리] ex) rsync -avz --delete test01:/home/juner /home/backup -- test01 서버의 juner홈 디렉토리를 backup 디렉토리에 싱크 옵션 -a : archice mode ( 심볼릭 링크, 속성, 퍼미션, 소유권 등 보존) -v : verbose mode (자세한 정보 출력) -z : compress (전송시 압축) -r : 하위 디렉토리 포함 -e ssh : ssh를 이용한 rsync 동기화 -- delete : 서버 동기화 후 rsync서버에서 파일이 삭제 되었으면 클라이언트도 대상 파일을 삭제 xinetd.conf service rsync { disable = no so..
ㅇ tripwire --init
/usr/local/apache/logs/access_log { ( weekly )
ServerName "ProFTPD Default Installation" ServerType standalone DefaultServer on Port 21 UseIPv6 off Umask 022 MaxInstances 30 User nobody Group nobody #DefaultRoot ~ => DefaultRoot ~ # Normally, we want files to be overwriteable. AllowOverwrite on # Bar use of SITE CHMOD by default DenyAll # User ftp Group ftp UserAlias anonymous ftp MaxClients 10 DisplayLogin welcome.msg DisplayChdir .message ..