Skip to content

Instantly share code, notes, and snippets.

View uyjulian's full-sized avatar

Julian Uy uyjulian

View GitHub Profile
@leftbrainstrain
leftbrainstrain / mrp.c
Last active May 19, 2026 00:34
PS2-TOOL MRP Linux 2.2 dsnet driver untested RE prototype
#define BUILD_VER "1.16.19"
#define BUILD_REV "$Revision: 1.4 $"
#define BUILD_DATE __DATE__
#define BUILD_TIME __TIME__
//mrp_revision occurs before kernel_version in original
//0x000
static char *mrp_revision = BUILD_REV;
@mauron85
mauron85 / suspend-modules
Last active September 7, 2025 02:40 — forked from anonymous/suspend-modules
Ubuntu 16.04 systemd unload modules on sleep
#!/bin/bash
# Put into /lib/systemd/system-sleep/suspend-modules
# chmod a+x /lib/systemd/system-sleep/suspend-modules
# Create /etc/suspend-modules.conf
# with one module per line
# credits to:
# https://bbs.archlinux.org/viewtopic.php?pid=1540125#p1540125