User contributions
Jump to navigation
Jump to search
- 02:35, 7 December 2024 diff hist +277 Key vault csi secret mount current
- 02:34, 7 December 2024 diff hist +1,788 N Key vault csi secret mount Created page with "# Code ## main.sh ``` #!/bin/bash set -eu . ../includes/main.sh az keyvault secret set --vault-name $AKS_SECRETS_KV_NAME --name my-secret --value "test value" export AKS_MAN..."
- 17:23, 27 November 2024 diff hist +86 Rook-ceph microk8s current
- 17:23, 27 November 2024 diff hist +310 N Rook-ceph microk8s Created page with "https://github.com/rook/rook/issues/12219 helm_upgrade "--install --version 1.15.6 rook-ceph rook-release/rook-ceph --set csi.kubeletDirPath=/var/snap/microk8s/common/var/lib..."
- 16:31, 25 November 2024 diff hist +100 Microceph upgrade current
- 18:41, 22 November 2024 diff hist +75 N Secrets csi driver Created page with "https://learn.microsoft.com/en-us/azure/aks/hybrid/secrets-store-csi-driver" current
- 15:57, 22 November 2024 diff hist +135 N Key vault permissions Created page with "# Simple commands for clean-up az keyvault update --name $SECRETS_KV_NAME --resource-group $RGRP_NAME --enable-rbac-authorization true" current
- 16:11, 18 November 2024 diff hist +209 Kusto queries FW current
- 23:27, 16 November 2024 diff hist +100 Servers direct current
- 23:26, 16 November 2024 diff hist +175 N Servers direct Created page with "https://www.avadirect.com/Tyan-Transport-HX-TN85-B8261-B8261T85E24HR-2T-Dual-AMD-EPYC-9004-Series-Processors-NVMe-2U-GPU-Rackmount-Server-Computer/Configure/18227031#ln-838414"
- 00:27, 16 November 2024 diff hist +375 Kusto queries FW
- 00:15, 16 November 2024 diff hist +155 Kusto queries FW
- 14:17, 15 November 2024 diff hist +145 N Openssl get ca from url Created page with "``` openssl s_client -showcerts -connect cisco.com:443 </dev/null 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > ca.crt ```" current
- 18:24, 14 November 2024 diff hist +123 N One line if bash Created page with "``` ! -v DR_ENABLED && envtpl --keep-template foo.tf.tpl -v DR_ENABLED && envtpl --keep-template bar.tf.tpl ```" current
- 20:23, 11 November 2024 diff hist +3,052 Sumo jira example current
- 20:16, 11 November 2024 diff hist +3,364 N Sumo jira example Created page with "``` pip install requests ``` /etc/systemd/system/sumo-monitor ``` [Unit] Description=Sumo Logic Monitor Service After=network.target [Service] ExecStart=/usr/bin/python3 /pat..."
- 15:18, 8 November 2024 diff hist +1,673 Velero issues current
- 18:03, 9 October 2024 diff hist +537 N Velero helm errors Created page with "# Fix annotations from previous https://github.com/vmware-tanzu/velero/issues/7017 ``` Error: UPGRADE FAILED: rendered manifests contain a resource that already exists. Unabl..." current
- 16:54, 9 October 2024 diff hist -13 Git remove file from history current
- 16:54, 9 October 2024 diff hist +2,865 N Git remove file from history Created page with "# Remove binary file from git history in order to reduce size of git clone To remove a binary file from the entire Git history to reduce the size of the repository, you can u..."
- 20:03, 1 October 2024 diff hist +118 Github Actions Repo Security Options current
- 19:15, 1 October 2024 diff hist +517 N Github Actions Repo Security Options Created page with "``` name: Restrict Pull Requests on: pull_request: types: [opened, synchronize] jobs: restrict-pr: runs-on: ubuntu-latest steps: - name: Check PR Autho..."
- 23:53, 12 September 2024 diff hist +68 N Active Directory Join Created page with "realm join --user=administrator --server=dc1.example.com example.com" current
- 17:39, 9 September 2024 diff hist +1,050 Inactive AD accounts current
- 19:31, 7 September 2024 diff hist +281 Docker-compose current
- 17:46, 23 August 2024 diff hist +39 Wsl2 new current
- 17:45, 23 August 2024 diff hist +1,757 N Wsl2 new Created page with "Install Ubuntu 22.04 instance ``` $ErrorActionPreference = "Stop" $distributionName = "example1" $distrib = "ubuntu-22.04" $installLocation = "C:\WSL\$distributionName" $ta..."
- 16:27, 23 August 2024 diff hist +971 Wsl2 vpn fix route current
- 01:35, 22 August 2024 diff hist +895 Inactive AD accounts
- 23:20, 19 August 2024 diff hist +2,344 Kusto queries FW
- 16:41, 19 August 2024 diff hist +4 Inactive AD accounts
- 16:29, 19 August 2024 diff hist +162 Inactive AD accounts
- 15:43, 19 August 2024 diff hist +859 Inactive AD accounts
- 15:14, 19 August 2024 diff hist -121 Inactive AD accounts
- 15:13, 19 August 2024 diff hist +768 Inactive AD accounts
- 16:41, 15 August 2024 diff hist +444 Inactive AD accounts
- 16:29, 15 August 2024 diff hist -458 Inactive AD accounts
- 19:51, 14 August 2024 diff hist +106 N Sentinel Created page with "# Learning - https://learn.microsoft.com/en-us/training/paths/sc-200-configure-azure-sentinel-environment/" current
- 22:57, 13 August 2024 diff hist +63 K8s troubleshooting current
- 23:21, 12 August 2024 diff hist +642 Wsl2 vpn fix route
- 23:20, 12 August 2024 diff hist +130 Wsl2 vpn fix route
- 21:30, 12 August 2024 diff hist +4 Inactive AD accounts
- 21:30, 12 August 2024 diff hist +978 N Inactive AD accounts Created page with "# Get inactive accounts ``` # Import the Active Directory module Import-Module ActiveDirectory # Define the OU path $ouPath = "OU=Example Foo Accounts,DC=example,DC=com" # D..."
- 17:11, 12 August 2024 diff hist +710 Wsl2 vpn fix route
- 16:46, 12 August 2024 diff hist +343 N Wsl2 vpn fix route Created page with "``` Get-NetIPInterface -InterfaceAlias "vEthernet (WSL)" | Set-NetIPInterface -InterfaceMetric 1 Get-NetAdapter | Where-Object { $_.InterfaceDescription -like "PANGP*" } | Set..."
- 15:24, 11 August 2024 diff hist +3,135 N Flashrom Created page with "Flashrom Bios Update Linux ``` Updating the BIOS using flashrom is an advanced process and should be done with caution, as it involves directly flashing the firmware. flashrom..." current
- 18:45, 2 August 2024 diff hist +133 Openssl current
- 10:01, 27 July 2024 diff hist +98 Ssh-agent current
- 10:00, 27 July 2024 diff hist +68 Ssh-agent
- 09:55, 27 July 2024 diff hist +102 Ssh-agent