User contributions
Jump to navigation
Jump to search
- 09:33, 27 July 2024 diff hist -25 Wireguard point-to-point current
- 09:32, 27 July 2024 diff hist +906 N Wireguard point-to-point Created page with "``` sudo apt update sudo apt install wireguard sudo yum install epel-release sudo yum install wireguard-tools wg genkey | tee /etc/wireguard/privatekey | wg pubkey > /etc/wi..."
- 09:19, 27 July 2024 diff hist +8 Linux hardware current
- 09:19, 27 July 2024 diff hist +60 N Linux hardware Created page with "sudo apt-get install smartmontools sudo smartctl -i /dev/sda"
- 12:50, 26 July 2024 diff hist +51 Juju k8s current
- 12:38, 26 July 2024 diff hist +87 N Juju k8s Created page with "https://github.com/zecke/Kubernetes/blob/master/docs%2Fgetting-started-guides%2Fjuju.md"
- 11:55, 26 July 2024 diff hist +57 N Maas k8s Created page with "https://github.com/antongisli/maas-baremetal-k8s-tutorial" current
- 21:39, 25 July 2024 diff hist +36 N Zabbix ldaps Created page with "https://bgmot.com/zabbix_secure_ldap" current
- 20:16, 25 July 2024 diff hist +298 Aks Troubleshooting current
- 16:20, 25 July 2024 diff hist +858 N Tshark domains Created page with "``` sudo pkill tshark # rm nohup.out sleep 5 nohup sudo tshark -Q -l -i any -f 'dst port ( 443 ) ' -Y 'tls.handshake.extension.type == "server_name" || http.host' -T fields -..." current
- 05:54, 21 July 2024 diff hist +142 Zimbra 10.0.6 fixes current
- 05:53, 21 July 2024 diff hist +53 Zimbra 10.0.6 fixes
- 05:52, 21 July 2024 diff hist +457 N Zimbra 10.0.6 fixes Created page with "/opt/zimbra/jetty_base/etc/jetty.xml.in ``` <Call id="httpsConnector" name="addConnector"> <Set name="port">%%zimbraMailSSLPort%%</Set> ``` ``` zmprov ms `zmhostname` zimbra..."
- 17:55, 20 July 2024 diff hist +51 N Email software Created page with "https://github.com/Mindbaz/awesome-opensource-email" current
- 05:09, 18 July 2024 diff hist +428 Zfs resize disk current
- 03:20, 12 July 2024 diff hist -133 AD Scripts current
- 03:17, 12 July 2024 diff hist +2,319 N AD Scripts Created page with "# Remove Sessions by User ``` # Define the username to log out and domain (adjust these values accordingly) $userToLogoff = "username" $domain = "DOMAIN" # Ensure the Active..."
- 13:32, 8 July 2024 diff hist +2 Sysctl.conf large instance current
- 13:32, 8 July 2024 diff hist +1,147 Sysctl.conf large instance
- 13:28, 8 July 2024 diff hist +1,222 N Sysctl.conf large instance Created page with "sysctl.conf ``` fs.file-max = 2097152 ``` ``` # Increase the maximum number of socket connections net.core.somaxconn = 1024 # Increase the size of the receive queue net.core..."
- 12:17, 8 July 2024 diff hist +229 Pushgateway go get & push current
- 18:01, 7 July 2024 diff hist +2,227 N Pushgateway go get & push Created page with "``` ./g -blackbox-url="http://blackbox.example.com:9115/probe?target=https://google.com&module=http_2xx" -pushgateway-url="https://pushgateway.example.com/metrics/job/pushdemo..."
- 17:55, 2 July 2024 diff hist +98 N Setfacl Created page with "``` mkdir test setfacl -m 'u:EXAMPLE\myuser:rwx' ./test/ setfacl -x 'u:EXAMPLE\myuser' ./test/ ```" current
- 18:32, 29 June 2024 diff hist +217 Tshark current
- 22:11, 26 June 2024 diff hist +418 N Kusto queries App Service & AGW Created page with "Go to Application Insights for Service and logs ``` requests | where url contains 'https://my-app-service.azurewebsites.net' | where name contains 'health' | summarize count(..." current
- 16:38, 25 June 2024 diff hist +111 N Samba dos attributes Created page with "https://www.truenas.com/community/threads/disabling-dos-attributes-to-improve-samba-browsing-performance.24906/" current
- 16:42, 24 June 2024 diff hist +91 Hacker tools current
- 16:37, 24 June 2024 diff hist +117 N Hacker tools Created page with "Misc Hacker Tools - BURP - https://github.com/SNGWN/Burp-Suite-Pro - sqlmap - https://github.com/PortSwigger - OWASP"
- 01:23, 23 June 2024 diff hist +4,398 Thanos docker-compose current
- 00:58, 23 June 2024 diff hist +3,259 N Thanos docker-compose Created page with "``` Running multiple Prometheus servers with Thanos and MinIO for object storage. This setup assumes you want to run two Prometheus instances, one MinIO instance for storage,..."
- 16:35, 22 June 2024 diff hist +38 Thanos current
- 19:48, 21 June 2024 diff hist +304 Prometheus delete data current
- 13:42, 21 June 2024 diff hist +3 Pushgateway current
- 00:04, 21 June 2024 diff hist +341 Pushgateway
- 20:15, 20 June 2024 diff hist +211 Pushgateway
- 20:02, 20 June 2024 diff hist +38 Pushgateway
- 19:42, 20 June 2024 diff hist +34 Pushgateway
- 19:39, 20 June 2024 diff hist +1,045 Pushgateway
- 19:38, 20 June 2024 diff hist +263 Pushgateway
- 19:33, 20 June 2024 diff hist -4 Pushgateway
- 19:33, 20 June 2024 diff hist +530 Pushgateway
- 19:50, 14 June 2024 diff hist +1 Mtr exporter current
- 14:08, 14 June 2024 diff hist +2,728 Mtr exporter
- 03:57, 14 June 2024 diff hist +72 Mtr exporter
- 03:54, 14 June 2024 diff hist +1,554 Mtr exporter
- 03:50, 14 June 2024 diff hist +14 Mtr exporter
- 03:49, 14 June 2024 diff hist +2,464 N Mtr exporter Created page with "``` package main import ( "encoding/json" "log" "net/http" "os/exec" "github.com/gorilla/mux" ) type MTRResult struct { // Define the structure to match MTR JSON outp..."
- 18:31, 13 June 2024 diff hist +2,600 N Blackbox exporter icmp Created page with "Dockerfile ``` # Use a lightweight base image FROM alpine:latest # Install necessary packages RUN apk add --no-cache \ libcap \ curl # Download and install Blackbox..." current
- 18:09, 13 June 2024 diff hist +104 Thanos
- 18:09, 13 June 2024 diff hist +92 N Thanos Created page with "https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/thanos.md"