Recent Activity
Alois
User for 4 years
Created Content
Recently Created Pages View All
openssl - selfsign - certificate
To create a self-signed PFX certificate using OpenSSL, you can follow these steps: 1. **Generate...
DNS-Wildcard
Login to your pi-hole and go to /etc/dnsmasq.d/Create a new file, lets call it 02-my-wildcard-dns...
AssemblyVersion change
c# \[assembly\: AssemblyVersion\(\"\d{1,}\.\d{1,}\.\d{1,}\.\d{1,}\"\)\] [assembly: AssemblyVers...
kubectl - Commands
Get a Shell to a Running Container kubectl get pod kubectl exec --stdin --tty PODNAME -- /bin/b...
Secrets erstellen
Version1 kubectl create secret generic SECRETSNAME --from-file=FILENAME Version2 kubectl cr...