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"
| #!/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) === |
| # 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. |
| #!/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 |
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"
| * 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 |
| .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 |
| // Changes needed to assemble on macOS (from Linux) on M1/ARM64e | |
| /* | |
| * semi-colon is comment, so use secret %% | |
| * M1 is 64 bit only | |
| * and needs "_" prepended | |
| */ | |
| #define ENTRY(x) \ |
| /* Update 3 - experimenting with explicit first, all args look correct */ | |
| void XXXzfs_blake3_compress_xof_sse2(const uint32_t cv[8], | |
| const uint8_t block[BLAKE3_BLOCK_LEN], uint8_t block_len, | |
| uint64_t counter, uint8_t flags, uint8_t out[64]) | |
| { | |
| long ret; | |
| __asm__ ( | |
| "mov %[p6], %%r9 \n\t" | |
| "mov %[p5], %%r8 \n\t" |
<details>
<summary> code diff </summary>
<p>
```
text
```
\
| For output like: | |
| Framework error: code: 60 reason: SSL certificate problem: certificate has expir | |
| ed | |
| URL: 'http://pkg.omniti.com/omnios/r151022' | |
| Whilst trying to update 151016 OmniOS TI to CE, and unable to find certificates both still valid, and not too-new. | |
| /usr/lib/python2.6/vendor-packages/pkg/client/transport# dtff -rub engine.py orig-engine.py | |
| --- engine.py Wed Apr 13 12:02:48 2022 |