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 [ -f ~/.bash_completion ];
then
. ~/.bash_completion;
fi
############
# My Aliases #
############
#alias ll=’ls -lagh’
# [...]
How To Use Twitter from Terminal
I was scrubbing the internets a few nights ago and stumbled upon a way to Tweet from the Terminal. Here is a simple way to get started. Please note this method is not the most secure, since you have to hard code a script with your user / pass.
How To Use Twitter from Terminal
1. In [...]
Grado SR60i Headphones
I just received a set of Grado Sr60i Headphones I purchased from an Authorized Reseller on eBay. These things are pretty damn awesome. Ill be writing a review of them in a month or two. So far based off one day of usage I recommend them. The sound is astonishing…. More details coming soon.
How To Install Photoshop Brushes, Gradients, Patterns & Actions
You can easily install additional Presets into Photoshop. Presets include Brushes, Gradients, Patterns, Actions, Styles, Curves etc…
Presets are Located Here:
Mac OS X:
~/Library/Application Support/Adobe/Adobe Photoshop/Presets/
Windows:
C:\Program Files\Adobe\Adobe Photoshop \Presets\
Please note the following:
Photoshop brushes have a .abr extension. Put these files into the Brushes folder.
Photoshop gradients have a .grd extension. Put these files into the Gradients folder.
Photoshop [...]
| 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 | |||













