User contributions
Jump to navigation
Jump to search
- 18:02, 9 January 2024 diff hist +77 Pushgateway
- 15:43, 9 January 2024 diff hist +86 Pushgateway
- 15:22, 9 January 2024 diff hist +6 Pushgateway
- 00:50, 9 January 2024 diff hist +142 Pushgateway
- 00:48, 9 January 2024 diff hist +91 N Pushgateway Created page with "https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway"
- 00:48, 9 January 2024 diff hist +93 Statsd prometheus current
- 00:20, 9 January 2024 diff hist -6 Statsd prometheus
- 00:10, 9 January 2024 diff hist +60 Statsd prometheus
- 00:07, 9 January 2024 diff hist +226 Statsd prometheus
- 23:45, 8 January 2024 diff hist +144 Statsd prometheus
- 23:21, 8 January 2024 diff hist +167 N Statsd prometheus Created page with "https://github.com/slok/prometheus-statsd-integration-example/blob/master/README.md https://mail.google.com/mail/u/0/#search/statsd/KtbxLvhNRTGFhFwNRBHxPBVblCdshJkBsV"
- 06:41, 4 January 2024 diff hist +65 Blackbox exporter
- 06:40, 4 January 2024 diff hist +121 Blackbox exporter
- 00:02, 4 January 2024 diff hist +195 Blackbox exporter
- 23:35, 3 January 2024 diff hist +92 N Blackbox exporter Created page with "https://blog.devops.dev/prometheus-blackbox-exporter-with-kube-prometheus-stack-23a045ccbab2"
- 16:48, 3 January 2024 diff hist +1,470 N Windows Certificate Locations Created page with "``` In the context of Windows PowerShell and certificate management, Cert:\LocalMachine\AuthRoot and Cert:\LocalMachine\Root refer to two different certificate stores. Cert:\..." current
- 22:45, 2 January 2024 diff hist +42 Openssl
- 20:59, 2 January 2024 diff hist +81 Helm charts current
- 22:09, 31 December 2023 diff hist +77 N 389 directory server Created page with "https://www.port389.org/docs/389ds/howto/howto-deploy-389ds-on-openshift.html" current
- 18:03, 29 December 2023 diff hist +216 LVM current
- 18:25, 28 December 2023 diff hist +36 Openldap search current
- 17:59, 28 December 2023 diff hist +123 Openldap search
- 17:59, 28 December 2023 diff hist +123 Ldapsearch current
- 17:38, 28 December 2023 diff hist +109 Ldapsearch
- 17:31, 28 December 2023 diff hist +107 N Openldap search Created page with "https://www.digitalocean.com/community/tutorials/how-to-manage-and-use-ldap-servers-with-openldap-utilities"
- 01:12, 26 December 2023 diff hist +137 Grafana Dashboards Linux current
- 01:10, 26 December 2023 diff hist +61 N Grafana Dashboards Linux Created page with "https://grafana.com/grafana/dashboards/10180-kds-linux-hosts/"
- 16:02, 25 December 2023 diff hist +98 N Charmed kubernetes Created page with "https://ubuntu.com/kubernetes/docs/install-local https://youtu.be/lRFhTY7nXiI?si=IX8Rple4ZrkSc0vs" current
- 20:16, 22 December 2023 diff hist +631 Ansible Update Certificate Trust current
- 18:57, 22 December 2023 diff hist +190 Ansible Update Certificate Trust
- 18:55, 22 December 2023 diff hist +3,685 Ansible Update Certificate Trust
- 21:54, 21 December 2023 diff hist +227 N Ansible Update Certificate Trust Created page with "``` ansible-playbook -i hosts.yaml -e ansible_password=$USERPASS -e ansible_user=$USERNAME ca-cert.yaml -e ansible_become_password=$USERPASS ``` hosts.yaml ``` ungrouped: h..."
- 22:46, 19 December 2023 diff hist +4,122 N Go certificate example 1 Created page with "https://gist.github.com/shaneutt/5e1995295cff6721c89a71d13a71c251 ``` package main import ( "bytes" "crypto/rand" "crypto/rsa" "crypto/tls" "crypto/x509" "crypto/x509/p..." current
- 20:26, 19 December 2023 diff hist +680 Ssh login go current
- 20:20, 19 December 2023 diff hist +871 N Ssh login go Created page with "``` package main import ( "bytes" "fmt" "log" "golang.org/x/crypto/ssh" ) func main() { config := &ssh.ClientConfig{ User: "username", Auth: []ssh.AuthMethod{ ss..."
- 04:19, 19 December 2023 diff hist +39 Get ssh key info via go current
- 04:19, 19 December 2023 diff hist +1,659 N Get ssh key info via go Created page with "``` package main import ( "bufio" "encoding/base64" "fmt" "log" "net" "os" "strconv" "strings" "golan..."
- 01:04, 19 December 2023 diff hist +89 N Bidirectional replication postgres Created page with "https://www.highgo.ca/2023/12/18/new-in-postgresql-16-bi-directional-logical-replication/" current
- 00:16, 19 December 2023 diff hist +9 Go Gettng Started current
- 20:17, 17 December 2023 diff hist +9,304 Cpu limits kubernetes current
- 20:16, 17 December 2023 diff hist +131 N Cpu limits kubernetes Created page with "https://sysdig.com/blog/kubernetes-limits-requests/#:~:text=Kubernetes%20defines%20limits%20as%20a,cpu%3A%200.5%20memory%3A%20100Mi"
- 17:50, 15 December 2023 diff hist +17 Go Gettng Started
- 17:50, 15 December 2023 diff hist -4 Go Gettng Started
- 17:25, 15 December 2023 diff hist +857 Pywinrm current
- 15:26, 14 December 2023 diff hist +64 Go Gettng Started
- 14:53, 14 December 2023 diff hist +16 Dig
- 14:53, 14 December 2023 diff hist +35 Dig
- 14:51, 14 December 2023 diff hist +129 N Windows Terminal Created page with "# Disable Upgrade Check in Powershell https://stackoverflow.com/questions/66701954/skip-powershell-startup-check-for-new-version" current
- 14:49, 14 December 2023 diff hist +249 Password reset windows powershell current
- 14:48, 14 December 2023 diff hist +293 N Password reset windows powershell Created page with "# Local user ``` $password = Read-Host -AsSecureString $UserAccount = Get-LocalUser -Name "User02" $UserAccount | Set-LocalUser -Password $password ``` # AD ``` $password = (..."