Really this is just a journal for me to aid my failing memory, so if I, or an acquaintance, has a question I might, more quickly, find a previously researched answer. But this page is also Rants n Raves on Saving Earth and using Technology to help us do so, or whatever else I feel inclined to babble on about.
Wednesday, October 29, 2008
Mac image viewer - Sequential
Sequential
which I downloaded from here Softpedia
As of this posting they are at version 2.0.1
Allows windowed or full screen (sequential) viewing of images in folder.
Double click on an image and then keep viewing other images found in same folder.
Exif information viewable.
Tuesday, October 07, 2008
Removing Thumbs.db on OS X
Seeking out a bash script that would erase them all I found:
find / -name "Thumbs.db" -exec rm '{}' \;
I moded that to this:
find /Users/Dee/Pictures/ -name "Thumbs.db" -exec echo '{}' \;
1) to save time time I changed the starting point from '/' (root) to my '/Pictures' dir.
2) I changed the 'rm' (remove' command to 'echo' to *see* what files and where that it would be targeting - silly I know but some small piece of mind, and I love watching a busy terminal .. yeah I know, "small minds ..."
Friday, September 26, 2008
Login Window shortcut for OSX Fast User Switching
As is you have to use the icon in the menu bar.
I found many references to this and the simplest, for me was this:
The code is simple to actually take us to the Login Window (without closing our applications as SHIFT COMMAND Q does
Here's the code we want to run:
/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend
You could create a work flow to run that command, put that in your dock or make a hotkey for it.
As I use Quicksilver rather than the Dock, it comes with the ability to install triggers.
So now when I hit Control-Option-Command L I go straight to the Login Window.
Friday, September 19, 2008
Lost iTunes Library, Found iPod
Other options are there and here's a simple example of such for OS X users
cp -R /Volumes/<name>/iPod_Control ~
ls -a |
Sunday, September 07, 2008
Wilderness Quotes
Earth provides enough to satisfy |
Chief Seattle's Thoughts
Keep It Simple Stupid!
|
Important Groups of Wildlife Habitat Plants - Australia
Top habitat plant groups which provide many resources are:
Eucalyptus, Angophora, Melaleuca, Acacia, Banksia, Leptospermum and Kunzea.
Shelter plants -
many Acacia (wattles), Leptospermum (tea-trees), Melaleuca (paperbarks), Bursaria (blackthorn), Hakea, Ceratopetalum (Christmas bush), Kunzea, Clematis, Pandorea (wonga-wonga vine), Rubus (native raspberry) and any dense and/or spikey planting.
Insect-pollinated plants -
Acacia (wattles), native peas (eg. Dillwynia, Hardenbergia, Kennedia), Leptospermum (tea-trees), native daisies (eg. Olearia) as well as Hibbertia, Clematis, Pomaderris.
Nectar plants -
Banksia, Grevillea, Hakea, Correa, Lambertia (mountain devil), Callistemon (bottlebrush), Eucalyptus, Angophora, Melaleuca, Xanthorrhoea (grasstrees) and others with big showy flowerheads, Epacris.
Seed plants -
Eucalyptus, Angophora, Acacia (wattles), Casuarina and Allocasuarina (she-oaks), Glochidion (cheese tree), Lomandra, native grasses (eg. Themeda, Danthonia), rushes (Juncus) and sedges (Gahnia).
Fruit plants -
Acmena, Syzygium (lillypillies), Ficus (figs), Alphitonia, Trema, Cissus (native grape), Persoonia (geebugs), Dianella (native lily), Breynia, Stephania, saltbushes and many rainforest or wet forest species.
Native bee plants -
Persoonia (geebungs), native peas (eg. Hovea, Pultenaea), native daisies (eg. Helichrysum), heath plants (eg. Epacris, Leucopogon), Goodenia, Tristaniopsis (water gum), Leptospermum.
Native butterfly plants -
native peas, native daisies, native grasses (eg. Poa), sedges and rushes (eg. Carex, Juncus), Lomandra, Dianella, Bursaria (blackthorn), Macrozamia (burrawang), Dodonaea, Zieria, Correa, Indigofera, Cupaniopsis (tuckeroo), Melaleuca and mistletoes.
Hope I spelt them all correctly, let me know if any of the links are dead!