au HIKARI is DUID-LL and should be represented as "00:03:00:01:xx:xx:xx:xx:xx:xx"
So using MAC address aa:bb:cc:dd:ee:ff
My WAN is eth1
configure
set interfaces ethernet eth1 dhcpv6-pd duid "00:03:00:01:aa:bb:cc:dd:ee:ff"
| .macro bytereg reg | |
| .if \reg == %r8 || \reg == %r9 || \reg == %r10 || \reg == %r11 || \reg == %r12 || \reg == %r13 || \reg == %r14 || \reg == %r15 | |
| .set breg, \reg\()b | |
| .elseif \reg == %rax | |
| .set breg, %al | |
| .elseif \reg == %rcx | |
| .set breg, %cl | |
| .elseif \reg == %rdx | |
| .set breg, %dl |
| * Load PowerShell | |
| PS C:\WINDOWS\system32> | |
| $watcher = New-Object System.IO.FileSystemWatcher | |
| $watcher.IncludeSubdirectories = $true | |
| $watcher.Path = 'E:\' | |
| $watcher.EnableRaisingEvents = $true | |
| $action = | |
| { | |
| $path = $event.SourceEventArgs.FullPath |
au HIKARI is DUID-LL and should be represented as "00:03:00:01:xx:xx:xx:xx:xx:xx"
So using MAC address aa:bb:cc:dd:ee:ff
My WAN is eth1
configure
set interfaces ethernet eth1 dhcpv6-pd duid "00:03:00:01:aa:bb:cc:dd:ee:ff"
| #!/bin/bash | |
| # | |
| # Replacement commandline tool of "notarytool" for 10.14. | |
| # Will ssh to host specified and run "xcrun notarytool" on | |
| # that server. | |
| # | |
| # Arguments are copied as is, and expects the last argument to | |
| # be the filename. | |
| # | |
| # notarytool_remote.sh submit --wait |
| # kill-updates-precise.ps1 | |
| # | |
| # So what is going on here? While developing my kernel driver for Windows | |
| # I have found the fastest way is to have the target VM set up, and | |
| # be ready for drvier to be deployed in a snapshot, deploy driver, test, | |
| # then rollback VM. | |
| # | |
| # Sadly, when Windows is restored at each rollback, it kicks of a series of | |
| # update checks, like Windows Updater, Edge, OneDriver, Google etc. | |
| # It is not enough to disable Windows Update, or Group Policy. |
| #!/usr/bin/env python3 | |
| # | |
| # Symbolicate panic files / stacks on Apple Silicon / arm64 | |
| # | |
| # Common usage may include: | |
| # ./symbolicate_panic.py -p ZFS.2.3.1rc1.kernel.panic.txt | |
| # -k /Library/Extensions/zfs.kext/Contents/MacOS/zfs --kernel | |
| # --kdk-nearest --accept-mismatch | |
| # | |
| # === Panicked thread (merged, ordered) === |