반응형

먼저 내 환경은 iMac 에서 ubuntu 12.04 를 parallels 8 로 띄운 환경이다


$ wget http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz

$ tar xzvf protobuf-2.5.0.tar.gz

$ cd protobuf-2.5.0/

$ ./configure


이 단계에서 나는 c++ 이 깔려있지 않아서 에러가 났다


$ apt-get install g++ pentium-builder

$ ./configure

$ make

$ make check

$ sudo make install

$ sudo ldconfig

$ protoc --version 

libprotoc 2.5.0


버전이 나오면 성공!!

반응형

'[프로그래밍]' 카테고리의 다른 글

rsync 로 CRAN mirroring  (0) 2015.10.06
GIS shp 파일 변환  (0) 2015.07.28
/etc/hosts 파일 설정  (0) 2015.03.16
putty 에서 pem 파일 이용하여 접속하기  (0) 2015.02.26
버전관리 Git  (0) 2015.02.07
Posted by FeliZ_하늘..
,
반응형

http://ilmol.com/2015/01/Jekyll,Git%20%EC%9D%84%20%EB%AA%B0%EB%9D%BC%EB%8F%84%20%EB%AC%B4%EB%A3%8C%20Github%20Pages%20%EC%A6%90%EA%B8%B0%EA%B8%B0.html

반응형
Posted by FeliZ_하늘..
,
반응형
파일의 위치

Linux

/etc/hosts


Windows

C:\Windows\System32\drivers\etc\hosts


둘 다 관리자 권한이어야 수정 가능함


반응형

'[프로그래밍]' 카테고리의 다른 글

GIS shp 파일 변환  (0) 2015.07.28
protocol buffer 2.5.0 설치  (0) 2015.06.29
putty 에서 pem 파일 이용하여 접속하기  (0) 2015.02.26
버전관리 Git  (0) 2015.02.07
spring security, 비밀번호 암호화, sha  (0) 2015.01.13
Posted by FeliZ_하늘..
,
반응형

일단 pem 파일을 ppk 파일로 변환해줘야 하고


putty 에서 ppk 파일을 넣어주고 접속하여야 함


링크는 put 하는 내용이라서 끝까지 보지 않아도 무방함


http://jmkook77.blogspot.kr/2012/01/putty.html

반응형

'[프로그래밍]' 카테고리의 다른 글

GIS shp 파일 변환  (0) 2015.07.28
protocol buffer 2.5.0 설치  (0) 2015.06.29
/etc/hosts 파일 설정  (0) 2015.03.16
버전관리 Git  (0) 2015.02.07
spring security, 비밀번호 암호화, sha  (0) 2015.01.13
Posted by FeliZ_하늘..
,
반응형

git - 간편 안내서

http://rogerdudler.github.io/git-guide/index.ko.html


Github를 이용하는 전체 흐름 이해하기

http://blog.outsider.ne.kr/865


GIT과 Github 안내

http://blog.hjf.pe.kr/37


TortoiseGit을 이용해 Github에 저장소 생성 및 데이터 올리기

http://blog.hjf.pe.kr/57

반응형

'[프로그래밍]' 카테고리의 다른 글

GIS shp 파일 변환  (0) 2015.07.28
protocol buffer 2.5.0 설치  (0) 2015.06.29
/etc/hosts 파일 설정  (0) 2015.03.16
putty 에서 pem 파일 이용하여 접속하기  (0) 2015.02.26
spring security, 비밀번호 암호화, sha  (0) 2015.01.13
Posted by FeliZ_하늘..
,
반응형

http://linuxism.tistory.com/681

http://www.programcreek.com/java-api-examples/index.php?api=org.springframework.security.authentication.encoding.ShaPasswordEncoder

반응형

'[프로그래밍]' 카테고리의 다른 글

GIS shp 파일 변환  (0) 2015.07.28
protocol buffer 2.5.0 설치  (0) 2015.06.29
/etc/hosts 파일 설정  (0) 2015.03.16
putty 에서 pem 파일 이용하여 접속하기  (0) 2015.02.26
버전관리 Git  (0) 2015.02.07
Posted by FeliZ_하늘..
,