목록2017/12/13 (7)
준호씨의 블로그
하드포크는 이미 알려져 있던 사실이고 가격에 선반영이 되었다는게 대부분의 의견 남아 있는 호재(인지 악재인지는 모르겠지만)는 12월 19일에 있을 mind-blowing(충격적인) 발표 이다. 출처: https://twitter.com/einsteiniumcoin/status/936182110515326981 애플과 관련? 맥북 사진은 도대체 왜 올린건지. 그래서 사람들은 애플과 관련이 있지 않을까 의문을 제기 했지만 애매한 답변으로 일축 앞으로 애플과 일하게 될지도 모르지만 이번 빅뉴스는 계약과는 관련 없다. 이번건은 아인스타이늄에게는 더욱 중요한 것이다. 아인스타이늄에게 있어서는 더 중요하다는게 뭘까? NASA 와 관련? 누군가 다음과 같은 트윗을 남겼다. 출처: https://twitter.com/..
Threr is no "cmake clean" command. cmake generates CMakeCache.txt file and CMakeFiles directory. So, just remote those file and directory. rm -rf CMakeCache.txt CMakeFiles
osx installation brew install gradle 구 버전 설치 시 brew tap homebrew/versions brew search gradle brew install gradle@2.14 brew info gradle@2.14 /usr/local/Cellar/gradle@2.14/2.14.1 brew link --overwrite gradle@2.14 intelliJ /usr/local/opt/gradle/libexec 버전별 구분 하려면 /usr/local/Cellar/gradle/X.X/libexec 참고 https://gist.github.com/l1x/d8ba66343fceb927d691
https://sourceforge.net/projects/zsh/files/ 에서 zsh-5.4.2.tar.gz 다운로드 압축 풀고 ./configure && make && sudo make install 5.9 wget https://jaist.dl.sourceforge.net/project/zsh/zsh/5.9/zsh-5.9.tar.xz tar -xf zsh-5.9.tar.xz cd zsh-5.9 ./configure && make && sudo make install