26 Jan 12
Stop partition from mounting when hard drive is connected
by edwardloveall
14 years ago
10 Jan 12
06 Jan 12
08 Dec 11
21 Nov 11
Usage examples for the lsof command. lsof stand for list open files.
20 Nov 11
10 Oct 11
Getting familiar with common uses of lsof
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
28 Sep 11
Interactive Vim Tutorial
20 Sep 11
commandlinefu.com is the place to record those command-line gems that you return to again and again.