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)
  • 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/")
  • 15:36, 2 December 2023 Busk talk contribs created page Pv-migrate (Created page with "# pv-migrate https://github.com/utkuozdemir/pv-migrate https://github.com/utkuozdemir/pv-migrate/blob/master/USAGE.md # Add ``` #!/bin/sh set -eu curl -LO https://github.co...")
  • 15:30, 2 December 2023 Busk talk contribs created page Storage class k8s (Created page with "``` kubectl patch storageclass microk8s-hostpath -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}' ```")
  • 00:01, 1 December 2023 Busk talk contribs created page F5 Client vs Server Profiles (Created page with "https://community.f5.com/t5/technical-forum/ssl-server-vs-client-profile/td-p/45191 ``` you have to look at these from a big-ip point of view, like this: client side - [clie...")
  • 23:21, 28 November 2023 Busk talk contribs created page Trusted ca store in Linux (Created page with "# Linux ## Add Internal Root CA to trusted store via BASH ``` #!/bin/bash set -eu test_url="https://host.intranet/" cert_file_name="internal-rootca1.crt" os_distribution=$(...")
  • 16:35, 26 November 2023 Busk talk contribs created page Microceph (Created page with "https://github.com/canonical/microceph https://microk8s.io/docs/how-to-ceph")
  • 07:25, 26 November 2023 Busk talk contribs created page Microcloud (Created page with "https://canonical-microcloud.readthedocs-hosted.com/en/latest/tutorial/get_started/")
  • 16:28, 25 November 2023 Busk talk contribs created page Io tests (Created page with "apt install fio ``` #!/usr/bin/env bash set -o errexit echo $(date):Random read fio --filename=test --sync=1 --rw=randread --bs=4k --numjobs=1 \ --iodepth=4 --group_report...")
  • 02:35, 25 November 2023 Busk talk contribs created page Zfs performance (Created page with " https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Hardware.html#nvme-low-level-formatting https://arstechnica.com/information-technology/2020/05/zfs-101-unde...")
  • 20:50, 24 November 2023 Busk talk contribs created page Lxd prep (Created page with "``` sudo apt update && sudo apt upgrade sudo apt install zfsutils-linux sudo zpool create -f tank mirror nvme0n1 nvme1n1 nvme2n1 nvme3n1 lxd init ``` /etc/netplan/00-custom.y...")
  • 04:12, 23 November 2023 Busk talk contribs created page Ceph performance (Created page with "https://www.reddit.com/r/kubernetes/s/8BEg8B2Rou https://discuss.linuxcontainers.org/t/performance-issue-for-single-container-using-zfs-on-nvme/12456")
  • 03:39, 22 November 2023 Busk talk contribs created page Kubectl one liners (Created page with "``` kubectl patch pv <your-pv-name> -p '{"spec":{"persistentVolumeReclaimPolicy":"Retain"}}' ```")
  • 19:00, 20 November 2023 Busk talk contribs created page Windows CA 3rd Party (Created page with "https://docs.aws.amazon.com/whitepapers/latest/access-workspaces-with-access-cards/update-default-domain-policy-with-third-party-root-cas.html")
  • 22:49, 18 November 2023 Busk talk contribs created page Usb drive mount linux (Created page with "Mount as non-root ``` udisksctl mount -b /dev/sdb1 ls /media/$USER ``` Shreding ``` shred -vfzu <file> ```")
  • 18:07, 18 November 2023 Busk talk contribs created page Prep Windows Host Scripts (Created page with "``` $HN="host1.example.com"; $TP=(Get-ChildItem -Path Cert:LocalMachine\MY | where Subject -like "CN=${HN}*").Thumbprint winrm delete winrm/config/Listener?Address=*+Transport...")
  • 17:19, 18 November 2023 Busk talk contribs created page Windows certificate authority subca offline root (Created page with " https://learn.microsoft.com/en-us/answers/questions/1320695/the-revocation-function-was-unable-to-check-revoca ``` The revocation function was unable to check revocation beca...")
  • 19:51, 14 November 2023 Busk talk contribs created page Openssl windows ca (Created page with "https://mivilisnet.wordpress.com/2020/06/03/how-to-make-subordinate-ca-using-openssl/")
  • 18:50, 14 November 2023 Busk talk contribs created page Certutil (Created page with "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/certutil")
  • 18:50, 14 November 2023 Busk talk contribs created page Certreq (Created page with "``` certreq.exe -new -q -config "caserver.fabricam.com\Fabricam Issuing CA" a.cnf request.csr ```")
  • 17:04, 12 November 2023 Busk talk contribs created page Uninstall windows ca (Created page with "``` Remove-WindowsFeature -Name AD-Certificate # no work # Uninstall-AdcsCertificationAuthority ```")
  • 15:52, 12 November 2023 Busk talk contribs created page Ca windows request (Created page with "``` ;----------------- request.inf ----------------- [Version] Signature="$Windows NT$" [NewRequest] Subject = "C=US, CN=something.example.com" KeySpec = 1 KeyLength = 2048...")
  • 15:43, 12 November 2023 Busk talk contribs created page Sshd windows config (Created page with "C:\ProgramData\ssh\sshd_config ``` SyslogFacility LOCAL0 LogLevel Debug3 ```")
  • 03:52, 12 November 2023 Busk talk contribs created page Openssh windows (Created page with "https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_server_configuration ``` Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 Add-Win...")
  • 20:37, 11 November 2023 Busk talk contribs created page Windows ca issues (Created page with "the request does not contain a certificate template extension or the certificate template attribute https://windowsreport.com/request-contains-no-certificate-template-informa...")
  • 21:24, 10 November 2023 Busk talk contribs created page Easyrsa intermediate (Created page with "``` I have found another, more elegant solution (I suspect this is how it was designed). Setup two separate Easy-RSA installations. Initialise and build a CA as normal on the...")
  • 05:26, 10 November 2023 Busk talk contribs created page Openssl without openssl.cnf (Created page with "https://stackoverflow.com/questions/36920558/is-there-anyway-to-specify-basicconstraints-for-openssl-cert-via-command-line ``` DAYS='240' SUBJECT='/CN=example.com/O=Example Co...")
  • 05:00, 10 November 2023 Busk talk contribs created page Certstrap issues (Created page with "It would be nice to --subject option in order to have complete control over the common name that is limited by assumptions of --common-name Example ``` certstrap init --key-b...")
  • 22:36, 9 November 2023 Busk talk contribs created page Demo Active Directory (Created page with "https://community.spiceworks.com/topic/334523-dns-error-when-creating-new-domain-in-server-2012")
  • 01:25, 7 November 2023 Busk talk contribs created page Winrm enable https 5986 (Created page with "``` $HN="myhost.example.com"; $TP=(Get-ChildItem -Path Cert:LocalMachine\MY | where Subject -like "CN=${HN}*").Thumbprint winrm create winrm/config/Listener?Address=*+Transpor...")
  • 23:11, 2 November 2023 Busk talk contribs created page Certificate Authority Windows (Created page with "# Migrate https://github.com/GoateePFE/ADCSTemplate https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/move-certification-authority-to-another-server h...")
  • 16:14, 2 November 2023 Busk talk contribs created page Registry Windows (Created page with "``` $regFile = @" Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters] "MaxUserPort"=dword:00005000 "TcpTimedWaitDela...")
  • 03:50, 2 November 2023 Busk talk contribs created page K8s links (Created page with "https://kube.fm/upgrading-100s-clusters-pierre")
  • 18:21, 1 November 2023 Busk talk contribs created page RSAT Windows (Created page with "``` Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, DisplayName, State ``` ``` Add-WindowsCapability -Online -Name Rsat.CertificateServices.Tools~~...")
  • 20:56, 26 October 2023 Busk talk contribs created page .Net Templating (Created page with "https://github.com/scriban/scriban")
  • 20:55, 26 October 2023 Busk talk contribs created page Go Templating (Created page with "https://github.com/flosch/pongo2")
  • 14:09, 26 October 2023 Busk talk contribs created page Azure Powershell Install (Created page with "``` https://www.powershellgallery.com/packages/Az.Resources/6.11.2 ```")
  • 19:06, 25 October 2023 Busk talk contribs created page Azure Windows Versions (Created page with "https://learn.microsoft.com/en-us/windows-server/administration/server-core/what-is-server-core")
  • 19:32, 20 October 2023 Busk talk contribs created page Cfssl scripts (Created page with "https://github.com/centminmod/cfssl-ca-ssl/blob/master/cfssl-ca-ssl.sh")
  • 14:01, 20 October 2023 Busk talk contribs created page Docker container multiple processes (Created page with "https://docs.docker.com/config/containers/multi-service_container/#:~:text=It%27s%20ok%20to%20have%20multiple,aspects%20of%20your%20overall%20application.")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)