Archive

Archive for August, 2009

Mac OS X 10.6 Snow Leopard Compatibility List

August 27th, 2009

If you are wondering about whether your software will run on the new OSX Snow Leopard this is definitely a site to check out. Wikidot listed lots of OSX software and the how they run on Snow Leopard.

leopard

general ,

Benchmark your OSX system

August 26th, 2009

Xbench is a tool which benchmarks your Mac. It runs several tests like: harddisk, memory, cpu, graphics and more. The nice thing: it is free :D

Results after running xbench

Results after running xbench

Software ,

Readout sensors of an EEE Box running Ubuntu server

August 11th, 2009

Quintin, a friend of mine, showed me a way to readout the sensors of my EEE Box in Ubuntu server.

The first step is to install the lm-sensors package

$ sudo apt-get install lm-sensors

Then you need to load the w83627ehf kernel module using

$ sudo modprobe w83627ehf

In order to have your sensors detected launch the command below and follow the steps shown (basically you can just press [enter] to each question).

$ sudo sensors-detect

Now you can readout your sensors by using the command

$ sensors

Remember if you want to load the w83627ehf module every time the sysem reboots, you need to update your /etc/rc.local with the line:

modprobe w83627ehf
readout of my sensors

readout of my sensors

Linux , , , , ,

Optimizing Adobe Lightroom

August 3rd, 2009

Macperformanceguide.com posted a really interesting article about how to optimize your Adobe Lightroom performance. It turns out for example that when exporting 100 images, you can better export 50 images twice since Adobe Lightroom starts to process them in parallel. More tips can be found in the original article.

Optimization chart (image from macperformanceguide.com)

Optimization chart (image from macperformanceguide.com)

Photography, Software