본문 바로가기
반응형

Programming105

Amazing Twitter Bootstrap Extensions and Forks (2013 version) I recently discussed how wide-spread Bootstrap has become to the point that any framework, code, UI, or whatever that comes out gets a Bootstrap version. Well, I’ve been looking around for some Bootstrap extensions and forks that could help me out. Now, before, I get into everything, I’d like to mention that many of these are compatible with Bootstrap themes which makes them THAT much more power.. 2013. 7. 11.
50 Must-have plugins for extending Twitter Bootstrap 원본 글 : http://www.innerhtml.com/50-must-have-plugins-for-extending-twitter-bootstrap.html ou most certainly know about Twitter Bootstrap - the popular front end framework for building websites and apps. It favors simple, responsive design, and comes bundled with a sensible default stylesheet, a number of useful jQuery plugins and an icon set. Although it doesn’t come with much else, Bootstrap is.. 2013. 7. 11.
리눅스 해킹 프로세스 포트번호를 알때 PID값 찾아내 kill 하는 방법 #] netstat -lntp | grep [포트번호] 0 0.0.0.0:[포트번호] 0.0.0.0:* LISTEN [PID]/[실행파일명] #] kill -9 [PID] 실행 데몬 갯수 알아내기 ps -efa | grep httpd | wc - 2013. 3. 14.
CentOs 에서 Yum을 이용한 MongoDb 패키지 설치하기 1. /etc/yum.repos.d/10gen.repo 파일 추가 /etc/yum.repos.d/10gen.repo 64비트 linux[10gen]name=10gen Repositorybaseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64gpgcheck=0 32비트 linux[10gen]name=10gen Repositorybaseurl=http://downloads-distro.mongodb.org/repo/redhat/os/i686gpgcheck=0 2. mongodb Installyum install mongo-10gen mongo-10gen-server 3. mongodb conf 파일 확인# vi /etc/mongod.conf log.. 2013. 1. 3.
반응형