Skip to content

Instantly share code, notes, and snippets.

View tylerebowers's full-sized avatar

Tyler Bowers tylerebowers

View GitHub Profile
@tylerebowers
tylerebowers / hp_zbook_ultra_g1a.md
Last active June 7, 2026 04:00
HP Zbook Ultra G1A Configuration Notes

This Guide contains my setup notes for the HP Zbook Ultra G1A.
My specs: AMD AI MAX Pro 390, Radeon 8050S, 64GB RAM (these notes are applicable for other configs)
Parts of these notes may be OS specific to Fedora 44 KDE.

Bios

Press F10 during boot to enter bios. (F1 system info, F2 system diag, F3 option ROM, F8/F9 boot menu, F10 Bios setup, F11 system restore)

Settings

@tylerebowers
tylerebowers / copilot_keyd.md
Last active February 19, 2026 21:10
Reusing Copilot Key (on HP Zbook Ultra G1a)

The Copilot key does nothing in linux and takes up a lot of space on the keyboard. I remapped mine using keyd to window overview (win+w)

  1. Add repo:sudo dnf copr enable alternateved/key
  2. Install keyd: sudo dnf install keyd
  3. Edit configuration: sudo nano /etc/keyd/default.conf
[ids]

*
@tylerebowers
tylerebowers / NUT_with_Eaton_or_HPE_UPS.md
Last active January 1, 2026 00:54
Using NUT in Ubuntu with Eaton or HPE UPS via USB

NUT (Network UPS Tools) can be used to turn off a computer while running on battery. This guide assumes Ubuntu (24), Eaton/HPE UPS connected with USB.

  1. Install Nut
  • sudo apt install nut
  1. Connect UPS and look for it.
  • lsusb | grep UPS
    • Bus 003 Device 008: ID 0463:ffff MGE UPS Systems UPS
  1. Declare UPS to NUT
  • sudo nano /etc/nut/ups.conf