MacBook Pro Glitching Fix

Just fixed an annoying problem that started when I upgraded to Lion. When dragging something to the dock from finder, or from a stack to Finder there would be a flash of strange coloured graphics at random points around the screen. It’s gone too fast for me to do a screenshot but I may try to get a small video of it.

Anyway, the fix is easy and involves turning the dock from 3D to 2D mode.

The Terminal commands are as follows:

defaults write com.apple.dock no-glass -boolean YES
killall Dock

The first command sets the Dock into 2D mode, the second command resets the Dock to allow the changes to be seen.

Below is the About This Mac screen. It’s an old (Powerbook G4 Style) MacBook Pro, Core 2 Duo.

Now I just need to find out why it takes so long to boot up.

MacBook Pro - About This Mac

SSDs Not Secure

Some tests carried out by the “Non-Volatile Systems Laboratory” have revealed some serious flaws with SSDs ability to be securely erased. When using standard tools designed for spinning disks, the results were understandably bad. They also tried the built-in “Security Erase Unit” command and the results of this were generally not good. After being securely erased, most of the SSDs still contained some large fragments of the test files.

Some secure erasure software would be similarly inefficient for hard disks anyway, as things like remapped or bad sectors can still contain readable data which may not be erased during the process.

The simplest solution for securely erasing any data is to completely destroy the storage media. For hard drives this means making a real mess of the platters, for SSDs it means wrecking the whole PCB, data chips and controller chips.

Read More On Slashdot

Safari Mac Bug

Safari Mac Users need to disable Autofill within preferences. Apples browser defaults autofill to allow malicious websites access to your details from your address book without consent. This can potentially be used for identification fraud.

Read more