User contributions
Jump to navigation
Jump to search
- 15:34, 27 May 2023 diff hist +142 Fluentbit
- 15:33, 27 May 2023 diff hist +832 N Fluentbit Created page with "## docker-compose.yaml ``` version: "3.7" services: fluent-bit: image: fluent/fluent-bit volumes: - ./fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf ``` ##..."
- 15:52, 26 May 2023 diff hist +410 N Terraform install Created page with "https://developer.hashicorp.com/terraform/downloads ``` wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring...." current
- 03:16, 26 May 2023 diff hist +67 N K8s logging Created page with "https://kubernetes.io/docs/concepts/cluster-administration/logging/" current
- 17:08, 25 May 2023 diff hist +1,094 Kubectl short names current
- 17:06, 25 May 2023 diff hist +425 N Kubectl short names Created page with "``` csr certificatesigningrequests cs componentstatuses cm configmaps ds daemonsets deploy deployments ep endpoints ev events hpa horizontalpodautoscalers ing ingr..."
- 20:22, 24 May 2023 diff hist +80 Kubectl on wsl ubuntu for aks current
- 00:41, 24 May 2023 diff hist +279 Zabbix scripts current
- 23:48, 23 May 2023 diff hist +257 Zabbix scripts
- 23:36, 23 May 2023 diff hist +229 Get-NetIPAddress current
- 23:36, 23 May 2023 diff hist +229 Zabbix scripts
- 23:32, 23 May 2023 diff hist +355 Zabbix scripts
- 22:54, 23 May 2023 diff hist +12 Zabbix scripts
- 22:53, 23 May 2023 diff hist +224 Zabbix scripts
- 22:44, 23 May 2023 diff hist +1,104 Zabbix scripts
- 17:20, 23 May 2023 diff hist +104 N Get-NetIPAddress Created page with "``` Get-NetIPAddress | Where-Object {$_.AddressState -eq "Preferred" -and $_.IPAddress -like "10*"} ```"
- 16:48, 22 May 2023 diff hist +91 N Breathing Created page with "https://www.healthrising.org/blog/2022/06/25/chronic-fatigue-syndrome-gas-exchange-disease/" current
- 17:46, 21 May 2023 diff hist +98 N Reactjs crud Created page with "https://www.freecodecamp.org/news/react-crud-app-how-to-create-a-book-management-app-from-scratch/" current
- 23:45, 18 May 2023 diff hist +17 Kubectl on wsl ubuntu for aks
- 23:43, 18 May 2023 diff hist +826 N Kubectl on wsl ubuntu for aks Created page with "# Use WSL Version 1 due to VPN Issues ``` wsl --install computer-restart wsl.exe --list --online wsl --set-default-version 1 wsl --install -d Ubuntu-22.04 wsl.exe --setdefaul..."
- 18:15, 18 May 2023 diff hist +457 Wsl current
- 16:02, 18 May 2023 diff hist +438 N Git restore permissions Created page with "https://stackoverflow.com/questions/2517339/how-to-restore-the-permissions-of-files-and-directories-within-git-if-they-have ``` git diff -p -R --no-ext-diff --no-color \..." current
- 15:58, 18 May 2023 diff hist +235 Find
- 21:26, 17 May 2023 diff hist +48 Wsl
- 21:07, 17 May 2023 diff hist +208 N Aks azure cli Created page with "https://learn.microsoft.com/en-us/cli/azure/install-azure-cli # Debiasn https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt # Kubelogin https://gi..." current
- 20:10, 16 May 2023 diff hist +85 Az cli current
- 20:09, 16 May 2023 diff hist +68 Az cli
- 15:40, 16 May 2023 diff hist +173 N Helm install Created page with "https://helm.sh/docs/intro/install/ ``` curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 chmod 700 get_helm.sh ./get_helm.sh ```" current
- 15:17, 16 May 2023 diff hist +119 N Aad graph Created page with "# Disable https://learn.microsoft.com/en-us/answers/questions/970148/with-aad-graph-ending-how-are-we-supposed-to-disab" current
- 14:21, 16 May 2023 diff hist +102 N Keycloak k8s rbac Created page with "https://medium.com/elmo-software/kubernetes-authenticating-to-your-cluster-using-keycloak-eba81710f49b" current
- 14:17, 16 May 2023 diff hist +46 N Keycloak operator Created page with "https://www.keycloak.org/operator/installation" current
- 14:11, 16 May 2023 diff hist +96 N Keycloak Created page with "https://developers.redhat.com/blog/2020/01/29/api-login-and-jwt-token-generation-using-keycloak#" current
- 23:38, 15 May 2023 diff hist +88 N Keycloak issue workarounds Created page with "https://serverfault.com/questions/1000567/keycloak-blank-page-behind-nginx-reverse-proxy" current
- 16:08, 15 May 2023 diff hist +97 Go email example current
- 16:05, 15 May 2023 diff hist +1,651 Go email example
- 16:04, 15 May 2023 diff hist +5,535 Go email example
- 15:47, 15 May 2023 diff hist +713 N Go email example Created page with "https://zetcode.com/golang/email-smtp/ ``` package main import ( "fmt" "log" "net/smtp" ) func main() { from := "john.doe@example.com" user := "9c1d45..."
- 21:23, 14 May 2023 diff hist +204 N Lxc disable autostart Created page with "``` #!/bin/bash set -eu hosts=$(lxc list --format=json | jq -r '.[] | select(.state.status == "Stopped") | .name') for i in $hosts; do echo $i lxc config set $i boot.aut..." current
- 20:21, 14 May 2023 diff hist +40 Zimbra tls certificates
- 20:04, 14 May 2023 diff hist +554 N Zimbra tls certificates Created page with "Include on certbot ``` --preferred-chain "ISRG Root X1" --force-renewal ``` ``` wget -O /tmp/ISRG-X1.pem https://letsencrypt.org/certs/isrgrootx1.pem.txt cat /tmp/ISRG-X1.pe..."
- 02:59, 14 May 2023 diff hist +26 Zimbra install current
- 02:45, 14 May 2023 diff hist +100 Zimbra install
- 18:38, 13 May 2023 diff hist +114 Zimbra ldaps current
- 17:58, 13 May 2023 diff hist +187 Zimbra ldaps
- 17:58, 13 May 2023 diff hist +7 Zimbra ldaps
- 17:57, 13 May 2023 diff hist +296 N Zimbra ldaps Created page with "su - zimbra zmlocalconfig -e ldap_master_url=ldaps://mymaster.somewhere.com:636 zmlocalconfig -e ldap_url=ldaps://myreplica.somewhere.com:636 zmlocalconfig -e ldap_starttls_su..."
- 17:41, 13 May 2023 diff hist +72 N Keycloak zimbra Created page with "https://github.com/Zimbra/keycloak uid=user,ou=People,dc=example,dc=com" current
- 22:54, 12 May 2023 diff hist +369 Ldapsearch
- 19:32, 12 May 2023 diff hist +39 Freeipa current
- 19:29, 12 May 2023 diff hist +15 Docker install