This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AX6800x bootloader v1.0.1 | |
Chip Revision : 1 | |
Runtime checksum check. | |
[Virtual HUB] VID = 0b95, PID = 6802 | |
ASIX68002 KM (IC) - Version:2.1.0,Date:2019-05-17 | |
Chip Revision: 1 | |
System Informaiton: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DXEImageVerification ParseOSManifest - Number of OS Manifests 4 | |
Hash Original Message ... | |
PKCS#1 Signature Verification ... | |
Hash Original Message ... | |
PKCS#1 Signature Verification ... | |
Hash Original Message ... | |
PKCS#1 Signature Verification ... | |
Hash Original Message ... | |
PKCS#1 Signature Verification ... | |
DXEImageVerification ParseOSManifest - Number of OS Manifests 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-Alias -Name v -Value 'vim.exe' | |
function lfcd { | |
$tmp = [System.IO.Path]::GetTempFileName() | |
lf -last-dir-path="$tmp" $args | |
if (Test-Path -PathType Leaf "$tmp") { | |
$dir = Get-Content "$tmp" | |
Remove-Item -Force "$tmp" | |
if (Test-Path -PathType Container "$dir") { | |
if ("$dir" -ne "$pwd") { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# With thanks to the arch wiki ("the wiki") and many individuals in the open source community who have shared their arch-linux-install gists on github | |
# Instead of listing the full install, this gist details extra notes I want to remember for next time as well as any choices I made for my system | |
# Installed on an HP Pavilion x360 14-dh2034nr | |
# I had the arch install guide and other pages open on my ipad next to me during the install | |
# Verify the ISO | |
# gpg (on linux) or gpg4win | |
# Can check developer signing keys at https://www.archlinux.org/people/developers/ | |
# Burn to USB |