간단히 아래 명령어만 사용하면 설치가 된다. > sudo curl https://sh.rustup.rs -sSf | sh 이게 중요한건 아니고, 인터넷이 안되는 서버라면, 아래 사이트에가서, standalone installers 를 다운받아 설치가 가능하다. 위 로그상 나왔던 걸 참조해서 설치하면 된다. info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu' info: latest update on 2019-07-04, rust version 1.36.0 (a53f9df32 2019-07-03) https://forge.rust-lang.org/other-installation-methods.html Other Installation M..
우분투 서버를 설치했으니, 하나씩 셋팅을 해보자. 첫단계로 R 프로그램을 설치하려 했더니, 찾을 수가 없다. sudo apt-get update 로 패키지 리스트를 업데이트 한다. 다시 설치를 진행하면 어마무시한 dependency 내역이 뜨는걸 볼 수 있다. vagrant@ubuntu-bionic:~$ sudo apt-get install r-base Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: autoconf automake autopoint autotools-dev binutils binuti..
vagrant ubuntu 설정할 폴더를 하나 만든다음. 아래 명령어를 실행하면 Vagrantfile 이 생성된다. > vagrant init ubuntu/bionic64 ==> vagrant: A new version of Vagrant is available: 2.2.5 (installed version: 2.2.4)! ==> vagrant: To upgrade visit: https://www.vagrantup.com/downloads.html A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in..
https://m.blog.naver.com/love_tolty/220897768122
서울 아파트실거래가를 2013~현재까지 받아다가 엑셀로 만드니, 58만여건임. 해당 엑셀자료를 R jsonlite 이용하여 json 파일로 만들었다. # mongodb에 import 하기전에 json 파일로 변환. 229.4MB 너무큼. write_json(apart, path = file.path(getwd(), 'docs', 'apart', 'data', 'apart_all.json')) # csv 로 변환하니 90.9mb write_csv(apart, path = file.path(getwd(), 'docs', 'apart', 'data', 'apart_all.csv')) mongodb 에 import 할 수 있는 파일은 json, csv, tsv 정도임. 아래링크로 옵션확인.(https://doc..
저번 oracle vagrant 설치후에, [오라클 설치] oracle xe 윈도우10에서 설치하기(vagrant, virtualbox) vm 서버에 생성된 oracle db 계정(SYS, SYSTEM, PDBADMIN)에 대한 비밀번호를 찾아보니, 여기에 있다. vm 서버말고, vagrant 설치 폴더중에, ..(중략).. /oracle_xe/vagrant-boxes/OracleDatabase/18.4.0-XE/scripts/install.sh 을 열어보면, # Auto generate ORACLE PWD if not passed on export ORACLE_PWD=${ORACLE_PWD:-"`openssl rand -base64 8`1"} # Create database sed -i -e "s|##..
vagrant ssh 명령어로 ssh 연결을 할 수 있으나, ssh 명령어로 일반적인 접근을 위한 방법을 찾기위해 vagrant ssh-config 명령어를 수행한다. > vagrant ssh-config getting Proxy Configuration from Host... Host oracle18c-xe-vagrant HostName 127.0.0.1 User vagrant Port 2222 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile /...(중략).../.vagrant/machines/oracle18c-xe-vagrant/virtualbox/private_key Identit..
정확히 이야기하자면, windows10 에 직접 oracle db 를 설치하는게 아니라, vm virtualbox 를 이용하여 가상의 os (oracle linux)에다가 oracle xe 를 설치하는 과정을 기록함. 이 설치과정은 vagrant, virtualbox 두개의 프로그램이 설치되어야 함. 설명은 아래에 있음. 참고로 xe* 버전은 제약사항이 많다. * Oracle Database 18c Express Edition (XE) What are the resource limits for Oracle Database 18c XE Oracle Database 18c XE supports up to: 3 Pluggable Databases 2 CPUs for foreground processes 2GB..
- Total
- Today
- Yesterday
- Google Chart Tools
- Spring
- 자급제폰
- 셀프개통
- MongoDB
- ggplot2
- 막대그래프
- MySQL
- 알뜰요금제
- ktm모바일
- javascript
- heroku
- 이클립스
- MyBatis
- Oracle
- 마인크래프트
- ubuntu
- 맥북
- ipTIME
- github
- 아이맥
- eclipse
- 도넛차트
- java
- R
- ggplot
- python
- vagrant
- docker
- SVN
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |