Skip to content

Instantly share code, notes, and snippets.

View kwesthaus's full-sized avatar

Kyle Westhaus kwesthaus

View GitHub Profile
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:
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
@kwesthaus
kwesthaus / Microsoft.PowerShell_profile.ps1
Last active October 12, 2023 05:51
windows-setup-notes
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") {
@kwesthaus
kwesthaus / arch-install-notes
Last active September 26, 2022 16:38
Notes for my Arch Linux installation in UEFI mode with LVM on LUKS encryption on an HP Pavilion x360 laptop. Works best when paired with the official installation guide and other people's arch-linux-install gists.
# 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