Total109 리눅스 일반. 리눅스 한글 출력 /etc/sysconfig/i18n설정부분. #LANG="en_US.UTF-8" #SYSFONT="latarcyrheb-sun16"LANG="ko_KR.eucKR" SUPPORTED="en_US.UTF-8:en_US:en:ko_KR.eucKR:ko_KR:ko" SYSFONT="latarcyrheb-sun16" history 시간 표시 /etc/profile 수정 export HISTTIMEFORMAT="%Y-%m-%d_%H:%M:%S\ "vsftp 일반 사용자가 상위 디렉토리 접근막기 chroot_local_user=YESmysql db문자열 치환. update 8_CoreRuleSet set list=replace(list,'|#|/\\*','|#|/*') where no='133'; 2015. 12. 4. ipaccttable bps와 pps차이 ipaccttable bps와 pps차이 bps 1.3.6.1.4.1.14275.2.1.1.1.3.x.x.x.x&1.3.6.1.4.1.14275.2.1.1.1.2.x.x.x.x:커뮤니티값@IPaddress:::::2 pps 1.3.6.1.4.1.14275.2.1.1.1.5.x.x.x.x&1.3.6.1.4.1.14275.2.1.1.1.4.x.x.x.x:커뮤니티값@ipaddress:::::2 2015. 12. 4. 폴더별 용량 확인 du -h --max-depth=1 폴더별 용량확인. 2015. 12. 4. 리눅스 1G 파일 만들기 [ dd 명령어 ] To create 1MB file (1024kb), enter: $ dd if=/dev/zero of=test.img bs=1024 count=0 seek=1024You will get an empty files (also known as "sparse file") of arbitrary size using above syntax. To create 10MB file , enter: $ dd if=/dev/zero of=test.img bs=1024 count=0 seek=$[1024*10]To create 100MB file , enter: $ dd if=/dev/zero of=test.img bs=1024 count=0 seek=$[1024*100] $ ls -lh test.imgTo create 1.. 2015. 12. 1. Default Distance Value Table Default Distance Value TableRoute Protoco Default D Directly connected 0 Static route 1 EBGP ( external BGP ) 20 OSPF 110 RIP 120 IBGP ( internal BGP ) 200 2015. 11. 10. cisco switch ( LANG base , IP Base , IP Services 차이 ) 출처 : http://blog.naver.com/thescream/203291087 2015. 10. 16. apache authentication 설정!! apache authentication Apache Authentication ! 위의 그림 처럼 apache 의 보안 인증을 사용 하는 방법. 1. apache 설정 파일인 httpd.conf 의 설정을 변경. 1. 아파치 설정 파일인 httpd.conf 파일의 설정을 변경한다. Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all 위 내용은 설정 파일의 일부분으로 AllowOverride None 라고 되어 있는 부분을 AllowOverride All 로 수정한다. 수정 후 아파치 서버를 재시작 해준다. 이제 인증을 통해 제한할 디렉토리로 이동하여 .htaccess 파일을 작성한다. AuthType Basic.. 2015. 10. 7. ip SLA with Cisco EEM ip sla responderip sla enable reaction-alertsip sla 1udp-jitter 210.210.210.1 16384 num-packets 100 interval 20 request-data-size 172 tos 176ip sla schedule 1 start-time now life foreverip sla reaction-configuration 1 react jitterDSAvg threshold-value 35 30 threshold-type consecutive 3ip sla reaction-configuration 1 react jitterSDAvg threshold-value 35 30 threshold-type consecutive 3ip sla react.. 2015. 10. 6. IP Spoofing , ARP Spoofing IP spoofing이란?- spoofing이라는 것은 '속이다'라는 의미이고 IP spoofing은 Ip자체의 보안 취약성을 악용한 것으로 자신의 IP를 속여서 접속(공격)하는 방법을 의미한다. * 현재 알려진 TCP/IP 프로토콜의 약점을 이용한 IP spoofing은 다음과 같다.- 순서제어번호 추측(Sequence number guessing)- 반(Half)접속시도 공격(SYN flooding)- 접속가로채기(Connection hijacking)- RST를 이용한 접속끊기(Connection killing by RST)- FIN을 이용한 접속끊기(Connection killing by FIN)- SYN/RST패킷 생성공격(SYN/RST generation)- 네트워크 데몬 정지(killing .. 2015. 9. 23. 이전 1 2 3 4 5 6 ··· 13 다음