I just need to completely wipe two hard disks (/dev/sda and /dev/sdb) in an old linux computer. To do this I booted a knoppix system and then ran the following commands:
[shell] shred -vfz /dev/sdashred -vfz /dev/sdb
[/shell]
I just need to completely wipe two hard disks (/dev/sda and /dev/sdb) in an old linux computer. To do this I booted a knoppix system and then ran the following commands:
[shell] shred -vfz /dev/sdaSometimes my MacBook Pro 2010 crashes, the crash report show problems with the nvidia driver. Sometimes it happens after waking up the systems, nut I also had crashes after a reboot during normal operation.
In the net I found the following hint, which helped me up to now:
In the directory ~/Library/Preferences/ByHost/ delete all files, that have “windowserver” in their name and reboot the computer.
To shrink a dynamically growing drive image (the parameter -stdinpass is need for encrypted images):
[shell] hdiutil compact -stdinpass file.sparseimageOn a laptop running on battery power the parameter -batteryallowed is needed, otherwise there will be an error “function not implemented”.
Airdrop is not available on older Macs running Lion even if the hardware is capable to do it. To activate Airdrop:
[shell] defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1If you are still using Skype 2.8 and switched to Growl 1.3, you need to update the Growl framework that Skype uses. Go to the Growl download page and get the Growl SDK (1.2.2 does work, at the moment there is no 1.3 version).
Open the downloaded dmg and change to the Frameworks folder. You need to copy the Growl.framework folder into your existing Skype installation (quit Skype if it’s running).
To do this, go to your Applications directory, ctrl-klick on Skype and chose „show package contents“. Then navigate into the Contents folder and replace the existing Growl.framework with the one from the Growl SDK.
Restart Skype and it should register with Growl.
[Update 12/01/2011] The Growl Version Detective, available from the Growl Download page, does this very trick for you and as well searches for other apps that use growl and might need an update.
For Growl 1.3 (App Store) to work with Mail.app under 10.7.1, you need to install the actual GrowlMail 1.3
Update: GrowlMail1.3 does not work with Mail.app 5.1 (OS X 10.7.2), there’s a new version 1.3.1 that does work.