Jan 28

Assistive Technology Hackfest

Hi Everyone!!!!

Just wanted to announce that I'LL BE AT THE ASSISTIVE TECHNOLOGY HACKFEST that will have place during the CSUN Conference on March 22-27 and that's not everything, I'll also be sponsored by the GNOME Foundation....

So, Many many thanks to the GNOME Foundation for this opportunity......

Jan 01

Multiple Exchange accounts on IPhone

I did it like this:

(You'll need ssh on the IPhone)

1-) Configure one of the exchange accounts on the iphone

2-) SSH you're IPhone and cd the /private/var/mobile/Library/Preferences folder

3-) Execute "plutil -convert xml1 com.apple.accountsettings.plist" (This will convert the plist file to xml)

4-) Copy the converted file to your local machine

5-) Remove the configured Exchange account from the IPhone and configure the new one.

6-) Repeat steps 3, 4 and 5 for each Exchange account.

7-) Merge all the files you copied locally.

8-) Copy the new file (The merged one) to the IPhone (Same folder and same name)

9-) Go to the IPhone mail settings and try disabling and enabling one of the accounts (This will refresh the mail/contacts/calendar settings)

10-) Enjoy

Nov 27

Rabbitmq and iptables

FYI:

If you anytime want to install rabbitmq in a machine running iptables, please, remember to ACCEPT everything comming from localhost (at least the ports needed by rabbitmq and erlang).

To add to the iptables.rules file

-I INPUT -s 127.0.0.1 -p tcp -j ACCEPT -I INPUT -s 127.0.0.1 -p udp -j ACCEPT

Bye

Nov 01

Moving to Mingus

Hey,

I just installed Mingus. It is a blog engine based on the famous framework django.

It's kind of strange because it's the third time I change my blog engine and I usually don't write posts.... =D

Let's try to keep this one updated.