Skip to content

Instantly share code, notes, and snippets.

View metronome9's full-sized avatar

NINA metronome9

View GitHub Profile
@metronome9
metronome9 / default-creds-tomcat.txt
Created September 6, 2025 17:57 — forked from 0xRar/default-creds-tomcat.txt
Default Credentials for Apache Tomcat
admin : admin
ADMIN : ADMIN
admin : j5Brn9
admin : None
admin : tomcat
cxsdk : kdsxc
j2deployer : j2deployer
ovwebusr : OvW*busr1
QCC : QLogic66
role : changethis
@metronome9
metronome9 / IPA-Sources.md
Created October 18, 2025 01:36 — forked from ongkiii/IPA-Sources.md
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@metronome9
metronome9 / apfs-dcopy.c
Created October 20, 2025 19:47 — forked from 19h/apfs-dcopy.c
Robust, ditto-like deduplicating recursive copy for macOS/APFS
// ============================================================================
// dcopy — Robust, APFS-aware, ditto-like recursive copy for macOS
// ============================================================================
//
// dcopy is a robust, mission-grade copy/clone engine for macOS/APFS. It marries
// fast, low-syscall enumeration with parallel hashing and IO, opportunistic APFS
// clone paths, sparse-aware streaming, and multi-strategy deduplication. It
// prioritizes crash safety (temp-file + fsync + atomic rename), correctness, and
// predictable performance on very large trees.
//