[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..
[오토핫키] 네이버 요일 웹툰 제목과 매칭되는 클래스ID 파싱
·
오토핫키
URL:="https://comic.naver.com/webtoon/weekday.nhn" winHttp := ComObjCreate("WinHttp.WinHttpRequest.5.1") winHttp.Open("GET",URL) ;winHttp.Send("") winHttp.WaitForResponse( ) ; a:=winHttp.ResponseText ;msgbox, %a%;clipboard:=a msgbox, % IndentScript(a)Clipboard:= % IndentScript(a)exitapp IndentScript(LVData){global IndentStrpos = 1; 연속 서치를 위해 while(pos := RegExMatch(LVData, "sU)class=""title"" ti..