Table of Contents

MAC experience

Moving to Linux

I created a Linux partition on my mac. Here you can find details on the procedure followed and of the problems solved.

Multimedia lesson on the WEB

To make avaialable the lessons of my master course on the WEB, I succesfully experimented the following hw/sw:

Keeping more MAC up to date

The PERL script here allows to keep some parts of the file system of more MAC synchronized. In particular, the Address Book, the iCal events, the Keychain items and the Safari bookmarks, in addition to distinct sub directories of you Documents folders. It works using rsync. This means that iCal events are merged, but Address Book and Keychain databases are overwritten, not merging multiple changes. I use it to keep office and home mac in a consistent state. As a side effect, the USB disk used becomes an up-to-date backup of the items in the synchronization list. Configuration parameters for the script may be saved in you $HOME/bin/dumpa.config file. Sample config file here. The script is still experimental. So I don't guarantee its safety, although I'm currently using it to avoid moving my laptop to and from my office/home.

Creating booklets

I found a nice “service” at this link that allows to create a booklet from any thing you can print on MAC OS X.

Once installed, from the print window click on the “PDF” button and choose “Create booklet” from the menu. After a while, you'll see a Preview window with the booklet version of what you printed.

Using wireless

My MacBookPro wireless is not so sensible. In different situations where collegues with other kind of laptops were able to use wireless pretty decently, my MacBookPro was not able to either connect to the wireless. To the purpose, I tried to use alternative solutions. I bought USB wireless adapters that demonstrated to work much better than the internal one. You need to install additional drivers, but then in emergency situations you can appreciate the effort!

I used two adapters: ASUS WL-167g and D-Link DWL-g122

The procedure is as follows:

Mac OS X with ALICE

I have an ALICE ADLS connection at home. Recently I experimented some problems with the connection (in particular using SSL-SCP) that disappeared disabling the Windows Scale Option in TCP. To temporary disable the option, use the following command (as root)

sysctl -w net.inet.tcp.rfc1323=0

To re-enable it, same command with 1 instead of 0 as parameter. To make permanent the change, edit the /etc/syslog.conf file and add the following line:

net.inet.tcp.rfc1323=0