검색결과 리스트
컴퓨터에 해당되는 글 187건
- 2014.11.12 DevOps 툴 비교: Puppet, Chef, Slat, Ansible
- 2014.11.12 pip 자신 upgrade하기
- 2014.11.07 pip pandas 설치 에러
- 2014.11.05 Travis CI
- 2014.11.05 샤나인코더: 동영상 인코딩 프로그램
- 2014.10.19 CentosOS에 vagrant 설치
- 2014.10.19 라인 번호 없이 history 명령 실행
- 2014.10.19 Analysis of Six Distributed File Systems
- 2014.10.19 vagrant box list
- 2014.10.19 보안 메신저 앱?
글
DevOps 툴 비교: Puppet, Chef, Slat, Ansible
Compute Engine Management with Puppet, Chef, Salt, and Ansible
https://cloud.google.com/developers/articles/google-compute-engine-management-puppet-chef-salt-ansible/
Moving away from Puppet: SaltStack or Ansible?
http://ryandlane.com/blog/2014/08/04/moving-away-from-puppet-saltstack-or-ansible/
Puppet, Chef 는 Ruby
Salt, Ansible은 Python
'컴퓨터' 카테고리의 다른 글
트위터 부트스트랩 (0) | 2014.12.12 |
---|---|
remote host를 ssh_known_hosts에 등록하는 방법 (0) | 2014.11.12 |
pip 자신 upgrade하기 (0) | 2014.11.12 |
pip pandas 설치 에러 (0) | 2014.11.07 |
Travis CI (0) | 2014.11.05 |
설정
트랙백
댓글
글
pip 자신 upgrade하기
How do I update pip itself
http://stackoverflow.com/questions/15221473/how-do-i-update-pip-itself-from-inside-my-virtual-environment
'컴퓨터' 카테고리의 다른 글
remote host를 ssh_known_hosts에 등록하는 방법 (0) | 2014.11.12 |
---|---|
DevOps 툴 비교: Puppet, Chef, Slat, Ansible (0) | 2014.11.12 |
pip pandas 설치 에러 (0) | 2014.11.07 |
Travis CI (0) | 2014.11.05 |
샤나인코더: 동영상 인코딩 프로그램 (0) | 2014.11.05 |
설정
트랙백
댓글
글
pip pandas 설치 에러
pandas/src/numpy_helper.h: In function ‘get_datetime64_value’:
위와 같은 에러가 발생하면
numpy 버전이 낮아서 발생하는 문제.
해결방법:
pip install --upgrade numpy
pip install pandas
'컴퓨터' 카테고리의 다른 글
DevOps 툴 비교: Puppet, Chef, Slat, Ansible (0) | 2014.11.12 |
---|---|
pip 자신 upgrade하기 (0) | 2014.11.12 |
Travis CI (0) | 2014.11.05 |
샤나인코더: 동영상 인코딩 프로그램 (0) | 2014.11.05 |
CentosOS에 vagrant 설치 (0) | 2014.10.19 |
설정
트랙백
댓글
글
Travis CI
'컴퓨터' 카테고리의 다른 글
pip 자신 upgrade하기 (0) | 2014.11.12 |
---|---|
pip pandas 설치 에러 (0) | 2014.11.07 |
샤나인코더: 동영상 인코딩 프로그램 (0) | 2014.11.05 |
CentosOS에 vagrant 설치 (0) | 2014.10.19 |
라인 번호 없이 history 명령 실행 (0) | 2014.10.19 |
설정
트랙백
댓글
글
샤나인코더: 동영상 인코딩 프로그램
'컴퓨터' 카테고리의 다른 글
pip pandas 설치 에러 (0) | 2014.11.07 |
---|---|
Travis CI (0) | 2014.11.05 |
CentosOS에 vagrant 설치 (0) | 2014.10.19 |
라인 번호 없이 history 명령 실행 (0) | 2014.10.19 |
Analysis of Six Distributed File Systems (0) | 2014.10.19 |
설정
트랙백
댓글
글
CentosOS에 vagrant 설치
Using Vagrant on headless CentOS/RHEL
https://coderwall.com/p/kmu73w
# Add Virtual Box yum repo
sudo curl http://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo > /etc/yum.repos.d/virtualbox.repo
# Install VirtualBox
sudo yum install VirtualBox-4.2
# Install Vagrant via RPM (obtain URL of version you want via http://downloads.vagrantup.com/)
curl http://files.vagrantup.com/packages/b12c7e8814171c1295ef82416ffe51e8a168a244/vagrant_1.3.1_x86_64.rpm -o vagrant-1.3.1.rpm
# Install Vagrant
sudo rpm -i vagrant-1.3.1.rpm
How to Create and Share a Vagrant Base Box
http://www.sitepoint.com/create-share-vagrant-base-box/
'컴퓨터' 카테고리의 다른 글
Travis CI (0) | 2014.11.05 |
---|---|
샤나인코더: 동영상 인코딩 프로그램 (0) | 2014.11.05 |
라인 번호 없이 history 명령 실행 (0) | 2014.10.19 |
Analysis of Six Distributed File Systems (0) | 2014.10.19 |
vagrant box list (0) | 2014.10.19 |
설정
트랙백
댓글
글
라인 번호 없이 history 명령 실행
Bash history without line numbers
http://stackoverflow.com/questions/7110119/bash-history-without-line-numbers
history | cut -d" " -f6-
'컴퓨터' 카테고리의 다른 글
샤나인코더: 동영상 인코딩 프로그램 (0) | 2014.11.05 |
---|---|
CentosOS에 vagrant 설치 (0) | 2014.10.19 |
Analysis of Six Distributed File Systems (0) | 2014.10.19 |
vagrant box list (0) | 2014.10.19 |
보안 메신저 앱? (0) | 2014.10.19 |
설정
트랙백
댓글
글
Analysis of Six Distributed File Systems
http://hal.archives-ouvertes.fr/docs/00/78/90/86/PDF/a_survey_of_dfs.pdf
참고:
'컴퓨터' 카테고리의 다른 글
CentosOS에 vagrant 설치 (0) | 2014.10.19 |
---|---|
라인 번호 없이 history 명령 실행 (0) | 2014.10.19 |
vagrant box list (0) | 2014.10.19 |
보안 메신저 앱? (0) | 2014.10.19 |
키를 지정된 상태에서 사용하기에 부적합합니다 (0) | 2014.10.15 |
설정
트랙백
댓글
글
vagrant box list
vagrand cloud
'컴퓨터' 카테고리의 다른 글
라인 번호 없이 history 명령 실행 (0) | 2014.10.19 |
---|---|
Analysis of Six Distributed File Systems (0) | 2014.10.19 |
보안 메신저 앱? (0) | 2014.10.19 |
키를 지정된 상태에서 사용하기에 부적합합니다 (0) | 2014.10.15 |
make -j 옵션 (cpu를 동시에 사용) (0) | 2014.09.05 |
설정
트랙백
댓글
글
보안 메신저 앱?
Sicher
https://play.google.com/store/apps/details?id=de.shapeservices.sicher
Threema
https://play.google.com/store/apps/details?id=ch.threema.app
김승주 고려대 교수 "자체 암호화기술 구축…보안 위협 존재해"
http://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=105&oid=421&aid=0001052095
'컴퓨터' 카테고리의 다른 글
Analysis of Six Distributed File Systems (0) | 2014.10.19 |
---|---|
vagrant box list (0) | 2014.10.19 |
키를 지정된 상태에서 사용하기에 부적합합니다 (0) | 2014.10.15 |
make -j 옵션 (cpu를 동시에 사용) (0) | 2014.09.05 |
자바, 미안하다! 파이썬 한국어 NLP (0) | 2014.09.03 |