Tiger Tips
A collection of useful articles and tips picked up since Tiger was released last week.
- Installing Tiger
- Write Your Own Automator Actions
- Writing and distributing your own Automator Actions
- Password Assistant
- Tiger includes a new Password Assistant which helps generate passwords when setting up user accounts. To access, click the Key icon you see when adding a password to a user account (in Accounts in System Preferences).
- Broken PHP
- It’s not really broken, the Apache webserver has been updated so you need to re-enable it in the Apache config file :
- Open the Terminal
- type
sudo pico /etc/httpd/httpd.conf - enter your password (must have admin rights)
- scroll down (CTRL-V) to the Dynamic Shared Objects section
- uncomment the line beginning
LoadModule php4_module - scroll further down to where the
AddModuledirectives are - uncomment
AddModule mod_php4.c - Save changes (CTRL-o)
- Exit pico (CTRL-x)
- Restart Apache by typing
sudo apachectl graceful - PHP 4.3 should now be re-enabled
- Using the new built-in Oxford Dictionary
- When running a Cocoa application, you can control-click on any word and select "Look up in Dictionary" from the pop-up menu. This will invoke the new Dictionary application, which will define the selected word.
- Safari is broken
- A strange one this. Installing Tiger broke Safari on my G5. I suspect it’s a isolated problem with my Mac but it became annoying because my default web browser had been reset to Safari. In it’s wisdom Apple has put the option to set the default browser in the Safari preferences, so I had to use More Internet to change back to Firefox.
- Remove Dashboard dock icon
- As Dashboard runs all the time and is activated by your chosen hotkey, you don’t need it’s icon taking up valuable space in your Dock, so why not remove it?
- Useful Widgets
-
- WiFi Hotspot Finder
- tailDash
- wikipedia
- where is the iCal widget?…
Posted 4 years, 2 months ago on 4th May 2005.
up
- The Lightsaber Wrist Fastener
- BBC Weather snubs the North
- Google Web Accelerator
- Revenge of the Bloodbath
- Tiger Tips
- Purrr...
- In a pickle
- Adobe buy Macromedia
- Unleashed
Comments
More essential reading on Tiger : Ars Technica’s review (all 12 pages of it) -
http://arstechnica.com/reviews/os/macosx-10.4.ars/
What a brilliantly clear and well-written tip - thank you so much!
Zelda Rhiando · www · 3 years, 10 months ago
Another Dictionary.app tip is that you can hold down Cmd-Ctrl-D and hover over a word to get a little drop down definition. It doesn’t work in all apps, Omniweb for example, but it seems to work in most.
Tommy · www · 4 years, 2 months ago