How-to
#2267
Install KubeCtl on windows : https://kubernetes.io/fr/docs/tasks/tools/install-kubectl/ Install KubeCtl on CentOS/RHEL Define config file : Create a deployment: Create a service to expose the deployment : Get service info (and LoadBalancer port) : Scale deployment Delete deployment(s) Describe deployment(s) Add private repo to container.d: edit /etc/containerd/config.toml Restart container.d Test a pull using crictl
Docker, How-to, K8s, Kubernetes, kubespray
#2166
Create a tar.gz file for each file : Add datetime in bash history : To replace the first occurrence of a pattern with a given string, use ${parameter/pattern/string}: To replace all occurrences, use ${parameter//pattern/string}: Show path in bash prompt Add following line in .bashrc Check keyboard input and call associated function: Script used to ask […]
bash, How-to, linux, shell
#2109
Using NGINX Reverse Proxy for client certificate authentication : https://community.openhab.org/t/using-nginx-reverse-proxy-for-client-certificate-authentication-start-discussion/43064
apache, How-to, httpd, load balancer, Nginx, Reverse Proxy
#2103
cURL HTTPS with client certificate : -k to avoid Server certificate check Send data using curl
curl, How-to
#2095
SSH to a machine using an SSH bastion (proxy) for example : and with additional SSH options : —- SSHPass Execure command as ssh (using SSH PASS)
How-to, linux, ssh, unix
#1992
default config file : reload config : GIT LAb Console : start console display SMTP Config : Send mail
Gitlab, How-to