https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options
https://github.com/EthFans/wiki/wiki/Ethereum-Geth-Mirror
* 최신 버전에서는 안된다 (보기 1.12.5)
* 예전 버전에서만 가능하다 ( 보기 1.8.30)
preference 메뉴에서 Korean 설정하면 된다
sendemail , gmail SMTP 로 메일 보내기 설정
(
참고:
http://caspian.dotconf.net/menu/Software/SendEmail/
http://stackoverflow.com/questions/12750662/install-perl-module-netssleay-through-cpan )
* 에러 메시지:530 5.7.0 Must issue a STARTTLS command first
1. gmail 설정
https://www.google.com/settings/security/lesssecureapps
에서 허용 선택
2. sendemail 설정
TLS 에 필요한 perl module 설치 ( Net::SSLeay 과 IO::Socket::SSL 설치안되어 있을 경우)
$ su -
# sudo yum install perl perl-CPAN perl-Net-SSLeay perl-IO-Socket-SSL
3. 간단한 테스트
sendEmail -o tls=yes -f YourEmail@gmail.com -t SomeoneYoureEmailing@domain.com -s smtp.gmail.com:587 -xu YourEmail@gmail.com -xp YOURPASSWORD -u "Hello from sendEmail" -m "How are you? I'm testing sendEmail from the command line."
eclipse, the workspace exited with unsaved changes in the previous session
카테고리 없음 2016. 12. 28. 14:35%ECLIPSE_HOME%workspace\.metadata\.plugins\org.eclipse.e4.workbench\workbench.xmi 파일 삭제
(workbench.xmi 기존 작업에 대한 세팅이 저장되어 있는 File )
org.eclipse.e4.workbench 는 다른 이름일 수 있다.
