반응형 살며 살아가며400 [sh] bourne shell(sh)에서 rand 사용법 참고> https://www.unix.com/shell-programming-and-scripting/267297-generating-posix-random-number.html 예제>root>:/www/cgi-bin# cat /tmp/xx.sh#!/bin/shfor n in {1..4}do TMP=$(awk ' BEGIN { srand(); printf( "%d %d\n", 16 * rand(), 16 * rand() ); }') byteone=${TMP% *}; bytetwo=${TMP#* } echo "$byteone $bytetwo" #sleep 1doneroot>:/www/cgi-bin# /tmp/xx.sh0 5root>:/www/cgi-bin# /tmp/xx.sh3 2root>:/www/cgi.. 2018. 11. 6. [TS] Bridge에서 drop counter 증가하면서 ping이 안되는 경우 [TS] Bridge에서 drop counter 증가하면서 ping이 안되는 경우 [현상] AP내에 eth0 - eth1 - ath0 - ath1 을 "br-lan" bridge로 묶은 상태에서 "ath0"를 제거시 외부에서 bridge로 ping이 안되는 상황 - ifconfig로 확인 : br-lan의 drop 카운트가 계속 증가함- iptables all pass 로 설정 후 확인 : 전과 동일- tcpdump 로 확인시 ping message 수신 확인- tcpdump에 br-lan 에 대해서 자신의 IP로 설정하면 ping이 됨.- promisc mode로 br-lan 설정시 정상동작함을 확인함.해당 증상시 아래 작업후에는 정상적으로 동작함.리부팅, bridge 제거 후 재 설정"ath0" 제거.. 2018. 10. 23. [files] 최상위 화일들 [files] 최상위 화일들C:, D: 드라이브등에 보면 아래에 명기한 이름의 화일들이 존재하는 것을 볼 때가 있다.이것들이 바이러스나 이상한 것들이 아닐까 의심스러워 이러지도 저러지도 못할 때가 있는데....[삭제 가능] eula, install, VC => Visual C++ Redistributable Package과 관련된 임시파일참고> 아래 그림보면 생성시간도 동일함을 확인할 수 있다. eula.1028.txteula.1031.txteula.1033.txteula.1036.txteula.1040.txteula.1041.txteula.1042.txteula.2052.txteula.3082.txtglobdata.iniinstall.exeinstall.iniinstall.res.1028.dllinst.. 2018. 10. 16. [2018 여권 순위] 세계 여권 순위 [2018 여권 순위] 세계 여권 순위Henley & partners Passport Index> 한국 공동 3위 / 일본(190개국)싱가포르(189개국)한국/독일/프랑스(188개국) Passport Index> 한국 공동 2그룹 : Visa-Free Score (VFS)1그룹 : 싱가포르/독일 : 165 VFS2그룹 : 한국 외 10개국 : 164 VFS[대상]Passports of 193 United Nations member countries and6 territories (ROC Taiwan, Macao (SAR China), Hong Kong (SAR China), Kosovo, Palestinian Territory and the Vatican) for a total of 199 are con.. 2018. 10. 10. 이전 1 ··· 28 29 30 31 32 33 34 ··· 100 다음 반응형