The google ads, that you can find on almost every site nowadays, including CreativeBits really are useful. The most important positive thing about them is that they are relevant to the subject of the ... 

Today I’ll tell you about a feature that’s not really useful, but it shows that programmers at Adobe are fun people or have too much time on their hands. You decide.

Alt click the little ... 

Want to be über cool? You can have a personalized greeting for your terminal sessions.

    personalized Terminal greeting

  1. Open Terminal and get root access by typing in:
    su
  2. Enter your password.
  3. Now you will open a Terminal word processor to modify the default greeting:
    pico /etc/motd
  4. Delete the default and type in your message. It can be several lines. Even an ASCII art.
  5. Press CTRL-X, than ‘Y’ and enter to quit and save.
  6. Press Apple (or otherwise known as Commmand)-N to open a new window and see the result of your hack.

If you are regular reader you already know how to manipulate ...