Archive for the ‘CLI’ Category

Copying a disk image onto a CF card using Unix dd is a trivial task (unless you make a mistake when specifying the output file (the of= option) — recovery from that kind of mistake can be a bitch. )

dd if=disk.image of=/dev/da0

dd starts copying with a default blocksize of 512 bytes.
Copying a 4 [...]

Monday, January 25th, 2010 at 15:59 | 2 comments
Categories: BSD, CLI, Linux
Tags:

I've finally put the (rather messy) source of jndcalx on Github for you to grab, fix, and improve on.
jndcalx runs on a computer with installed Lotus Notes (Mac OS X, Windows or Linux) and a Web server, and it creates iCalendar output (.ics) on the fly, without having to manually export and import your calendar. [...]

Sunday, January 3rd, 2010 at 20:27 | 0 comments
Categories: Apache, CLI, DomiNotes, MacOSX

The other day, a friend and I where making fun of somebody who is known to say that the DNS is always at fault. Since no normal human being knows what dig is, let alone how to use it, we thought of building a mail to DNS gateway as a joke. Anyhow, the whole thing [...]

Saturday, November 28th, 2009 at 17:51 | 0 comments
Categories: CLI, DNS, dnsbook
Tags:

Mac OS X' iCal has a Birthdays calendar which pulls birthdays you set in Address Book and displays them, and this works very nicely, but it doesn't satisfy my needs. First, because I manage birthdays differently, and second, because I sometimes have more than one birthday reminder for a single address book entry. (E.g. one [...]

Sunday, November 22nd, 2009 at 13:45 | 0 comments
Categories: CLI
Tags: ,

Martin's GhettoPush, which I talked about recently is being heavily used here. So much, that I've implemented some changes, that Martin has kindly merged back into his master repository.

The two additions I submitted to the code are both very similar — almost identical. They enable us to exclude certain e-mail messages from being Prowl'ed. You [...]

Saturday, November 14th, 2009 at 20:49 | 0 comments
Categories: CLI, IMAP, Linux, MacOSX, Mail, Mobile
Tags: ,

Prowl is a Growl-like client for the iPhone which accepts notifications from your computer (Mac, Windows) using push. UNIX and Linux systems are also supported via a third-party API that you can use to build your own applications. Installing Prowl is easy enough, and doing so in conjunction with Growl is well explained.
In order to [...]

Thursday, November 12th, 2009 at 21:15 | 0 comments
Categories: CLI, IMAP, Linux, MacOSX, Mobile

The Bacula project released version 3.0.3 with a number of important changes, and Stefan has packaged it for the ReadyNAS NV+. I've beta-tested the port, and it works like a charm.
The download is coming to a site near you as soon as possible, and I've already written about how I got it set up.

Wednesday, November 4th, 2009 at 21:48 | 0 comments
Categories: Backup, CLI

I recently mentioned to Stefan Rubner that the Bacula network backup toolchain would be a really great addition to the line of tools available for the ReadyNAS NV+-line of NAS devices, so he got cracking and ported Bacula 3.0.2 to that platform under the condition that I would beta-test it.
What I want to have running [...]

Saturday, October 31st, 2009 at 10:29 | 1 comment
Categories: Backup, CLI, Hardware