GraphViz
Updated: February 28, 2010 | categories: linux | View CommentsGraphViz는 open source 그래프를 그리기 위한 툴이다. Doxygen에서 call graph를 표시하기 위해서 사용되었고, 다른 tool에서도 plugin으로 제공된다.
위와 같은 syntax의 문법을 읽어서 다음과 같은 png파일을 만들어준다. Emacs용 mode도 제공된다.
Read more...Ubuntu(Debian)에 Gitosis Install
Updated: December 10, 2009 | categories: git, linux | View CommentsInstall package가 gitosis 계정을 자동으로 만들어준다. 긴 이름 대신에 짧은 이름이 낫기 때문에 gitosis 계정 대신 git 로 변경한다. git 계정은 passwd는 필요하지 않지만, 유효한 shell을 가져야만 로긴이 된다.
gitosis를 관리한 local host 에서 ssh-keygen을 이용하여 public SSH를 key를 등록한다.
Read more...OpenLDAP(slapd)를 이용하여 Addressbook 구축하기
Updated: December 07, 2009 | categories: linux | View CommentsLDAP은 "the Lightweight Directory Access Protocol"의 약자로 RFC 1777에 정의된 디렉토리 어플리케이션을 위한 통신 프로토콜이다.
Quoted from RFC 1777:
Read more...Git Tips
Updated: December 04, 2009 | categories: git, linux | View Comments현재 Working tree에서 untracked file을 지우는 명령어
git push 할때 default 지정
Read more...