목록IT이야기 (355)
준호씨의 블로그
확인 sudo systemsetup -getremotelogin $ sudo systemsetup -getremotelogin Password: Remote Login: Off 활성화 sudo systemsetup -setremotelogin on 끄기 sudo systemsetup -setremotelogin off 참고 How to Enable SSH on a Mac from the Command Line 2016.08.16
homebrew 를 설치 하면 각종 유용한 패키지를 손쉽게 설치 할 수 있다. homebrew 설치 하기 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" homebrew 로 wget 설치 하기 $ brew install wget 다른 설치 예apache httpd 설치 하기anaconda 설치 하기php 설치 하기RStudio 설치 하기jenkins 설치 하기dotnet sdk 설치 하기 cleanupcleanup 하기 참고 https://brew.sh/index_ko.html
new IO::Socket::INET... 그냥은 timeout 이 잘 동작 하지 않음 alarm 을 이용해야 한다. 자세한건 차차 정리 참고 alarm IO::Socket::Timeout: socket timeout made easy How to timeout and proceed in perl? IO::Socket::INET
simple rsync rsync src_files junho85@junho85.pe.kr:/somewhere/ use ssh instead of rsh rsync -e ssh src_files junho85@junho85.pe.kr:/somewhere/ change ssh port rsync -e 'ssh -p src_files junho85@junho85.pe.kr:/somewhere/ references https://explainshell.com/explain?cmd=rsync+-p+--chmod%3D%2Brwx+-e+%22ssh+-i+userserver.pem%22+--copy-unsafe-links+-rz+user%40server%3A~%2F+%2Fdb_backups%2Fwww%2F h..
예전에는 비트코인이니 이더리움이니 가상화폐니 설렁설렁 보곤 했는데 최근에는 이런저런 커뮤니티나 체팅방 눈팅을 하고 있다. 자주 등장하는 인물중 하나가 로저버이다. 로저버의 트위터 주소 https://twitter.com/rogerkver 미국의 투자가 인데 도쿄에 거주중이다. 예전 기사를 보니 비트코인 예수라고 불리기 까지 할 정도의 인물이었다. 한국에 온 '비트코인 예수'... "연말까지 10배 오를 것" 2014.01.15 http://biz.chosun.com/site/data/html_dir/2014/01/15/2014011503773.html 여기 글에 있는 것 처럼 1비트 코인이 10만불 까지 오르지는 않았다. 한화로 730만원 정도 하고 있으니 1만불도 되지 않았음. 아무튼 그의 말들은 이런..