목록분류 전체보기 (2066)
준호씨의 블로그
티스토리를 주로 사용 하고 있지만 가상머신 호스팅 서비스 받는 곳에 TextCube 를 설치 해 보기로 함. 일단 https://github.com/Needlworks/Textcube/releases/tag/v1.10.7 에서 압축 파일 다운 받음 # 파일 다운로드 wget https://github.com/Needlworks/Textcube/archive/v1.10.7.tar.gz # 압축 해제 tar xvfz ... # 심볼릭 링크 ln -s Textcube-1.10.7/ Textcube 아파치 설정 (이건 도메인 설정에서 CNAME 으로 미리 연결 해 둬야 가능) # junho85's textcube DocumentRoot /home/junho85/web/Textcube ServerName tc.j..
brew install scala역시 brew 편리 하구만 2.11.7 버전이 설치 되었다. scala> print("hello world")hello world
ubuntu 버전 별로 쉽게 설치하는 방법을 제공해 주고 있습니다. 제가 사용하는 ubuntu 서버는 14.04 tusty. 다음 스크립트 이용하여 설치 했습니다. curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh 설치가 다 되면 알아서 실행 까지 해 줍니다. junho85@junho85:~/program$ ps auxww | grep fluentd junho85 20676 0.0 0.1 14180 932 pts/2 S+ 11:35 0:00 grep --color=auto fluentd junho85@junho85:~/program$ ps auxww | grep td-agent td-agent 20641..
마크다운 + 이미지 바로붙기 + 히스토리 저장이 조합만 지원 되어도 꽤 쓸만하지 않을까.
그냥 jar 파일 받아서 java 로 실행 시켜도 되지만 우분투 패키지를 이용 해 보기로 함. http://pkg.jenkins-ci.org/debian/ 따라서 해 봄 참고로 https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu 에 좀 더 자세히 나와 있음 하지만 허구헌날 나는 우분투 업그레이드 오류 뭔가 패키지 설치 하려고 하면 의존성 문제가 난다고 ------- 에러 안나면 생략 STARTapt-get -f install해 보라 해서 해 봄. 안됨 apt-get autoremove해 보라고 해서 해 보니 안됨 apt-get -f autoremove해보니 뭔가 진행 됨------- 에러 안나면 생략 END 아무튼 jenkin..