2022-01-01から1年間の記事一覧

Kafka on Openshift 備忘録

oc exec -it my-cluster-kafka-0 -- bash bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe bin/kafka-console-producer.sh --bootstrap-server localhost:9092 --topic my-topic bin/kafka-console-consumer.sh --bootstrap-server local…

minikube 備忘録

https://minikube.sigs.k8s.io/docs/start/

Cargo 備忘録

リモートデバッグ https://codehaus-cargo.github.io/cargo/Debugging.html

Docker で nginx

基本 https://www.rk-k.com/archives/3836 conf修正 https://www.rk-k.com/archives/3838 Basic認証 https://www.rk-k.com/archives/3832 HTTPS https://www.engilaboo.com/nginx-docker-https/

nodejs 備忘録

RHEL で nodejs のストリームを変えるとき sudo dnf module reset nodejs sudo dnf module install nodejs:12