All public logs

Jump to navigation Jump to search

Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:25, 2 March 2024 Busk talk contribs created page Promql (Created page with "``` node_uname_info{nodename="my-agent-sandbox"} ```")
  • 17:07, 2 March 2024 Busk talk contribs created page Mimir vs thanos (Created page with "https://www.reddit.com/r/ThanosInsights/s/PPwj0G3lNl")
  • 15:40, 2 March 2024 Busk talk contribs created page Grafana Kubernetes Monitoring (Created page with "https://akyriako.medium.com/kubernetes-logging-with-grafana-loki-promtail-in-under-10-minutes-d2847d526f9e")
  • 21:59, 1 March 2024 Busk talk contribs created page F5 clear stats (Created page with "``` for i in $(tmsh -q -c "list auth partition" | grep auth | awk '{print $3}'); do echo $i; tmsh -q -c "cd /$i; reset-stats ltm rule; reset-stats ltm virtual; reset-stats ltm...")
  • 09:26, 1 March 2024 Busk talk contribs created page Time series database comparison (Created page with "https://medium.com/griddb/time-series-database-comparison-aa83c5e257d2")
  • 19:37, 29 February 2024 Busk talk contribs created page Prometheus backup (Created page with "https://devopstales.github.io/kubernetes/backup-and-retore-prometheus/")
  • 03:42, 29 February 2024 Busk talk contribs created page Pvc resize scaleset (Created page with "https://serverfault.com/questions/955293/how-to-increase-disk-size-in-a-stateful-set helm uninstall helm install")
  • 15:30, 28 February 2024 Busk talk contribs created page Secret update k8s (Created page with "# OK kubectl create secret generic ssl-certs --from-file=ca-certificates.crt=./etc-ssl-certs/ca-certificates.crt --save-config --dry-run=client -o yaml | kubectl apply --serve...")
  • 05:09, 28 February 2024 Busk talk contribs created page Prometheus federation (Created page with "https://prometheus.io/docs/prometheus/latest/federation/")
  • 16:37, 26 February 2024 Busk talk contribs created page Az cli queries (Created page with "``` az vm list-sizes --location WestCentralUS --query "[].name" | grep M64 az vm list-sizes --location WestUS2 --query "[].name" | grep M64 ```")
  • 21:07, 25 February 2024 Busk talk contribs created page Pgsql-http (Created page with "SELECT http_set_curlopt('CURLOPT_TIMEOUT', '20'); SELECT http_set_curlopt('CURLOPT_TCP_KEEPALIVE', '20');")
  • 00:01, 25 February 2024 Busk talk contribs created page Prometheus queries (Created page with "``` probe_success < 1 probe_success{job="tcp"} ```")
  • 06:13, 24 February 2024 Busk talk contribs created page Prometheus blackbox curl (Created page with "``` curl http://blackbox-exporter-prometheus-blackbox-exporter.prometheus:9115/probe?target=example.org&module=icmp_ipv4 curl "http://blackbox-exporter-prometheus-blackbox-exp...")
  • 04:29, 24 February 2024 Busk talk contribs created page Prometheus ssh (Created page with "https://www.robustperception.io/checking-if-ssh-is-responding-with-prometheus/")
  • 19:16, 23 February 2024 Busk talk contribs created page Prometheus instance label control (Created page with "https://www.robustperception.io/controlling-the-instance-label/")
  • 18:16, 22 February 2024 Busk talk contribs created page Prometheus delete data (Created page with "https://stackoverflow.com/questions/54704117/how-can-i-delete-old-jobs-from-prometheus ``` curl -X POST -g 'http://localhost:9090/api/v1/admin/tsdb/delete_series?match[]={job...")
  • 14:04, 22 February 2024 Busk talk contribs created page Postgres optimization (Created page with "https://stackoverflow.com/questions/9407442/optimise-postgresql-for-fast-testing#9407940")
  • 16:15, 19 February 2024 Busk talk contribs created page Postgres Views (Created page with "SECURITY INVOKER indicates that the function is to be executed with the privileges of the user that calls it. That is the default. SECURITY DEFINER specifies that the function...")
  • 00:32, 18 February 2024 Busk talk contribs created page Postgres install (Created page with "# Install Postgres 16 client https://www.postgresql.org/download/linux/ubuntu/ ``` sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main"...")
  • 00:06, 18 February 2024 Busk talk contribs created page Timescaledb backup restore (Created page with "# Backup & Restore - https://github.com/timescale/timescaledb/issues/1581 - https://docs.timescale.com/migrate/latest/pg-dump-and-restore/pg-dump-restore-from-postgres/ ``` F...")
  • 06:00, 17 February 2024 Busk talk contribs created page Cloudnative-pg timescaledb (Created page with "https://github.com/imusmanmalik/cloudnative-pg-timescaledb-postgis-containers")
  • 04:43, 17 February 2024 Busk talk contribs created page Timescaledb install (Created page with "# Install 16 ``` apt-get update && sudo apt-get -y upgrade sudo pt-get -y install gnupg2 lsb-release wget echo "deb https://packagecloud.io/timescale/timescaledb/debian/ $(ls...")
  • 01:06, 17 February 2024 Busk talk contribs moved page Row level security example 2 to Row level security example sandbox for testing without leaving a redirect
  • 00:16, 17 February 2024 Busk talk contribs created page Row level security example 2 (Created page with "``` drop table if exists users; CREATE TABLE users ( id integer PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY, name varchar(40) NOT NULL ); drop table if exists...")
  • 18:08, 16 February 2024 Busk talk contribs created page Figma for UI Design (Created page with "https://www.figma.com/")
  • 17:26, 14 February 2024 Busk talk contribs moved page Winrm https basic auth to Winrm https basic auth with pywinrm without leaving a redirect
  • 05:13, 14 February 2024 Busk talk contribs created page Winrm https basic auth (Created page with "``` # Configure WinRM to use HTTPS and enable basic authentication Enable-PSRemoting -Force -SkipNetworkProfileCheck Set-Item WSMan:\localhost\Service\Auth\Basic -Value $true...")
  • 23:20, 11 February 2024 Busk talk contribs created page React junk (Created page with "https://github.com/connelhooley/react-oidc/tree/master/src")
  • 22:17, 9 February 2024 Busk talk contribs created page Paramiko (Created page with "Example ``` # powershell commands will be encoded by default for many reasons. If you want logged turn on logging https://github.com/ansible/ansible/issues/50107#issuecomment...")
  • 07:02, 8 February 2024 Busk talk contribs created page Postgrest issues (Created page with "Could not find the function public.add_them(x, y) in the schema cache ``` NOTIFY pgrst, 'reload schema' ```")
  • 21:30, 7 February 2024 Busk talk contribs created page Mssql prometheus exporter (Created page with "https://github.com/free/sql_exporter")
  • 23:13, 6 February 2024 Busk talk contribs created page Powercli examples (Created page with "### auth to api ``` $vCenters = @("vmc01", "vmc02") Connect-VIServer -Server $vCenters ``` ### do stuff ``` # Connect to vCenter server # Connect-VIServer -Server <vCenterSer...")
  • 19:20, 6 February 2024 Busk talk contribs created page Lvm resize (Created page with "``` vgdisplay | grep Free lvdisplay /dev/mapper/vg-db-sda-set.2._name lvresize /dev/mapper/vg-db-sda-set.2._name -L +1G --resizefs ```")
  • 20:57, 3 February 2024 Busk talk contribs created page Row level security example (Created page with "``` drop table if exists users; CREATE TABLE users ( user_id integer PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY, username varchar(40) NOT NULL ); drop table...")
  • 15:52, 3 February 2024 Busk talk contribs created page Row level security (Created page with "https://github.com/postgres/postgres/blob/master/src/test/regress/sql/rowsecurity.sql")
  • 23:54, 1 February 2024 Busk talk contribs created page Sqlcmd (Created page with "# backup ``` sqlcmd -S 10.x.x.x -U sa -P ${PASS} -d master -Q "BACKUP DATABASE demo TO DISK='C:\Temp\demo.bak' WITH COPY_ONLY" ``` - WITH FORMAT")
  • 22:16, 1 February 2024 Busk talk contribs created page Mssql ubuntu (Created page with "# Error uninstalling - https://askubuntu.com/questions/1400134/removing-mssql-server-from-ubuntu-20-04-in-wsl1 ``` sudo mv /var/lib/dpkg/info/mssql-server.* /tmp/ then sudo dp...")
  • 23:50, 29 January 2024 Busk talk contribs moved page Prometheus blackbox exporter to Blackbox exporter without leaving a redirect
  • 15:50, 28 January 2024 Busk talk contribs created page Blacklist check (Created page with "https://www.uceprotect.net/en/rblcheck.php https://mxtoolbox.com/SuperTool.aspx?action=blocklist%3a<myip>&run=toolpage")
  • 00:58, 26 January 2024 Busk talk contribs created page Application Insights Web Tests (Created page with "https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/application_insights_web_test")
  • 06:12, 25 January 2024 Busk talk contribs created page Wazuh Azure (Created page with "https://documentation.wazuh.com/current/cloud-security/azure/posture-management.html#integrating-wazuh-with-microsoft-azure")
  • 21:37, 24 January 2024 Busk talk contribs created page Azure ossec (Created page with "https://azuremarketplace.microsoft.com/en-us/marketplace/apps/azuresentinel.azure-sentinel-solution-ossec?tab=Overview")
  • 22:05, 23 January 2024 Busk talk contribs created page Cert scan Azure App Gateway (Created page with "vim .env ``` set -a AZ_SUBSCRIPTION_ID=mysub-id-blah ``` ``` . .env ``` cert-scan-agws-be-certs.sh ``` #!/bin/bash set -eu if "$#" -ne 1 ; then echo "Usage: $0 <reso...")
  • 13:39, 23 January 2024 Busk talk contribs created page Wazuh issues (Created page with "https://github.com/wazuh/wazuh/issues/19517")
  • 20:58, 22 January 2024 Busk talk contribs created page Wazuh (Created page with "https://documentation.wazuh.com/current/installation-guide/wazuh-server/step-by-step.html")
  • 20:31, 22 January 2024 Busk talk contribs created page Ossec install server (Created page with "# Ubuntu 22.04 ``` apt-get -y install build-essential zlib1g-dev libpcre2-dev libsqlite3-dev libssl-dev libsystemd-dev curl -LO https://github.com/ossec/ossec-hids/archive/ref...")
  • 11:37, 21 January 2024 Busk talk contribs created page Ossec (Created page with "https://www.digitalocean.com/community/tutorials/how-to-monitor-your-system-security-with-osquery-on-ubuntu-16-04")
  • 01:07, 20 January 2024 Busk talk contribs created page Cert scan code (Created page with "https://github.com/usysrc/ssl-expiry/tree/main")
  • 16:47, 19 January 2024 Busk talk contribs created page Cert scan (Created page with "# Steps ## get-dnsRecords.ps1 ``` $ErrorActionPreference = "Stop" if ($args.Count -lt 2) { Write-Host "Usage: get-dnsRecords.ps1 <zone name/domain> <windows dns hostna...")
  • 14:53, 19 January 2024 Busk talk contribs created page Powershell snippets (Created page with "# Powershell Snippets ## Get A/CNAME DNS Records from Windows DNS get-dnsRecords.ps1 ``` $ErrorActionPreference = "Stop" if ($args.Count -lt 1) { Write-Host "Usage: ge...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)