Skip to content

Instantly share code, notes, and snippets.

View toazd's full-sized avatar

William K. McDannell Jr. toazd

  • USA
View GitHub Profile
@fenugrec
fenugrec / ghrab.sh
Last active December 19, 2025 12:48
change owner of ghidra project
#!/bin/bash
#
# grab ownership of ghidra project specified in arg1 or current dir if absent
#
# - looks for the first <projectname>.gpr file
# - modifies owner name <projectname>/project.prp
#
# example : ./ghrab.sh ~/RE/coolstuff
@NoobGajen
NoobGajen / EndeavourOS to Arch Linux.MD
Last active January 3, 2026 17:15 — forked from sun-jiao/endeavour-to-arch-guide.MD
Converting EndeavourOS to ArchLinux

First of all, uninstall the eos-hooks package, which keeps changing the data of /etc/os-release from a hook while installing base packages.

sudo pacman -R eos-hooks

Reinstall the base package group:

sudo pacman -Syyu --noconfirm archlinux-keyring bash bzip2 lsb-release coreutils file filesystem findutils gawk gcc-libs gettext glibc grep gzip iproute2 iputils licenses pacman pciutils procps-ng psmisc sed shadow systemd systemd-sysvcompat tar util-linux xz linux
@nzbr
nzbr / flatpak-update.hook
Created January 21, 2019 14:51
Pacman Hook for Installing Flatpak Updates on Package Upgrades
[Trigger]
Operation = Upgrade
Type = Package
Target = *
[Action]
Depends = flatpak
When = PostTransaction
Exec = /usr/bin/flatpak update -y