Skip to content

Instantly share code, notes, and snippets.

View clurect's full-sized avatar
💻
Working

Stephen Wright clurect

💻
Working
View GitHub Profile
@hjanuschka
hjanuschka / 00-README.md
Last active November 12, 2025 22:00
Chromium macOS SDK Compatibility Patch - Fix for older SDKs missing kCGBitmapByteOrderInfoMask and kCGImageByteOrder32Host

Tested with: Xcode 15.4 (SDK 14.5)

Apply

cd /path/to/chromium/src
git apply 1.patch
autoninja -C out/Default chrome
@ipbastola
ipbastola / clean-up-boot-partition-ubuntu.md
Last active October 22, 2025 09:55
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64, Ubuntu 16.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64, Ubuntu 16.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r 
@danburzo
danburzo / README.md
Last active July 29, 2021 08:41
Get all event listeners on the page in Google Chrome