Knowledge is Yours - Nguyen Si Nhan
Open Your Heart ... Open Your Mind ...
Pages
Home
About me
Bài đăng phổ biến
[Resolved] Warning: Cannot modify header information - headers already sent by
When you see this error, you just put this tiny code to begin your code: Go Daddy $7.49 .com Sale! ob_start() turn on buff...
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:
Comments (Atom)