ZeroMQ : http://zeromq.org/docs:source-git git clone git://github.com/zeromq/libzmq.git cd libzmq ./autogen.sh ./configure # add other options here make make check sudo make install or brew install ze…
-
-
Install GDB on OSX Yosemite
First things first – you need to install brew. It’s a homebrew package installer that can be found here. Then in your terminal, run brew install gdb This will install the latest gdb. but,…
-
[펌]패치 파일 만드는 법과 적용하는 법
http://coffeenix.net/doc/misc/patch.html 패치 파일 만드는 법과 적용하는 법 패치 파일의 쓰임 패치(patch) 파일은 두 파일들간의 차이들을 출력해 주는 프로그램인 diff에 의해 생성된 파일을 의미한다. 주로 쓰이는 때는 어떤 프로그램에서 기능향상이나 문제점을 해결하기 위해 소스파일들을 고치고 나서 고친 부분에 대한 정보…
-
FIX8 lib. install on OSX
1. open source download http://fix8.org/downloads.html 2. un tar 3. brew install automake 4. brew install poco 5. configure –with-poco=/usr/local/opt/poco 6. make 7. but… error In file inc…
-
How to Install Git 2.4.2 on CentOS/Redhat 7,6,5 and Fedora 20/19
http://tecadmin.net/install-git-2-0-on-centos-rhel-fedora/ Git has released 2.4.2 version on May 26, 2015.It has lots of noticeable changes over git 1.9 release. Git is a free and open source distribu…
-
[scrap]리눅스 메모리 사용량 확인
http://solarixer.blogspot.kr/2010/10/blog-post_08.html 리눅스에서 메모리 사용량 측정을 위한 방법을 소개 드립니다. 아래 3가지 외에도 여러 툴이나 시스템 커맨드가 있겠지만, 빠르고 정확하게 접근하기 위한 방법을 알아보는 것을 목적으로 합니다. 1) /proc/PID/status 를 보고 VmS…
-
[scrap]리눅스에서 Disk IO 및 시스템 리소스 모니터링
http://solarixer.blogspot.kr/2010/10/disk-io.html 리눅스 상에서 시스템 리소스 모니터링 할 때 보통 아래와 같은 command 를 사용한다. CPU 정보를 볼때 보통 top 이나 sar 등으로 보고 프로세스 정보를 볼 땐 보통 ps 를 사용하며 메모리 정보를 볼 땐 free , vmstat 등을 사용한다. 디스크 IO…
-
[scrap][AngularJS] AngularJS 와 RequireJS 를 활용한 대규모 웹 어플리케이션 개발
http://programmingsummaries.tistory.com/m/post/229 AngularJS 기반 웹 어플리케이션, 어디서부터 시작해야 할까? AngularJS를 기반으로 웹 어플리케이션을 개발할 때, AngularJS 사이트에서 제공해주는 문서들은 특정 API 활용 방법을 이해하거나 단순한 수준으로 시작하기에는 적합하지만 어떻…
-
[scrap]리눅스에서 vsftp설정(530에러, 500에러, root 로그인 실패 포함)
http://dryad.kr/bbs/board.php?bo_table=rboard01&wr_id=200 리눅스 : CentOS 5.6 vsFTPD : Very Secure FTPD vsftpd FTP 서버에 대해 vsftpd는 UNIX 시스템에서 사용할 수 있는 free FTP 서버(라이센스는 GPL)이다. vsftpd가 내세우고 있는…
-
[scrap]Architecting Large Enterprise Java Projects – My Virtual JUG Session
http://java.dzone.com/articles/architecting-large-enterprise?utm_content=buffer9d9dc&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer I had the pleasure to be invited t…