How to create iTunes Store account without credit card details?

Recently we’ve bought an iPod Touch (8gb model) and obviously went to iTunes Store to check out/download some applications… On first access, it prompted me to create an account, so I followed on-screen instructions to do so. The problem came out when it asked me for credit card details. I do not have one, and [...]

Mac OS X and colorized Terminal.app

I used to like colorized bash prompt on my Linux boxes, whereas default Terminal.app prompt will give you a bit boring colors.
You can change that with below snippet of code in your .bashrc
PS1=’\[\033[01;32m\]\u\[\033[01;34m\] @ \[\033[01;31m\]\h \[\033[00;34m\][ \[\033[01;34m\]\W \[\033[00;34m\]]\[\033[01;32m\] \[\033[00m\]‘
If you want to test above prompt without doing any changes to your current/default prompt, you can [...]