26
11
2008
Comments : 10 Comments »
Categories : Geeky, Software
Tags: 1Password, Geeky, Software
10
11
2008
Comments : No Comments »
Categories : Geeky, Software
Tags: Geeky, GTD, Software, Things
7
10
2008
Last weekend I reinstalled MacOS X Leopard on my MacBook Pro for it had some strange errors I couldn’t get rid of. Of course I did a Time Machine backups ahead to have my data safe during reinstallation. I didn’t chose to restore my personal account from a Time Machine backup during the installation as I wanted a clean and fresh system with all programs and settings setup up new and manually. This time I selected to create FileVault user account. This means my home folder is actually an encrypted image file. This image file will be descrypted and mounted as my home directory during login and gets automatically closed and encrypted when I log out.
This worked very well for the first hours. But then during manual installation of some programs and copying my backed up files a kernel panic occured with the grey screen of death. That’s the last thing you wanna see when you have a mounted encrypted image.
After reboot I still was able to login and everything looked OK. But my keychain was damaged. This wasn’t a big problem for the moment as there where only a few apps which made entries there. I repaired the broken keychain and everything was OK.
Then, after finishing my restore I tried to delete the old Time Machine backups from my external disks. This isn’t as easy as it seems. Just dragging it into the Trash bin and empty the Trash will take hours as the Backup consists of million of files. I tried that before….
This time I tried to delete the Backups.backupdb folder from the disk with simple Unix commands (rm -rf ). But this doesn’t work firsthand. Even as superuser I wasn’t able to delete the files. Always got a “no permission” error message. I then checked the usual suspects mds (Spotlight Metadata Service) and hidden file attributes (xattribs). But that didn’t helped.
Finally I connected the disk to another MacBook with the old Tiger 10.4 MacOS X and tried to erase the files over there. This worked well. So Tiger doesn’t care about special settings of these files and did it’s job.
After that I tried to start a fresh and clean backup with Time Machine again. But Time Machine told me that it couldn’t do a backup of a FileVault secured home folder while the user is logged in. This is logical but sad. As this is a laptop computer and I’m the only user I’m almost always logged in when this machine is on. And to extra log off to have a backup done is not really practical. So I decided to kick FileVault for a convinient Time Machine backup. This took a lot of space on my hard disk during the unencryption and about 2 hours.
But now everything is fresh and clean and even PictureSync is working properly again.
Comments : 1 Comment »
Categories : Geeky, Software
Tags: Backup, Geeky, Leopard, Software, Time Maschine
21
08
2008
Today I switched from LaunchBar back to QuickSilver. While crawling the Blacktree website I found some other interesting stuff.
First thing is Visor – an extension for the Terminal.app which offers a so called Quake-style Terminal window. When installed, Visor offers a global keyboard shortcut which opens a Terminal window. The Terminal window will slide in from the top of the screen. Another hot key stroke will hide this Terminal window again.


The second application from Blacktree is Nocturne. This will change your screen colors to a black/white screen for simulating kind of night vision:

The switch from day to night mode can be done automatically by sense of the light sensors of the MacBook Pros.
Comments : 7 Comments »
Categories : Geeky, Software
Tags: Geeky, Software
21
07
2008
If you need an temporary internet connection on the run and don’t have a special data rate on your mobile contract then maybe the Vodafone Websession is what you need.
This is a special mobile accesss point for session based internet connections. You will be charged on you normal telephon bill our via websession voucher. All you need is some special settings for the connection

You can choose to get 30 minutes, 1 hour our 24 hour session. For the 30 minutes session you’ll pay 1,95 EUR which isn’t quite cheap. But if you don’t have any data rate booked on your contract you’ll surely pay about 20 EUR per 1 MByte!!!
Normaly Vodafone is selling the Websession package with special UMTS/3G hardware like an USB-Stick or 3G ExpressCard. But if you got a mobile phone with an UMTS/3G modem which is recognized by your computer you’re all done. All you need is set up some special connection settings
Here are the “secret” settings:

APN: event.vodafone.de
username: my_username
password: mypassword
telephone number: *99***1#


Comments : No Comments »
Categories : Geeky
Tags: Geeky, MacOS X, Vodafone, Websession
1
04
2008

I finally got the evidence that Apples Mail.app from Leopard is causing the exceeding traffic I see on my root server. I mentioned this before in the podcast that there is something strange since the upgrade to MacOS X 10.5.
Since the update I got more traffic warnings from my provider. I didn’t believe this was due to increasing popularity of this blog and Google Analytics proofed that (unfortunatly). I then installed ntop traffic monitoring on my server to further track down the source of the exceeding traffic.
I had Apple Mail under suspicion because the problems started when some people around me and myself upgraded to Leopard.
Now I got the proof that this is caused by Mail.app. The new Mail.app in Leopard isn’t that stable and so it hangs from time to time. Then I can’t even quit it with forcing it to quit. So was this morning. Some of the Mail.app plugins stopped working and I decided to quit and restart Mail.app. But Mail.app hang during shutdown and wasn’t responding for more than 10 minutes. So I force quitted it and restartet Mail.app.
Everythings seems fine after restart. All my mailboxes where there, messages too and all the plugins where working properly.
But a few minutes after the restart I got another traffic warning from my provider stating that something had transfered 1 GB of data. I checked ntop and saw that this was IMAP traffic from my server to our office. So it was clear that this was caused by my cold started Mail.app
I also checked the system log of Leopard but didn’t found any usefull information on this behaviour of Mail.app. It seems that Mail.app had rescanned or even retransfered my whole IMAP mailbox due to this hard restart. But I can explain why that must happen.
Technorati Tags: Leopard, Mail, MacOS X
Comments : No Comments »
Categories : Uncategorized
Tags: Apple, Geeky, MacOS X, Mail
25
03
2008
With the updated Safari Browser in Version 3.1 it’s now possible to prevent links to open new browser windows. This settings is available in Firefox browser for a long time. But it’s still not easily available for Safari. Although you can explicitly open a link in a new tab, you can’t prevent opening a new window and instead send it to a tab by default.
But with a little help from the Terminal you can achieve this goal easily:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
found this a few days ago at fscklog
Technorati Tags: Firefox, Safari
Comments : 2 Comments »
Categories : Uncategorized
Tags: Apple, Geeky, MacOS X, Software
20
03
2008
The all new Safari in Leopard has some nice developer features one might now from the Firebug Addon for Firefox browser. I favor the network view here:

You can enable the developer mode in the Safari preferences pane under “advanced” settings.
Technorati Tags: Firefox, Safari
Comments : 3 Comments »
Categories : Uncategorized
Tags: Geeky, MacOS X, Software