2,182 reputation
1621
bio website
location Twin Cities
age 46
visits member for 2 years, 5 months
seen Jun 16 at 16:07
stats profile views 110

Smile.


Feb
27
answered Do any OS X apps ease Search and Replace across multiple files?
Feb
26
revised Looking for old C compiler
Corrected human readable name to match URL.
Feb
26
comment Looking for old C compiler
Think C was the definitive C compiler, until CodeWarrior came out in the early 90's. The original Mac OS and applications were written in a combination of Pascal and 68K assembly.
Feb
26
suggested suggested edit on Looking for old C compiler
Feb
21
answered Macbook Air Caps Lock Delay in Windows 8
Feb
20
reviewed No Action Needed How can I create a Mac Address Book plug-in that also appears in Spotlight?
Feb
15
comment After typing sudo I can no longer autocomplete commands by pressing Tab
Do what I recommend in the second paragraph of my answer. That is best.
Feb
15
comment Terminal not logged in properly
You can answer your own question, which in this case seems appropriate.
Feb
15
comment I want to remove an entry in my $PATH
@CraftyThumber This should be an answer, and not just a comment.
Feb
15
answered After typing sudo I can no longer autocomplete commands by pressing Tab
Feb
15
answered Change mouse pointer in iTerm2 (or disable mouse pointer)
Feb
15
comment Does iOS 6.1 cellular tethering limit the number of WiFi clients?
Are these limits the same for iPad, or is that a different matter?
Feb
15
comment MacBook Pro screen has died. Wanting to use secondary display?
Nope. It requires a modern Apple keyboard. I have an old Apple keyboard that didn't work. I tried that first because bluetooth is a pain.
Feb
15
comment MacBook Pro screen has died. Wanting to use secondary display?
I was trying to add some information. I spent 1/2 hour trying to get my iMac into Thunderbolt display mode and finally tried the Apple keyboard that came with it. I can't stand Apple'
Feb
15
comment MacBook Pro screen has died. Wanting to use secondary display?
These keyboard shortcuts only work on fairly modern Apple keyboards. These do not work on my 3rd party keyboards. Another example of this is putting an iMac into Thunderbolt display mode with Cmd-F2.
Feb
14
comment How to correctly handle two different versions running commands from Terminal?
You can also use the 'source' command, but that won't always work because the paths get added dumbly and you get duplication.
Feb
14
comment How to correctly handle two different versions running commands from Terminal?
That should work.
Feb
14
comment How to correctly handle two different versions running commands from Terminal?
You need to open a new shell window to execute the changes to ~/.bash_profile.
Feb
14
comment How to correctly handle two different versions running commands from Terminal?
You don't want ctags as part of that path, just /usr/local/bin
Feb
14
comment How to correctly handle two different versions running commands from Terminal?
It should be set in your shell config file (.profile, .bashrc for bash, .zshrc or .zshenv for zsh, etc...) You probably just need to rearrange the order of the folders. Assuming bash: look for a line that starts "export PATH=…" The delimiter between the folder names is a colon.