Skip to content

Instantly share code, notes, and snippets.

View naa0yama's full-sized avatar

Naoki Aoyama naa0yama

View GitHub Profile
@naa0yama
naa0yama / CBW150AX-Q-JP.log
Created January 17, 2025 08:57
CBW150AX-Q-JP で iPhone 15 Pro が接続できない状態のログ iOS 18.2.1
*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
@naa0yama
naa0yama / pve-config-dump.sh
Last active October 25, 2024 09:59
show tech-support command for Promox VE.
#!/usr/bin/env bash
set -eu
# ==============================================================================
# =
# = Proxmox VE configuration dump
# = License: AGPL 3.0
# = Gist: https://gist.github.com/naa0yama/dc7dd728af7d6e3f9e0ed837329a7dfc
# =
# = download command

Keybase proof

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:

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%
@naa0yama
naa0yama / markdown.md
Created June 6, 2020 14:21
Cumulus の絵r−あ

dir

.
├── Dockerfile
├── ansible.cfg
├── inventory
├── known_hosts
├── playbook
├── poetry.lock
// ==================================================================
// 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."
@naa0yama
naa0yama / file0.txt
Created July 16, 2018 06:22
Docker で blackbox_exporter の icmp をするメモ ref: https://qiita.com/FoxBoxsnet/items/b4f5dd9b1d9469570b4b
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.
@naa0yama
naa0yama / BEGEMOT-PF-MIB.patch
Created January 5, 2018 04:04
snmp_expoter で 16進文字化けしたのでMIBを修正した。 ref: https://qiita.com/FoxBoxsnet/items/2531bba86db5f0e748da
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
@naa0yama
naa0yama / file0.txt
Created December 27, 2017 23:57
MacBook で ISO を DD したら起動できなかったのでメモ ref: https://qiita.com/FoxBoxsnet/items/04e20d5e72b9b58b97f9
$ diskutil unmountDisk /dev/disk2
$ dd if=<isoimage.iso> of=/dev/disk2 bs=1m