Systemd

tags: Linux

November 1, 2023 · 1 min · Gray King

BPF

tags: High Performance, Linux

October 31, 2023 · 1 min · Gray King

Porting OpenBSD pledge() to Linux

tags: Linux, Tools, BPF source: “Porting OpenBSD Pledge() to Linux.” Accessed October 31, 2023. https://justine.lol/pledge/. $ ./pledge.com 'stdio rpath' ls # read only list files

October 31, 2023 · 1 min · Gray King

Speeding up Cython with SIMD

tags: Python, SIMD, High Performance source: Turner-Trauring, Itamar. “Speeding up Cython with SIMD.” Python⇒Speed, October 18, 2023. https://pythonspeed.com/articles/faster-cython-simd/.

October 31, 2023 · 1 min · Gray King

FreeBSD LiveCD Import ZFS

tags: ZFS, FreeBSD $ mkdir /tmp/zroot $ zpool import -fR /tmp/zroot zroot $ zfs mount zroot/ROOT/default

October 20, 2023 · 1 min · Gray King