User contributions
Jump to navigation
Jump to search
- 11:49, 15 September 2021 diff hist +675 N Envsubst Created page with "Use bash to replace variables in host https://serverfault.com/questions/287688/templating-with-linux-in-a-shell-script ``` Example template file apache.tmpl: <VirtualHost *..." current
- 04:28, 14 September 2021 diff hist +89 N Kubernetes Deploy Methods Created page with "https://www.reddit.com/r/devops/comments/b9fkmi/terraforms_kubernetes_provider_how_is_it/" current
- 02:18, 11 September 2021 diff hist +32 N Zabbix Agent Install Created page with "https://github.com/Twikki/Zabbix"
- 04:09, 10 September 2021 diff hist +106 Chocolatey Repo Proxy Using Sonatype Nexus3 current
- 03:54, 10 September 2021 diff hist +65 Chocolatey Repo Proxy Using Sonatype Nexus3
- 21:26, 9 September 2021 diff hist +518 Pfx openssll current
- 19:57, 9 September 2021 diff hist +32 Pfx openssll
- 19:56, 9 September 2021 diff hist +130 N Pfx openssll Created page with "openssl pkcs12 -in path.p12 -out newfile.crt.pem -clcerts -nokeys openssl pkcs12 -in path.p12 -out newfile.key.pem -nocerts -nodes"
- 19:18, 9 September 2021 diff hist -1 Chocolatey Repo Proxy Using Sonatype Nexus3
- 19:17, 9 September 2021 diff hist +19 Chocolatey Repo Proxy Using Sonatype Nexus3
- 04:35, 9 September 2021 diff hist +73 Kubernetes NFS current
- 04:21, 9 September 2021 diff hist +55 N Kubectl rollout Created page with "kubectl rollout restart deployment my-server -n dev-app" current
- 00:38, 9 September 2021 diff hist +122 Kubernetes Smb current
- 00:37, 9 September 2021 diff hist +82 N Kubernetes Smb Created page with "https://serverfault.com/questions/1024219/cannot-mount-cifs-storage-on-k8s-cluster"
- 00:31, 8 September 2021 diff hist +99 Kubernetes NFS
- 00:29, 8 September 2021 diff hist +50 Kubernetes NFS
- 00:26, 8 September 2021 diff hist +38 Kubernetes NFS
- 00:23, 8 September 2021 diff hist +69 Kubernetes NFS
- 00:19, 8 September 2021 diff hist +75 Kubernetes NFS
- 21:27, 6 September 2021 diff hist +161 Chocolatey Repo Proxy Using Sonatype Nexus3
- 20:52, 6 September 2021 diff hist +347 Chocolatey Repo Proxy Using Sonatype Nexus3
- 20:33, 6 September 2021 diff hist +179 N Chocolatey Repo Proxy Using Sonatype Nexus3 Created page with "https://www.youtube.com/watch?v=UehkG1VHtz0\ https://help.sonatype.com/repomanager3/formats/nuget-repositories/nuget-proxy-repositories https://hub.docker.com/r/sonatype/nex..."
- 04:03, 3 September 2021 diff hist +126 Grafana Kubernetes current
- 19:39, 2 September 2021 diff hist +66 Grafana Kubernetes
- 18:48, 2 September 2021 diff hist +66 N Generate Random Password Created page with "``` < /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo; ```"
- 18:47, 2 September 2021 diff hist +69 N Grafana Kubernetes Created page with "https://grafana.com/docs/grafana/latest/administration/configuration/"
- 01:39, 1 September 2021 diff hist +275 N Github API Created page with "``` #!/usr/bin/env bash set -e shopt -s expand_aliases alias curl="curl --user \"$GITREPO_USERr:$GITREPO_PASS\"" getSecrets(){ curl \ -H "Accept: application/vnd.gith..." current
- 04:48, 30 August 2021 diff hist +85 Envoy ADC
- 04:41, 30 August 2021 diff hist +79 N Envoy ADC Created page with "https://dropbox.tech/infrastructure/how-we-migrated-dropbox-from-nginx-to-envoy"
- 19:16, 29 August 2021 diff hist +2,937 N Ssh prep for pipeline Created page with "Example of Using SSH for simple deployment in pipeline # Code main.sh ``` #!/usr/bin/env bash set -ex shopt -s expand_aliases prepSsh(){ ssh_host=$SSH_HOST ssh_user=$SS..." current
- 16:43, 29 August 2021 diff hist +49 Github Actions Runner Using Kubernetes current
- 16:41, 29 August 2021 diff hist +70 Github Actions Runner Using Kubernetes
- 16:37, 29 August 2021 diff hist +90 N Github Actions Runner Using Kubernetes Created page with "- https://sanderknape.com/2020/03/self-hosted-github-actions-runner-kubernetes/ - - - -"
- 02:42, 29 August 2021 diff hist +60 Github Actions Runner Using Docker current
- 02:37, 29 August 2021 diff hist +125 Github Actions Runner Using Docker
- 02:37, 29 August 2021 diff hist +44 Github Actions Runner Using Docker
- 22:20, 28 August 2021 diff hist +148 Github Actions Runner Using Docker
- 20:37, 28 August 2021 diff hist +213 Github Actions Runner Using Docker
- 23:49, 26 August 2021 diff hist +147 Bash oneliners
- 23:38, 26 August 2021 diff hist +63 N Bash oneliners Created page with "``` grep -rl oldtext . | xargs sed -i 's/oldtext/newtext/g' ```"
- 23:20, 26 August 2021 diff hist +461 N Kubernetes RBAC Role Examples Created page with "https://stackoverflow.com/questions/48118125/kubernetes-rbac-role-verbs-to-exec-to-pod To allow a subject to read both pods and pod logs, and be able to exec into the pod, yo..." current
- 16:34, 26 August 2021 diff hist +163 Kubernetes MultiZone Cluster current
- 16:21, 26 August 2021 diff hist +169 Kubernetes MultiZone Cluster
- 16:17, 26 August 2021 diff hist +134 N Kubernetes MultiZone Cluster Created page with "https://kubernetes.io/blog/2016/03/building-highly-available-applications-using-kubernetes-new-multi-zone-clusters-aka-ubernetes-lite/"
- 18:34, 25 August 2021 diff hist +400 Github Actions SSH Keys current
- 16:14, 25 August 2021 diff hist +1,251 Github Actions SSH Keys
- 16:12, 25 August 2021 diff hist +105 Github Actions SSH Keys
- 15:58, 25 August 2021 diff hist +46 N Github Actions SSH Keys Created page with "https://zellwk.com/blog/github-actions-deploy/"
- 16:58, 24 August 2021 diff hist +60 Upgrade Ubuntu Release
- 13:47, 23 August 2021 diff hist +57 Microk8s Cert-manager current