I hereby claim:
- I am naa0yama on github.
- I am naa0yama (https://keybase.io/naa0yama) on keybase.
- I have a public key ASAqxKVIokLXs3vZoNS4sgdI3GAcxREatPbjfX6n_TAFbQo
To claim this, I am signing this object:
| *Dot1x_NW_MsgTask_0: Jan 14 21:22:57.566: %DOT1X-3-INVALID_REPLAY_CTR: 1x_eapkey.c:458 Invalid replay counter from client 00:00:5e:00:53:0f - got 00 00 00 00 00 00 00 04, expected 00 00 00 00 00 00 00 01 | |
| *Dot1x_NW_MsgTask_0: Jan 14 21:22:57.566: %DOT1X-3-INVALID_REPLAY_CTR: 1x_eapkey.c:458 Invalid replay counter from client 00:00:5e:00:53:0f - got 00 00 00 00 00 00 00 03, expected 00 00 00 00 00 00 00 01 | |
| *Dot1x_NW_MsgTask_0: Jan 14 21:22:57.566: %DOT1X-3-INVALID_REPLAY_CTR: 1x_eapkey.c:458 Invalid replay counter from client 00:00:5e:00:53:0f - got 00 00 00 00 00 00 00 02, expected 00 00 00 00 00 00 00 01 | |
| *Dot1x_NW_MsgTask_0: Jan 14 21:13:55.621: %DOT1X-3-INVALID_REPLAY_CTR: 1x_eapkey.c:458 Invalid replay counter from client 00:00:5e:00:53:0f - got 00 00 00 00 00 00 00 04, expected 00 00 00 00 00 00 00 00 | |
| *Dot1x_NW_MsgTask_0: Jan 14 21:13:55.620: %DOT1X-3-INVALID_REPLAY_CTR: 1x_eapkey.c:458 Invalid replay counter from client 00:00:5e:00:53:0f - got 00 00 00 00 00 00 00 03, expected 00 00 00 00 00 00 00 00 | |
| *Dot |
| #!/usr/bin/env bash | |
| set -eu | |
| # ============================================================================== | |
| # = | |
| # = Proxmox VE configuration dump | |
| # = License: AGPL 3.0 | |
| # = Gist: https://gist.github.com/naa0yama/dc7dd728af7d6e3f9e0ed837329a7dfc | |
| # = | |
| # = download command |
I hereby claim:
To claim this, I am signing this object:
| FROM ubuntu:22.04 | |
| ARG NASM_VER="2.16" | |
| ARG YASM_VER="1.3.0" | |
| ARG LAME_VER="3.100" | |
| ## Ref: https://github.com/vimeo/l-smash | |
| ARG LSMASH_VERSION=62a93fb6a23b013d38f30fcb827c2abda69ee3d1 | |
| ## Ref: https://github.com/dwbuiten/obuparse | |
| ARG OBUPARSE_VERSION=478adcc872d5a8a19443e87910508e261a0a60ba |
| @echo off | |
| echo ========================================================================== | |
| echo = Tom Clancy's The Division 2 Cleaner = | |
| echo = Division 2 ver. 3260693 = | |
| echo = Ref https://gist.github.com/naa0yama/227888f9064e617a02f0205c4a87b2a5 = | |
| echo ========================================================================== | |
| set Division2_DIR=%USERPROFILE%\Documents\My Games\Tom Clancy's The Division 2\ | |
| echo Division2 Directory %Division2_DIR% | |
| cd /d %Division2_DIR% |
| // ================================================================== | |
| // Google Cloud Platform Cloud DNS | |
| // ================================================================== | |
| module "dns-private-zone" { | |
| source = "terraform-google-modules/cloud-dns/google" | |
| version = "3.0.0" | |
| project_id = "exsample" | |
| type = "public" | |
| name = "exsample-com" | |
| domain = "exsample.com." |
| Permissions | |
| The ICMP probe requires elevated privileges to function: | |
| Windows: Administrator privileges are required. | |
| Linux: root user or CAP_NET_RAW capability is required. | |
| Can be set by executing setcap cap_net_raw+ep blackbox_exporter | |
| BSD / OS X: root user is required. | |
| diff --git a/BEGEMOT-PF-MIB.txt b/BEGEMOT-PF-MIB.txt | |
| index c88fac7..88f8b2c 100644 | |
| --- a/BEGEMOT-PF-MIB.txt | |
| +++ b/BEGEMOT-PF-MIB.txt | |
| @@ -20,7 +20,9 @@ IMPORTS | |
| InetAddress, InetAddressType, InetAddressPrefixLength | |
| FROM INET-ADDRESS-MIB | |
| begemot | |
| - FROM BEGEMOT-MIB; | |
| + FROM BEGEMOT-MIB |
| $ diskutil unmountDisk /dev/disk2 | |
| $ dd if=<isoimage.iso> of=/dev/disk2 bs=1m |