User contributions
Jump to navigation
Jump to search
- 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
- 13:40, 23 August 2021 diff hist +58 Microk8s Cert-manager
- 13:39, 23 August 2021 diff hist 0 m Microk8s Cert-manager Busk moved page Microk8s Cert-managet to Microk8s Cert-manager without leaving a redirect
- 13:13, 23 August 2021 diff hist +311 Microk8s Cert-manager
- 13:07, 23 August 2021 diff hist +166 Microk8s Cert-manager
- 12:58, 23 August 2021 diff hist +538 Microk8s Cert-manager
- 12:47, 23 August 2021 diff hist +2,155 Microk8s Cert-manager
- 12:17, 23 August 2021 diff hist +179 N Microk8s Cert-manager Created page with "https://www.reddit.com/r/kubernetes/comments/g3z5sp/microk8s_with_certmanager_and_letsecncrypt/ https://www.madalin.me/wpk8s/2021/050/microk8s-letsencrypt-cert-manager-https...."
- 23:31, 22 August 2021 diff hist -39 Kubernetes RBAC
- 23:31, 22 August 2021 diff hist +32 Kubernetes RBAC
- 23:28, 22 August 2021 diff hist +26 Kubernetes RBAC
- 23:28, 22 August 2021 diff hist +1,541 Kubernetes RBAC
- 22:09, 22 August 2021 diff hist +1,934 Kubernetes RBAC
- 21:39, 22 August 2021 diff hist +3,038 Kubernetes RBAC
- 21:38, 22 August 2021 diff hist +74 Kubernetes RBAC
- 21:35, 22 August 2021 diff hist +1,225 Kubernetes RBAC
- 21:21, 22 August 2021 diff hist +1,175 Kubernetes RBAC
- 20:41, 22 August 2021 diff hist +142 N Lxc one liners Created page with "``` for i in $(lxc list --format=json | jq --raw-output '.[].name'); do echo $i; lxc stop $i; lxc config set $i boot.autostart false; done ```"
- 16:50, 20 August 2021 diff hist +288 N Git Moving History to New Repo Created page with "https://stackoverflow.com/questions/41811986/git-move-directory-to-another-repository-while-keeping-the-history ``` git subtree split -P dir-to-move -b split git remote add..." current
- 01:21, 20 August 2021 diff hist +629 Sensu Go Upgrade current
- 23:45, 19 August 2021 diff hist +79 Sensu Go Upgrade