Your cart is currently empty!
Author: Website Admin
Vim: Color Scheme
Curent color scheme List available color scheme Ubuntu: Fedora 37: Set color scheme
Cypress: Contains
The html bellow does not render neither Hello nor World visually. But it does show in the page source. Using this assertion will pass the test. Using this assertion will NOT pass the test.
Golang: GORM Association
Has Many Company has many Employees. Has Many – Belongs To You just need to add Company Company inside Employee struct. Has One Account has one Profile. Has One – Belongs To Unlike Has Many relationship, you can not just add Account Account inside the Profile struct. If you do, you will get an error…
Regex: Redirect from non-www to www
Input texts: Regex: Replace: Result: References: https://regex101.com/r/UnPetH/1
K3s: Cert Manager
Install cert-manager #1. Add Helm repository. #2. Update Helm repository. #3. (Option 1) Install Cert Manager CRD. At this moment, the latest version is v1.9.1. Click here to get the latest release. #4. (Option 2) Install Cert Manager via Helm. At this moment, the latest version is v1.9.1. Click here to get the latest release.…
K3s: Kubeconfig
K3s Kubernetes config file is located at: Kubernetes third-party applications will check the config file at: To make life easier, we link /etc/rancher/k3s/k3s.yaml to $HOME/.kube/config. References:
Kubernetes: Ingress
Ingress in one of the ways to expose HTTP and HTTPS routes of your internal services. Single rule: Multiple rules: This will froward /index.html, /about.html to svc1 and /some-dir/index.html, /some-dir/others.html to svc2. References: