616 reputation
1516
bio website wonkden.net
location Sterling, VA
age 38
visits member for 3 years, 10 months
seen May 3 at 13:58
stats profile views 33
UNIX, Perl, what more is there to say?

Mar
9
accepted How to prevent screen from resizing my Terminal in Mac OS X?
Feb
26
answered How to prevent screen from resizing my Terminal in Mac OS X?
Feb
26
asked How to prevent screen from resizing my Terminal in Mac OS X?
Aug
24
awarded  Supporter
Aug
24
answered How to store an XML document in Mac OS X?
Aug
24
comment How do I make OS X set the terminal title back to the original title when coming back from ssh?
Well, I use iTerm.app not Terminal.app, and it is working. You do have a point about the real terminal. My Linux box has just such a check, so I will add it to my profile, thanks.
Aug
24
awarded  Teacher
Aug
24
revised How do you manage perl modules on a Debian system?
added 36 characters in body
Aug
24
answered How do you manage perl modules on a Debian system?
Aug
24
awarded  Editor
Aug
24
revised How do I make OS X set the terminal title back to the original title when coming back from ssh?
added 231 characters in body
Aug
24
revised How do I make OS X set the terminal title back to the original title when coming back from ssh?
edited tags
Aug
24
revised How do I make OS X set the terminal title back to the original title when coming back from ssh?
edited tags
Aug
24
answered How do I make OS X set the terminal title back to the original title when coming back from ssh?
Aug
24
asked How do I make OS X set the terminal title back to the original title when coming back from ssh?
Jul
15
awarded  Autobiographer
May
26
comment How can I edit the $PATH on linux?
It is important to note that there are many occasions your profile is not run (such as when a script is run by cron). If you need a specific path to be set in PATH, a script must set that path. That said, scripts should never rely on anything being in their paths and should always use absolute paths, anything else is a security issue.