http://datastax.github.io/cpp-driver/topics/building/ Building Supported Platforms The driver is known to work on CentOS/RHEL 5/6/7, Mac OS X 10.8/10.9 (Mavericks and Yosemite), Ubuntu 12.04/14…
- Category Archives 기술
-
-
Working with Apache Cassandra on Mac OS X
If you use Mac OS X as your platform for development work, then you may be interested to know how easy it is to use Apache Cassandra on the Mac. The following shows you how to download and setup Cassa…
-
How To Install Cassandra on CentOS 7
Apache Cassandra is a NoSQL database intended for storing large amounts of data in a decentralized, highly available cluster. NoSQL refers to a database with a data model other than the tabular relati…
-
ZeroMQ install on osx
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…
-
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가 내세우고 있는…