Archive for April 2009
Terminal Command to Stop Crash Report Popups
When an app crashes, Mac OS X pops open a crash report dialog box. Since I never really use this feature here is a simple Terminal command to rid yourself of them: defaults write com.apple.CrashReporter DialogType none If for any reason you want to reactivate the crash reports, retype the code replacing “none” with “prompt”.
Bashrc Example
I was recently looking for some examples of a bashrc file. I figured I would post my current .bashrc file…. # ~/.bashrc: executed by bash for non-login shells. ############## # Bash Prompts # ############# # [12:34] ~/desktop $ export PS1=”\[[\A]\] \w $ ” umask 022 ####################### # setting up file completion # ###################### if [ [...]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | May » | |||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||













