본문 바로가기

전체 글352

영어 블로그를 개설했습니다. https://wellsdev.blogspot.com/ Joseph's wells wellsdev.blogspot.com 영어 버전의 블로그 미러를 만들었습니다. 앞으로 몇몇 주제는 영어로도 작성하려고 합니다. (난 영어를 잘 못하니 구글 번역기를! 이상한 문법 있으면 수정 환영ㅠㅠ) 2022. 10. 4.
EJBCA-CE Docker with HSM on Kubernetes ejbca-ee can be integrated with HSM. > https://github.com/Keyfactor/ejbca-containers/blob/master/hsm-integration/hsm-drivers/hsm-driver-softhsm/Containerfile However, registry.primekey.com is not accessible as it is a paid repository. So, I implement it using the open source pkcs11-proxy. See https://gist.github.com/jclab-joseph/973d06db6856a8e5cb851909fbc7268b And https://github.com/jc-lab/hsm-.. 2022. 10. 3.
키보드 서치 # 키보드에 진심인 사람들 (손가락이 아파서..) https://twitter.com/lunamoth/status/1302827399797563392 # 키압 그래프 / 차트 [키보드 그래프] https://www.rtings.com/keyboard/1-0/graph [키보듣 차트] https://thegamingsetup.com/gaming-keyboard/buying-guides/keyboard-switch-chart-table [스위치 그래프] https://chart-studio.plotly.com/~haata#/ ... ... 또 다시 키보드 찾는 중... 사무실에서는 KN01C 30g 을 쓰는데.. 지금까진 이게 제일 낫지만 좀 더 나은걸 찾고 있다. 노트북에서 쓸 키보드를 찾기 위해 LP를 .. 2022. 9. 26.
Node.JS Stream Backpressure 처리에 대해 전에 한번 확인 했던 것 같은데 stream 을 만들어 쓸려니까 또 까먹었다.. 테스트 소스: https://gist.github.com/jclab-joseph/d4258a4f8c2d19c15ccc8dfb27540f16 Readable Stream 에서 push 할 때 그냥 callback 으로 기다리게 하면 좋을려만.. 과정은 이렇다. - this.push 의 return 이 false 이면 내부 버퍼가 다 찬 것이다. (실제 고정 버퍼는 아니고 highWaterMark 사이즈를 넘었다는 것이다. 따라서 다시 push 할 필요는 없다. 버퍼링 된 것이다.) - 버퍼가 비워지면 다시 _read 가 호출된다. 그러면 다시 push 가 가능하다. (this.push 가 false 가 되면, Duplex 또는.. 2022. 9. 15.
rook-ceph 에서 Proxmox ceph 을 external cluster 으로 사용할 때 문제 rook-ceph 에서 proxmox 의 ceph 에 external cluster 으로써 연결 해 사용하려고 했다. 하지만 동작하지 않는다... 정확히는 Cluster 는 연결되지만 rados gateway 가 동작하지 않았다. (CephObjectStore) 아래와 같이 버전이 다르다고 하는데 사실 버전은 동일했다. ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph-external/my-store". waiting for ceph monitors upgrade to finish. current version: 16.2.9-0 pacific. expected version: 16.2.9-0 pacific. will reconc.. 2022. 8. 10.
[임시] OpenWRT + Active Directory (AD) 구축 일단 아래는 windows server 의 hostname 을 fqdn 이 아닌 그냥 hostname 으로 했다. 실 production 상황에서는 도메인을 할당해야 하지만, 나는 local 에서 테스트했기 때문에 아래와 같이 단순히 했다. 루트 도메인 (windows client 에서 join 할 때 필요) : company.com AD 서버 Hostname : WIN-AD-SERVER-HOSTNAME AD 서버 IP : 10.0.0.2 /etc/config/dhcp: config dnsmasq ... list addnhosts '/etc/config/local.hosts' config srvhost option srv '_ldap._tcp.dc._msdcs.company.com&.. 2022. 7. 12.
반응형