Posts

Namely + hiding its icon

· Apple

I recently started to use Namely but having its icon in my dock was quite annoying (like to keep my dock clean).

Namely is an app that let’s you launch any application by typing in a few letters of that program’s name. Just type in a key combination ([Apple]+E here), and Namely’s window pop ups.

After a bit of Googling I found that it was possible to hide icons from the dock.

Rsync backups

· Apple, Linux, Software

My own simple rsync backup ‘script’.

You’ll need a rsync server, something to backup, and ssh-agent running to ease the process (or, fill in your password each time).

Add the following lines (using a terminal text editor) to a text file (".rsync" for example, hidden files under Unix-like systems), and chmod +x $file.

rsync --archive -uv --exclude-from=/home/you/.rsync_exclude \
--rsh="ssh -p 222" --delete --stats --progress /Users/you/Documents/ \
you@remost.host.com:/home/you/remote-backup-directory

This will upload any files in /Users/you/Documents to /home/you/remote-backup-directory.

Console Hamachi

· Apple, Errors, Networking

I wrote before, that the console version of Hamachi didn’t seem to generate tun/tap driver errors. But after rebooting my Mac I was no longer able to start Hamachi.

Nazgul:hamachi-0.9.9.9-20-osx yeri$ ./hamachi start
25 19:08:15.659 [   0] [14306] tap: connect() failed 2 (No such file or directory)

So I guess I’ll have to wait for a fix after all. :(

SMTP-server list

· Misc, Networking

Whilst on the move, it’s always handy to be able to send e-mails. Most providers tend to block all SMTP-servers, besides their own. Quite unhandy if you’re on a FON (or… well… open & unsecure) WiFi network.

Here’s a list with all mayor Dutch & Belgian ISPs their SMTP-servers.

Fon

· Misc, Networking

My Fon box arrived today!

Ordered it last Saturday (09/02), took just over a week to be delivered (by UPS).

Fon router 2Fon router 1

I bought “La Fonera” with a “Fontenna” for just over 6 (!) EUR. Fon’s having this cool promotion that La Fonera only costs around 4 EUR, and if you order a Fontenna with it, you get the Fontenna for just an additional 2 EUR. (And 6 EUR shipping costs. So just over 12 EUR total.)

Hamachi(X) on Leopard

· Apple, Errors, Networking, Software

When playing with KisMAC, I noticed something weird in my /var/log/system.log;

$date com.apple.launchd[1] (tuncfgd$pid) posix_spawnp("/usr/sbin/tuncfg", ...):
No such file or directory
$date com.apple.launchd[1] (tuncfgd$pid) Exited with exit code: 1
$date com.apple.launchd[1] (tuncfgd) Throttling respawn: Will start in 10 seconds

tun is (trying) to restart every 10 (!) seconds. I tried updating Hamachi’s tun/tap drivers, without any success. It kept restarting the process every 10 seconds.

After a bit of Googling, it seemed to be a known problem. So I decided to uninstall Hamachi & the tun/tap drivers.