일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- table
- react
- GIT
- Kotlin
- SQL
- mapreduce
- Eclipse
- Android
- es6
- SSL
- R
- NPM
- Spring
- hadoop
- Java
- Python
- JavaScript
- window
- Express
- MSSQL
- 공정능력
- mybatis
- vaadin
- tomcat
- IntelliJ
- 보조정렬
- SPC
- xPlatform
- Sqoop
- plugin
- Today
- Total
목록os/linux (15)
DBILITY
매뉴얼을 봐도 되고, 검색하면 바로 나오지만, 정리하는 습관이 오래 기억에 남는다. 그나 저나 vim에서 명령실행시 권한 상승되는게 있었는데,여전하겠지? :%s/oldString/newString/g
maven binary 설치 [root@big-master src]# wget http://apache.tt.co.kr/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz [root@big-master src]# tar -zxvpf apache-maven-3.5.3-bin.tar.gz [root@big-master src]# cp -rf apache-maven-3.5.3 /bigdata/ [root@big-master src]# ln -s /bigdata/apache-maven-3.5.3 /maven [root@big-master src]# vi /etc/profile export MAVEN_HOME=/maven export PATH=$PATH:/bi..
소스컴파일시 https://github.com/linux-on-ibm-z/docs/wiki/Building-Google-Protobuf-2.5.0 소스컴파일은 의존성 등 문제가 많다. 귀찮다. 따라하면 된다. yum 설치시 [root@big-master src]# yum -y install protobuf protobuf-devel Loaded plugins: fastestmirror Repository base is listed more than once in the configuration Repository updates is listed more than once in the configuration Repository extras is listed more than once in the conf..
big-master : cpu 2 core 2 mem 8G hdd 64G ipaddr 192.168.100.180/24 gw 192.168.100.1 dns 164.124.101.2,168.126.63.1 hostname big-master big-slave1 : cpu 2 core 2 mem 8G hdd 64G ipaddr 192.168.100.181/24 gw 192.168.100.1 dns 164.124.101.2,168.126.63.1 hostname big-slave1 big-slav 2 : cpu 2 core 2 mem 8G hdd 64G ipaddr 192.168.100.182/24 gw 192.168.100.1 dns 164.124.101.2,168.126.63.1 hostname big-..
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jdk-7u79-linux-x64.tar.gz" jdk 1.7 x64용이며,버전은 작성일자 기준 최신버전입니다. 출처는 stackoverflow.com이었던 걸로 기억합니다.