12 Mar 23

This guide offers a lot more than just how to host a server.

by racewar 2 years ago

09 Aug 15

10 Oct 11

I needed to list all files in a directory, but ls, find, and os.listdir all hung. This is my story. TLDR: Write a C program that calls the syscall getdents directly, with a large buffer size, ignore entries with inode == 0.

by mlb 14 years ago

Getting familiar with common uses of lsof

by mlb 14 years ago saved 2 times