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: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.")
- 22:37, 17 October 2023 Busk talk contribs created page Cert Q and A (Created page with "https://serverfault.com/questions/670725/is-it-possible-to-restrict-the-use-of-a-root-certificate-to-a-domain")
- 00:17, 17 October 2023 Busk talk contribs created page Cert order (Created page with "https://stackoverflow.com/questions/34945244/should-the-trusted-root-ca-be-a-part-of-the-certificate-chain")
- 05:02, 16 October 2023 Busk talk contribs created page Supervisor (Created page with "https://devicetests.com/systemd-vs-supervisor-which-is-better")
- 13:04, 14 October 2023 Busk talk contribs created page Root ca ssh (Created page with "https://www.lorier.net/docs/ssh-ca.html ```Using a CA with SSH Using a CA with ssh means you can sign a key for a user, and everywhere that the user trusts the CA you can lo...")
- 18:33, 13 October 2023 Busk talk contribs created page Venafi PKI Integration (Created page with "https://docs.venafi.com/Docs/23.1/TopNav/Content/Drivers/r-OpenSSL-CATemp-Preconfiguration.php?tocpath=TLS%20Protect%7CCertificate%20Authority%20and%20Hosting%20Platform%20Int...")
- 17:59, 13 October 2023 Busk talk contribs created page Windows Certifcate Mangement (Created page with "A certificate may contain privatekey. A private key or pkcs12 can only be exported if it is marked exportable unless you hack the registry. # Export & Print - <Click: Search...")
- 17:17, 13 October 2023 Busk talk contribs created page Pki openssl (Created page with "https://stackoverflow.com/questions/26759550/how-to-create-own-self-signed-root-certificate-and-intermediate-ca-to-be-importe root-internmediate-ca.sh ``` #!/bin/bash -x set...")
- 17:03, 12 October 2023 Busk talk contribs created page Cfssl issues (Created page with "https://github.com/cloudflare/cfssl/issues/604")
- 18:19, 11 October 2023 Busk talk contribs created page Pki opensource (Created page with "https://github.com/steccas/stecCA https://github.com/Netflix/lemur-docker")
- 14:11, 11 October 2023 Busk talk contribs created page Disable wifi Ubuntu (Created page with "https://raspberrytips.com/disable-wi-fi-ubuntu-server/")
- 23:10, 10 October 2023 Busk talk contribs created page Kubectl rbac commands (Created page with "Rbac in kubernetes: ``` kubectl auth can-i create deployments (check permission as an admin) kubectl auth can-i create deployments - -as bob (check permission of a user) ku...")
- 21:56, 10 October 2023 Busk talk contribs created page LUKS (Created page with "https://opensource.com/article/21/4/linux-encryption")