[Sophos] Web GUI 접근 안될 때
·
Sophos
SSH 혹은 Console 접근. 5. Device Management -> 3.Advanced Shell service tomcat:restart -ds nosync 입력 200 OK 나오면 정상적으로 restart 되는 것.
[Juniper] ScreenOS Factory Reset 방법
·
Juniper
* 콘솔로 로그인해서 시리얼 넘버를 알고 있는 경우 * Command get system | i serial * Output ssg5-serial-wlan-> get system | i serial Product Name: SSG5-Serial-WLAN Serial Number: 000000000000000, Control Number: 00000000 Interface serial0/0: description serial0/0 login: 000000000000000 password: 000000000000000 !!! Lost Password Reset !!! You have initiated a command to reset the device to factory defaults, clearing ..
[오토핫키] 픽셀 값 DB처럼 저장하기
·
오토핫키
/*F2를 누르면 마우스에 위치해 있던 좌표에 기반해 픽셀 값을 따냄. 따낸 픽셀 값은 툴팁으로 뜬다. 그 상태에서 F3을 누르면 db.txt에 저장한다. 다만 중복될시 저장안하고 중복이 되지 않는다면 저장을 한다. 픽셀값을 계속 여러개 저장해야돼서 사용하기 위해 만들었습니다. */ #SingleInstance ForceF2:: {MouseGetPos, xPos, yPosPixelGetColor, Pcolor, %xPos%, %yPos%;ClipBoard := PixelSearch, xPos2, yPos2, 0,0, A_ScreenWidth, A_ScreenHeight, %Pcolor%, 5, FastToolTip 색값 : %Pcolor%} return F3::if Pcolor= Falsereload I..