Tagged Questions
1
vote
1answer
13 views
Keyboard layout not usable in all programs
I have used Ukelele to create a keyboard layout file (foo.keylayout) that lives in ~/Library/Keyboard Layouts. I used a US english layout as a base and have added some keymappings that let me type æøå ...
10
votes
1answer
246 views
Why is lsof on OS X so ridiculously slow?
I can't figure out why lsof on my Mac (10.8.2, MacBook Pro) is so slow.
On my Mac, lsof takes more than a minute:
$ touch /tmp/testfile
$ time lsof /tmp/testfile
real 1m16.483s
user 0m0.029s
...