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)- 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...")
- 01:04, 19 December 2023 Busk talk contribs created page Bidirectional replication postgres (Created page with "https://www.highgo.ca/2023/12/18/new-in-postgresql-16-bi-directional-logical-replication/")
- 20:16, 17 December 2023 Busk talk contribs created page 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")
- 14:51, 14 December 2023 Busk talk contribs created page Windows Terminal (Created page with "# Disable Upgrade Check in Powershell https://stackoverflow.com/questions/66701954/skip-powershell-startup-check-for-new-version")
- 14:48, 14 December 2023 Busk talk contribs created page 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 = (...")
- 07:03, 14 December 2023 Busk talk contribs created page Cfssl k8s (Created page with "https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/")
- 22:54, 12 December 2023 Busk talk contribs created page Grafana postgres (Created page with "https://frankwiles.com/posts/grafana-postgresql-helm/")
- 02:02, 10 December 2023 Busk talk contribs created page Lxc config (Created page with "lxc config set core.trust_password")
- 00:00, 10 December 2023 Busk talk contribs created page Cloudnative-pg (Created page with "# Cloud Native PG https://cloudnative-pg.io/documentation/1.21/before_you_start/ https://cloudnative-pg.io/documentation/1.21/quickstart/ Simple ``` create ns testpg kubectl...")
- 20:58, 5 December 2023 Busk talk contribs created page Certificate Authority Custom (Created page with "# Debian ``` curl https://ccadb.my.salesforce-sites.com/mozilla/IncludedRootsPEMTxt?TrustBitsInclude=Websites -o /etc/ssl/certs/ca-certificates.crt ``` Then mount the volume...")
- 04:54, 5 December 2023 Busk talk contribs created page Prometheus Grafana (Created page with "https://github.com/FUSAKLA/autograf https://github.com/dbnegative/lazydash")
- 22:19, 4 December 2023 Busk talk contribs created page Certificate Tools in Go (Created page with "https://github.com/genkiroid/cert")
- 21:57, 4 December 2023 Busk talk contribs created page Microceph prometheus (Created page with "https://canonical-microceph.readthedocs-hosted.com/en/latest/how-to/enable-metrics/")