http://docs.grafana.org/installation/windows/
https://community.grafana.com/t/how-to-make-one-live-dashboard-public/12819
http://docs.grafana.org/installation/windows/
https://community.grafana.com/t/how-to-make-one-live-dashboard-public/12819
https://nssm.cc/
참고 : http://gafani.tistory.com/entry/%EC%9C%88%EB%8F%84%EC%9A%B0%EC%97%90%EC%84%9C-%EC%84%9C%EB%B9%84%EC%8A%A4-%EB%93%B1%EB%A1%9D%ED%95%98%EB%8A%94-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8
wireshark (0) | 2018.12.20 |
---|---|
window log tail 프로그램 (0) | 2018.12.20 |
Cmder (0) | 2018.12.15 |
window10 wireshark 설치 시 인터페이스를 찾지 못하는 경우 아래 프로그램 설치
https://nmap.org/npcap/#download
https://ask.wireshark.org/question/1087/no-interfaces-found-on-windows-10-laptop/
[nssm]window 서비스 등록 쉽게 하는 방법 (0) | 2019.01.12 |
---|---|
window log tail 프로그램 (0) | 2018.12.20 |
Cmder (0) | 2018.12.15 |
http://www.hootech.com/WinTail/freedown.htm
wireshark (0) | 2018.12.20 |
---|---|
Cmder (0) | 2018.12.15 |
sql 포맷 notepad++ (0) | 2018.12.10 |
http://webdir.tistory.com/548
window log tail 프로그램 (0) | 2018.12.20 |
---|---|
sql 포맷 notepad++ (0) | 2018.12.10 |
아이피 위치 확인 방법 (0) | 2017.11.21 |
https://www.sqlinform.com/download-free-notepad-plugin/
Cmder (0) | 2018.12.15 |
---|---|
아이피 위치 확인 방법 (0) | 2017.11.21 |
아크로에디터(파일 비교 유틸) (0) | 2017.11.21 |
....... -Djeus.servelet.response.header.serverInfo=false
</command-option>
출처: http://shy1834.tistory.com/entry/JEUS-Server-정보-노출 [화양연화]
find . -type f -mtime -30 | grep -v ".class" | grep -v ".java" | grep -v ".log" | grep -v ".hwp" | xargs ls -al > modify_filelist.txt
find (1) | 2017.11.23 |
---|---|
리눅스 레드헷 세션 타임아웃 무제한으로 변경 (0) | 2017.11.21 |
WebtoB / JEUS 간단 운영법 (0) | 2017.08.25 |
문의하신 내용은 WetoB의 Errordocument설정을 이용하시면 될 것 같습니다.
WAS가 다운이 되면, 503 코드를 받게 되며, ErrorDocument에 설정된 에러 페이지로 이동하게 됩니다.
사용방법은 [WebtoB관리자 안내서] 3.18 ERRORDOCUMENT절을 참고바랍니다.
403에러 확인 방법 (0) | 2017.11.22 |
---|---|
WAS 특정 포트로 접속하기 (0) | 2017.11.21 |
webtob WEB-INF 접근 제한 처리 (0) | 2017.08.25 |
◎ 현재 디렉토리(서브디렉토리 포함)에서 확장자가 jsp인 파일의 내용에서 원하는 문자열로 검색
find . -name "*.jsp" | xargs grep "찾을 문자열"
find . -name "*.jsp" -exec grep "찾을 문자열" {} \; -print
◎ 원하는 파일을 찾아서 지운다
find / -name "*.eml" -exec rm -f {} \;
◎ 찾은 파일 out.txt로 저장
find / -name '*.pl' > out.txt
◎ 최근 10일동안 수정된 파일 찾아서 modify_filelist.txt에 저장
find . -mtime -10 > modify_filelist.txt
최근수정한 파일 목록 조회 (0) | 2017.12.05 |
---|---|
리눅스 레드헷 세션 타임아웃 무제한으로 변경 (0) | 2017.11.21 |
WebtoB / JEUS 간단 운영법 (0) | 2017.08.25 |