Activate Single Window Mode - Safari

Since Safari 3.1 it's possible to use Safari in single window mode.
That means all links which normally open up a new window, now simply load in a new tab in the current window.

To activate this behaviour, enter the following command in terminal:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true

To reverse:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false
Related Entries:
Boot iPhone or iPod Touch in verbose mode
Alway boot Mac OS X in Verbose Mode
How to force your iPod Touch into restore mode
Comments (0)  Permalink

Boot iPhone or iPod Touch in verbose mode

To boot your iPhone or iPod touch always in verbose mode, which is actually very useless, but looks cool, follow these steps:

  1. Make sure BSD Subsystem is installed
  2. Make sure Term-vt100 is installed, or you are able to set up a ssh session via your mac or pc
  3. Open up the terminal on your portable or computer and type the folowing command:
    nvram boot-args="-v"
  4. and enter:
    reboot
  5. Done.
  6. To go back to the normal boot logo:
    nvram boot-args=
Related Entries:
Fix for Weather icon not changing
Remove Application space limit
Removing Dropear SSH from iPhone or iPod Touch
How to make screenshots on iPhone or iPod Touch
Merging the Music & Video icons
Comments (4)  Permalink

Alway boot Mac OS X in Verbose Mode

To boot Mac OS X in verbose mode, you could hit Command+V during startup, which brings up the familiar white on black console. If you'd prefer to always see the system messages on boot, you can adjust the firmware from the Terminal with the nvram command.

To turn on Verbose booting, at the Terminal type the following:
sudo nvram boot-args="-v"

Disabling Verbose mode:
sudo nvram boot-args=

And to see the current firmware nvram settings:
nvram -p
Related Entries:
Boot iPhone or iPod Touch in verbose mode
Activate Single Window Mode - Safari
Secure Gmail Notifier using hidden preference setting
10.4.8/9 to 10.4.10 upgrade guide
How to force your iPod Touch into restore mode
Comments (0)  Permalink

How to force your iPod Touch into restore mode

Warning: This should be used as a last resort, restoring will erase all of your data
  1. Firstly, you must have the iPod Touch plugged into your computer while doing this.

  2. To start, press and hold the home and sleep/wake button, the power off option will appear but ignore it. When the apple logo appears let go of the sleep/wake button but keep holding the home button.
  3. After a few seconds you should see the connect to iTunes image (you can let go of the home button now).

  4. Open iTunes and it should recognize your iPod Touch, if not unplug your iPod and plug it back in again.
  5. Restore your iPod Touch by clicking the "Restore" button on iTunes.
Related Entries:
Boot iPhone or iPod Touch in verbose mode
Fix for Weather icon not changing
iPod Touch 1.1.1 to 1.1.2 upgrade guide
Remove Application space limit
Removing Dropear SSH from iPhone or iPod Touch
Comments (4)  Permalink
1-4/4