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 |