User contributions
Jump to navigation
Jump to search
- 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
- 09:33, 27 July 2024 diff hist -25 Wireguard point-to-point current
- 09:32, 27 July 2024 diff hist +906 N Wireguard point-to-point Created page with "``` sudo apt update sudo apt install wireguard sudo yum install epel-release sudo yum install wireguard-tools wg genkey | tee /etc/wireguard/privatekey | wg pubkey > /etc/wi..."
- 09:19, 27 July 2024 diff hist +8 Linux hardware current
- 09:19, 27 July 2024 diff hist +60 N Linux hardware Created page with "sudo apt-get install smartmontools sudo smartctl -i /dev/sda"
- 12:50, 26 July 2024 diff hist +51 Juju k8s current
- 12:38, 26 July 2024 diff hist +87 N Juju k8s Created page with "https://github.com/zecke/Kubernetes/blob/master/docs%2Fgetting-started-guides%2Fjuju.md"
- 11:55, 26 July 2024 diff hist +57 N Maas k8s Created page with "https://github.com/antongisli/maas-baremetal-k8s-tutorial" current
- 21:39, 25 July 2024 diff hist +36 N Zabbix ldaps Created page with "https://bgmot.com/zabbix_secure_ldap" current
- 20:16, 25 July 2024 diff hist +298 Aks Troubleshooting