일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 빅데이타
- 빅데이터
- Big Data
- R
- 통계
- 확률
- 주일설교
- MongoDB
- probability
- 김양재
- 딥러닝
- Statistics
- 김양재 목사
- Deep learning
- WebGL
- 빅 데이타
- c++
- Machine Learning
- No SQL
- 김양재 목사님
- data science
- 빅 데이터
- 우리들교회
- 인공지능
- nodeJS
- 몽고디비
- 데이터 과학
- Artificial Intelligence
- node.js
- openCV
- Today
- Total
목록ubuntu (3)
Scientific Computing & Data Science
설치하기$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 $ echo "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" | tee -a /etc/apt/sources.list.d/10gen.list $ sudo apt-get -y update$ sudo apt-get -y install mongodb-10gen MongoDB Config 파일 위치$ cd /etc/mongodb.conf MongoDB Script 파일 위치 - Log, Data File 디렉터리 생성$ /etc/init/mongodb.conf Data files와 Log 디렉터리 위치da..
[설치옵션]Ubuntu 14.04 LTSDB : MySQLWeb Server : ApacheSource Control : Git [설치준비]$ sudo apt-get update $ sudo apt-get install build-essential [MySQL 서버 설치]$ sudo apt-get install mysql-server $ sudo apt-get install libmysqlclient-dev [Python Setup Tools 및 Development Headers 설치]$ sudo apt-get install python-setuptools $ sudo apt-get install python-dev [Apache Web Server 설치] $ sudo apt-get install ap..