4,668 reputation
21112
bio website ephemient.livejournal.com
location New England
age 27
visits member for 3 years, 10 months
seen yesterday
stats profile views 189

Dabbler in many fields, expert in few.


Apr
4
revised Forward SSH traffic through a middle machine
added 237 characters in body
Dec
10
answered Browser instead of window manager?
Aug
29
comment How do I make an encrypted disk image on Debian?
eCryptfs is another encrypting overlay filesystem, but does not rely on FUSE. It works fine in Debian.
Aug
29
answered Using X11 over the network to get more screens
Aug
27
answered How to input 'tab' in cmd.exe or powershell?
Aug
20
awarded  Great Answer
Jul
15
awarded  Yearling
Jul
7
awarded  Nice Answer
Jun
22
awarded  Enlightened
Jun
22
awarded  Nice Answer
Jun
8
comment How to remove executable bit recursively from files (not directories)
If your find supports it, use -exec ... \+ instead of -exec ... \; — it'll require fewer fork+execs. If it doesn't, use find ... -print0 | xargs -0 ....
May
20
awarded  Good Answer
May
2
revised Migrating to LVM
added 1905 characters in body
May
2
answered Migrating to LVM
Apr
11
answered In vim, how can I quickly switch between tabs?
Apr
11
comment Command line tool to write flac, ogg vorbis and mp3 id3v2 meta data?
@burzum I'm not sure I understand the distinction? You can write individual tags with omptagger -s name=value file.
Apr
11
answered Command line tool to write flac, ogg vorbis and mp3 id3v2 meta data?
Apr
8
comment Why is Chrome receiving data?
I forgot to mention: most traffic should all be visible in chrome://net-internals. NaCl and plugins can bypass it, and there's a couple other exceptions, but anything initiated by an open window or tab or extension or background page should be there.
Apr
8
answered Need a 64-bit version of MSWLOGO software or an identical alternative 64bit version
Apr
8
comment Suspending AIGLX clients for VT switch
Likely a false lead. Try taking a look in ~/.xsession-errors?