User contributions
Jump to navigation
Jump to search
- 13:30, 18 February 2023 diff hist +81 Loadbalancers
- 03:44, 18 February 2023 diff hist +82 Loadbalancers
- 22:47, 17 February 2023 diff hist +50 Loadbalancers
- 22:39, 17 February 2023 diff hist +137 Haproxy common functions
- 21:42, 17 February 2023 diff hist +103 Loadbalancers
- 21:21, 17 February 2023 diff hist +167 Loadbalancers
- 21:19, 17 February 2023 diff hist +165 Loadbalancers
- 21:13, 17 February 2023 diff hist +22 Loadbalancers
- 21:12, 17 February 2023 diff hist +369 Loadbalancers
- 21:08, 17 February 2023 diff hist +143 Loadbalancers
- 21:06, 17 February 2023 diff hist +104 Loadbalancers
- 20:57, 17 February 2023 diff hist +126 Loadbalancers
- 20:46, 17 February 2023 diff hist +359 N Loadbalancers Created page with "## Performance & Comparisons # Perf Tests - https://github.com/NickMRamirez/Proxy-Benchmarks - https://www.loggly.com/blog/benchmarking-5-popular-load-balancers-nginx-haproxy..."
- 19:27, 17 February 2023 diff hist +65 N Haproxy common functions Created page with "https://www.haproxy.com/blog/redirect-http-to-https-with-haproxy/"
- 15:05, 17 February 2023 diff hist +95 Go env defaults current
- 15:03, 17 February 2023 diff hist +1,768 N Go env defaults Created page with "https://dev.to/craicoverflow/a-no-nonsense-guide-to-environment-variables-in-go-a2f ``` package config import ( "os" "strconv" "strings" ) type GitHubConfig stru..."
- 17:40, 16 February 2023 diff hist +105 Aks rbac current
- 17:40, 16 February 2023 diff hist +74 Aks rbac
- 12:22, 16 February 2023 diff hist +2,613 Echo http server current
- 03:39, 16 February 2023 diff hist +129 Ntlm
- 01:35, 15 February 2023 diff hist +1,002 N Echo http server Created page with "``` package main import ( "net/http" "os" "log" ) // DefaultPort is the default port to use if once is not specified by the SERVER_PORT environment variable cons..."
- 23:42, 13 February 2023 diff hist +34 N Http performance tests Created page with "https://github.com/ddosify/ddosify"
- 22:03, 13 February 2023 diff hist -2 Mount bind current
- 20:57, 13 February 2023 diff hist +90 Git current
- 01:08, 13 February 2023 diff hist +325 N Postgres permissions Created page with "``` CREATE ROLE viewer; CREATE ROLE editor; CREATE ROLE admin; GRANT SELECT ON ALL TABLES IN SCHEMA public TO viewer; ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON..." current
- 01:03, 13 February 2023 diff hist +134 Pgbouncer current
- 19:06, 12 February 2023 diff hist +77 Pgbouncer
- 13:50, 12 February 2023 diff hist +42 N Crm Created page with "https://github.com/MicroPyramid/Django-CRM" current
- 16:08, 11 February 2023 diff hist +75 N Bash snippets Created page with "# Math ``` i=$(($i + 1)) ``` # Array ``` hostsarray=($(cat hosts.txt)) ```" current
- 16:07, 11 February 2023 diff hist +1,024 Zabbix template bash generator current
- 19:36, 10 February 2023 diff hist +890 N Zabbix template bash generator Created page with "``` #!/bin/bash set -eu create_item(){ dnshost=$1 fqdn=$2 uuidv4=$(uuid -v 4 | sed 's/-//g') item_line=$(cat <<EOF - uuid: ${uuidv4} name:..."
- 16:14, 10 February 2023 diff hist +124 Windows dns export zones to rfc current
- 15:59, 10 February 2023 diff hist +5 Windows dns export zones to rfc
- 15:58, 10 February 2023 diff hist +757 N Windows dns export zones to rfc Created page with "``` $ErrorActionPreference = "Stop" $dnshost = "txv-dc02" New-Item -ItemType Directory -Force -Path ${PWD}/exports $Session = New-PSSession -ComputerName "$dnshost" Functio..."
- 21:46, 8 February 2023 diff hist +123 N Mssql aks Created page with "https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-containers-deploy-helm-charts-kubernetes?view=sql-server-ver16" current
- 23:33, 7 February 2023 diff hist +179 Dockerfile Tips current
- 22:22, 7 February 2023 diff hist +22 Openssl
- 22:10, 7 February 2023 diff hist +42 Openssl
- 19:31, 7 February 2023 diff hist +100 N Pgbouncer compile Created page with "https://askubuntu.com/questions/468661/how-to-fix-pkg-prog-pkg-config-command-not-found-error/468895" current
- 19:02, 7 February 2023 diff hist +75 N Dockerfile Tips Created page with "https://www.dajobe.org/blog/2015/04/18/making-debian-docker-images-smaller/"
- 19:39, 6 February 2023 diff hist +62 N Wsl2 Created page with "https://jamespotz.github.io/blog/how-to-fix-wsl2-and-cisco-vpn"
- 16:50, 6 February 2023 diff hist +95 N Application Life Cycle Created page with "``` Application Life Cycle Plan & Track Develop Build & Test Deploy Operate Monitor & Learn ```" current
- 17:12, 5 February 2023 diff hist +147 Ntlm
- 14:40, 5 February 2023 diff hist +107 N Ntlm Created page with "https://stackoverflow.com/questions/21284935/nginx-reverse-proxy-with-windows-authentication-that-uses-ntlm"
- 05:56, 4 February 2023 diff hist +42 N Mtls envoy Created page with "https://github.com/salrashid123/envoy_mtls" current
- 18:43, 3 February 2023 diff hist +151 Yq
- 17:47, 3 February 2023 diff hist +241 N Cop Created page with "https://codeql.github.com/ https://github.com/NickLiffen/ghas-enablement https://docs.github.com/en/enterprise-cloud@latest/code-security/adopting-github-advanced-security-a..." current
- 17:06, 3 February 2023 diff hist +1,022 Zabbix Cleanup current
- 16:51, 3 February 2023 diff hist +5 Zabbix Cleanup
- 15:39, 3 February 2023 diff hist +226 N Vim tab Created page with "``` filetype plugin indent on " On pressing tab, insert 2 spaces set expandtab " show existing tab with 2 spaces width set tabstop=2 set softtabstop=2 " when indenting with '>..." current