I hereby claim:
- I am SydoxX on github.
- I am sydoxx (https://keybase.io/sydoxx) on keybase.
- I have a public key whose fingerprint is B7B3 726A 929E 5C02 605C 5588 4092 0424 4512 2066
To claim this, I am signing this object:
| parameters: | |
| containerRegistry: '' | |
| steps: | |
| - pwsh: Set-Content -Path "$(Agent.TempDirectory)/Dockerfile-$(Build.BuildId)" -Value "FROM scratch" | |
| displayName: Create temporary Dockerfile | |
| - task: Docker@2 | |
| displayName: Build temporary container | |
| inputs: | |
| command: build |
| #!/bin/bash | |
| # version 2 thanks to @dhx-mike-palandra | |
| echo "Creating /etc/NetworkManager/conf.d/99-forticlient.conf..." | |
| sudo cat > /etc/NetworkManager/conf.d/99-forticlient.conf << 'EOF' | |
| [keyfile] | |
| unmanaged-devices=interface-name:~vpn*,type:tun | |
| EOF | |
| if [ $? -eq 0 ] |
| Date | Location | Player | Holes | Hits | CardNo | |
|---|---|---|---|---|---|---|
| 2022-05-27 | Pregarten | Simone | 18 | 74 | 40585 | |
| 2022-05-27 | Pregarten | Elisabeth | 18 | 69 | 40585 | |
| 2022-05-27 | Pregarten | Konstantin | 18 | 45 | 40585 | |
| 2022-06-06 | Pregarten | Oliver | 18 | 65 | 40606 | |
| 2022-06-06 | Pregarten | Simone | 18 | 59 | 40606 | |
| 2022-06-06 | Pregarten | Andreas | 18 | 61 | 40606 | |
| 2022-06-06 | Pregarten | Konstantin | 18 | 51 | 40607 | |
| 2022-06-06 | Pregarten | Elisabeth | 18 | 62 | 40607 | |
| 2025-07-24 | RUFF Linz | Konstantin | 18 | 55 | - |
I hereby claim:
To claim this, I am signing this object:
| /* Simple Teleporter Version 0.2 | |
| 2014 by Konstantin @High Fidelity | |
| ####ATTENTION#### | |
| This script is broken and will probably never work with HiFi again. | |
| */ | |
| var ignoreteleporters = false; | |
| function createMenu() | |
| { | |
| Menu.addMenu("Teleporter"); |