보관함

macos bash ls color

.bash_profile

1. directory 2. symbolic link 3. socket 4. pipe 5. executable 6. block special 7. character special 8. executable with setuid bit set 9. executable with setgid bit set 10. directory writable to others, with sticky bit 11. directory writable to others, without sticky bit

a. black b. red c. green d. brown […]

iis express 에서 custom domain 테스트 할때

관리자 모드로

netsh http add urlacl url=http://a.com:53351/ user=everyone netsh http add urlacl url=http://b.com:53351/ user=everyone netsh http show urlacl netsh http delete urlacl url=http://a.com:53351/ netsh http delete urlacl url=http://a.com:53351/

hosts 파일에 추가

a.com b.com

bitcoin 명령어

명령 매개 변수 기술 잠금 해제 된 지갑이 필요하십니까?(v0.4.0 +) addmultisigaddress <nrequired> < ‘[ “key”, “key”]’> [account] nrequired-to-sign 다중 서명 주소를 지갑에 추가하십시오. 각 키는 비트 코인 주소 또는 16 진수로 인코딩 된 공개 키입니다.[account]가 지정되면 [account]에 주소를 할당하십시오. 주소가 포함 된 문자열을 반환합니다. 엔 addnode <node> <add / remove / onetry> version 0.8 […]