본문 바로가기

Develop

(157)
Redmine - ubuntu 14 설치하기 Redmine 설치 가이드http://supercoding.tistory.com/28 초기화면 이후 admin 설정 가이드http://parkcy.tistory.com/85http://parkcy.tistory.com/86
ELK 참고 filebeat과 logstash에서 여러 다양한 input 다루기http://dgkim5360.tistory.com/entry/managing-multiple-heterogeneous-inputs-on-filebeat-and-logstash Web Service log를 Log_Data서버에 저장하여 분석 및 그래프를 작성하라! http://blog.kollus.com/?p=1249
ELK (ElasticSearch + Logstash + Kibana) 구성 출처 - http://tallstory83.blogspot.kr/2016/06/elk-elasticsearch-logstash-kibana_35.html ELK (ElasticSearch + Logstash + Kibana) 구성 Elasticsearch와 Logstash를 사용한 로그 수집 및 분석을 위한 환경 구축 절차 정리nginx 로그를 수집하는 예제로 진행 설치 정보 - 사용 OS: ubuntu 14.04 Server - 프로그램 .Elasticsearch 2.3.3 .Kibana 4.5.1 .Logstash 2.3.2 사전 준비 1. Java 1.8 설치 Elasticsearch를 실행하기 위해서는 java가 우선 설치되어 있어야 됨. 참고: http://tallstory83.blogspot...
Rest API 설계시 참고 Rest API 처음 설계할때 참고하면 좋은 블로그 많은 도움되었음 조대협님의 블로그REST API 이해와 설계 - #1 개념 잡기 - http://bcho.tistory.com/953REST API 이해와 설계 - #2 디자인 가이드 - http://bcho.tistory.com/954REST API 이해와 설계 - #3 보안 가이드 - http://bcho.tistory.com/955 깔끔하게 잘 정리 해놓아서 참고 하기 좋은 블로그RestFul이란 무엇인가? - http://blog.remotty.com/blog/2014/01/28/lets-study-rest/
변수 콘솔로그 보기 window._satellite = { track : function( msg ){ console.log(msg) } };
PowerShell 기본문법 기본명령형식 : cmdlet(command-let)정규식 표현, 파이프 연결가능 명령어의 도움말 : Get-Help 명령어 // o : -full = 도움말 전체 스크립트실행 보안해제 PS > Set-ExecutionPolicy RemoteSignedPS > Set-ExecutionPolicy Unrestricted // 공유폴더에 위치한 서명안된 스크립트 실행 변수지정PS > $변수명 = 내용PS > [변수타입]$변수명 = 내용 // 변수타입 지정 : xml, int, char, string ...변수명은 영문 및 한글, 숫자로만 된 이름도 가능 배열사용@으로 배열을 표현. 변수에 저장해야 함. 참조는[참조]형식PS > $ar = @(1,1,1,1,)PS >echo $ar[0] PS > $ar = @(..
참고 예제 링크 특정파일들을 여러 폴더에 복사하는 PowerShell Script http://simmanix.tistory.com/39 배치 파일(Batch File), 주석문/주석 처리 방법; 코멘트,설명 문 달기; Comment http://mwultong.blogspot.com/2006/07/batch-file-comment.html 파워쉘 실용예제 http://blog.naver.com/h2d2002/220488184488 about_If https://technet.microsoft.com/ko-kr/library/dd315286.aspx Powershell 에서의 정규 표현식 (Regular Expressions) https://talsu.net/?p=1016 Powershell로 텍스트 치환하기 http:..
AEM 6 SP2 - View (Tail) CQ Log Files http://experience-aem.blogspot.kr/2015/03/aem-6-sp2-view-tail-cq-log-files.html AEM 6 SP2 - View (Tail) CQ Log FilesGoal Quick post on creating a Tail Log servlet for examining the logs on remote CQ instances; if you are debugging issues on a friend's CQ instance or QA, deploying this servlet could be helpful. Ootb, logs can be viewed by logging into felix console (http://localhost:4502/system/c..