Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • 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…


    Continue reading → Post ID 879

    Posted on 2015-06-06 7:52 AM by andrew Comment
    📂This entry was posted in 기술 기술자료
  • 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,…


    Continue reading → Post ID 875

    Posted on 2015-06-06 3:22 AM by andrew Comment
    📂This entry was posted in 기술자료
  • [펌]패치 파일 만드는 법과 적용하는 법

    http://coffeenix.net/doc/misc/patch.html 패치 파일 만드는 법과 적용하는 법 패치 파일의 쓰임 패치(patch) 파일은 두 파일들간의 차이들을 출력해 주는 프로그램인 diff에 의해 생성된 파일을 의미한다. 주로 쓰이는 때는 어떤 프로그램에서 기능향상이나 문제점을 해결하기 위해 소스파일들을 고치고 나서 고친 부분에 대한 정보…


    Continue reading → Post ID 872

    Posted on 2015-06-03 4:53 AM by andrew Comment
    📂This entry was posted in 기술자료
  • 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…


    Continue reading → Post ID 867

    Posted on 2015-06-02 11:21 PM by andrew Comment
    📂This entry was posted in 기술
  • 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…


    Continue reading → Post ID 864

    Posted on 2015-05-27 10:26 PM by andrew Comment
    📂This entry was posted in 기술 기술자료
  • [scrap]리눅스 메모리 사용량 확인

    http://solarixer.blogspot.kr/2010/10/blog-post_08.html   리눅스에서 메모리 사용량 측정을 위한 방법을 소개 드립니다. 아래 3가지 외에도 여러 툴이나 시스템 커맨드가 있겠지만, 빠르고 정확하게 접근하기 위한 방법을 알아보는 것을 목적으로 합니다. 1)     /proc/PID/status 를 보고 VmS…


    Continue reading → Post ID 859

    Posted on 2015-05-21 10:23 PM by andrew Comment
    📂This entry was posted in 기술 기술자료
  • [scrap]리눅스에서 Disk IO 및 시스템 리소스 모니터링

    http://solarixer.blogspot.kr/2010/10/disk-io.html 리눅스 상에서 시스템 리소스 모니터링 할 때 보통 아래와 같은 command 를 사용한다. CPU 정보를 볼때 보통 top 이나 sar 등으로 보고 프로세스 정보를 볼 땐 보통 ps 를 사용하며 메모리 정보를 볼 땐 free , vmstat 등을 사용한다. 디스크 IO…


    Continue reading → Post ID 857

    Posted on 2015-05-20 11:50 PM by andrew Comment
    📂This entry was posted in 기술 기술자료
  • [scrap][AngularJS] AngularJS 와 RequireJS 를 활용한 대규모 웹 어플리케이션 개발

    http://programmingsummaries.tistory.com/m/post/229   AngularJS 기반 웹 어플리케이션, 어디서부터 시작해야 할까? AngularJS를 기반으로 웹 어플리케이션을 개발할 때, AngularJS 사이트에서 제공해주는 문서들은 특정 API 활용 방법을 이해하거나 단순한 수준으로 시작하기에는 적합하지만 어떻…


    Continue reading → Post ID 855

    Posted on 2015-05-20 9:00 AM by andrew Comment
    📂This entry was posted in 기술 기술자료
  • [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가 내세우고 있는…


    Continue reading → Post ID 853

    Posted on 2015-05-20 8:56 AM by andrew Comment
    📂This entry was posted in 기술 기술자료
  • [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…


    Continue reading → Post ID 851

    Posted on 2015-05-20 8:55 AM by andrew Comment
    📂This entry was posted in 기술 기술자료

Posts navigation

Previous 1 … 5 6 7 … 36 Next

  • Recent Posts

    • MySql 관리
    • Pair Programming Is Not Pair Coding
    • 기기 고유 식별(Identify) 얻기 device_info
    • QR 코드 스캔(QR Code Scan) 초간단 예제(Simple example)
    • 싱글톤(Singleton) 클래스
  • Recent Comments

    • Shela SchurShela Schur on RED5 & FFMPEG & FFserver 스트리밍 서버 구축하기
    • DeepsDeeps on [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!
    • IvanIvan on How to install openssl on windows with visual studio 2015
    • KeenanBoldKeenanBold on centos7] Adding to Firwwall rules
    • andrewandrew on How to install POCO C++ libraries on Windows with Visual studio 2015
  • Archives

    • December 2021
    • May 2021
    • January 2021
    • June 2020
    • August 2018
    • April 2017
    • March 2017
    • February 2017
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
  • Categories

    • C/C++
    • cmake/make
    • CUBE
    • DB관련
    • DIY & H/W
    • flutter
    • JAVA
    • javascript
    • jboss&tomcat
    • JEUS & WEBToB
    • Linux
    • Linux
    • MDX등
    • MFC & WINDOWS
    • OS tune
    • OSX
    • PDW
    • SVN
    • Uncategorized
    • UNITY3D/COCOS2D
    • VSC
    • WAS, Servet Containers
    • Webserver
    • 기술
    • 기술자료
    • 일반
    • 일상
    • 참고를 위한 저장물
    • 책
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • AdSense


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme
 

Loading Comments...