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).
(newest | oldest) View (newer 50 | older 50 ) (20 | 50 | 100 | 250 | 500)- 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...")
- 00:34, 17 January 2024 Busk talk contribs created page Azure Monitoring Excercises (Created page with "https://learn.microsoft.com/en-us/training/modules/analyze-infrastructure-with-azure-monitor-logs/4-exercise-create-log-queries")
- 23:07, 16 January 2024 Busk talk contribs created page Telegraf (Created page with "# Telegraph to influxdb https://medium.com/yavar/installation-of-telegraf-on-ubuntu-20-04-2ece74f7827d")
- 22:29, 16 January 2024 Busk talk contribs created page Front Door (Created page with "# Redirects in Azure using Front Door I suggest we create a new Azure Front Door profile specifically for this purpose and have Azure provide and manage certs for it: https:/...")
- 21:16, 16 January 2024 Busk talk contribs created page AppInsights (Created page with "https://medium.com/@beyerleinf/azure-application-insights-how-not-to-burn-money-using-it-5f1bbe5816b4")
- 19:13, 16 January 2024 Busk talk contribs created page Openssl CSR (Created page with "https://www.thesslstore.com/knowledgebase/ssl-generate/csr-generation-guide-for-nginx-openssl/")
- 17:40, 16 January 2024 Busk talk contribs created page Venafi CSR (Created page with "https://docs.venafi.com/Docs/21.3/TopNav/Content/SDK/WebSDK/ex-sdk-CreateSignedCertificate.php")
- 00:09, 13 January 2024 Busk talk contribs created page Kube-prometheus-stack (Created page with "https://github.com/prometheus-community/helm-charts/issues/1020")
- 00:12, 12 January 2024 Busk talk contribs created page Pushgateway windows (Created page with "# Windows ## Not working ``` $cred = Get-Credential $r=(invoke-webrequest http://localhost:9182/metrics).content; $r.tostring() -split "[`r`n]" | select-string -pattern "go_|...")
- 16:15, 11 January 2024 Busk talk contribs created page Winrm permissions (Created page with "https://www.kjctech.net/how-to-enable-winrm-with-domain-group-policy-for-powershell-remoting/ net localgroup "Remote Management Users" /add "Domain Users" The command comple...")
- 03:06, 10 January 2024 Busk talk contribs created page Kubectl top (Created page with "https://www.airplane.dev/blog/kubectl-top-pod-node-for-metrics")
- 00:48, 9 January 2024 Busk talk contribs created page Pushgateway (Created page with "https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway")
- 23:21, 8 January 2024 Busk talk contribs created page 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")
- 23:35, 3 January 2024 Busk talk contribs created page Prometheus blackbox exporter (Created page with "https://blog.devops.dev/prometheus-blackbox-exporter-with-kube-prometheus-stack-23a045ccbab2")
- 16:48, 3 January 2024 Busk talk contribs created page 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:\...")
- 22:09, 31 December 2023 Busk talk contribs created page 389 directory server (Created page with "https://www.port389.org/docs/389ds/howto/howto-deploy-389ds-on-openshift.html")
- 17:31, 28 December 2023 Busk talk contribs created page Openldap search (Created page with "https://www.digitalocean.com/community/tutorials/how-to-manage-and-use-ldap-servers-with-openldap-utilities")
- 01:10, 26 December 2023 Busk talk contribs created page Grafana Dashboards Linux (Created page with "https://grafana.com/grafana/dashboards/10180-kds-linux-hosts/")
- 16:02, 25 December 2023 Busk talk contribs created page Charmed kubernetes (Created page with "https://ubuntu.com/kubernetes/docs/install-local https://youtu.be/lRFhTY7nXiI?si=IX8Rple4ZrkSc0vs")
- 21:54, 21 December 2023 Busk talk contribs created page 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 Busk talk contribs created page 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...")
- 20:20, 19 December 2023 Busk talk contribs created page 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 Busk talk contribs created page Get ssh key info via go (Created page with "``` package main import ( "bufio" "encoding/base64" "fmt" "log" "net" "os" "strconv" "strings" "golan...")