Knowledge is Yours - Nguyen Si Nhan
Open Your Heart ... Open Your Mind ...
Pages
Home
About me
Bài đăng phổ biến
[solved] configure: *** XML documentation will not be available because the 'libxml2' development package is missing.
yum install install libxml2-devel Nguyen Si Nhan
How to create a bot to automate daily tasks using Slack
How to create a bot to automate daily tasks using Slack Nguyen Si Nhan 1. Setting Up Your Slack App Create a Slack App: Sign in to your Sla...
Tuesday, September 20, 2022
How to view or export content of file have extension .p12 ?
cmd:
openssl pkcs12 -info -in filename.p12 -nodes
This command will show content of filename.p12 , It usually consists of crt and privatekey .
Friday, September 16, 2022
Generate or export csr from existing private key
openssl req -new -key old.key -nodes -out req.csr
Nguyen Si Nhan
Saturday, September 10, 2022
[Kubernetes] [k8s] How to restart a pod ?
Have a way to ensure no application downtime is to use :
kubectl -n <namespace> rollout restart deployment <deployment_name|statefulset_name> .
Nguyen Si Nhan .
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)