I copied this from Toastman: Flashing a new Toastman firmware version over an older one usually won’t erase your old config. However, try this method: 1) If you paste “nvram export –set”…
Month: May 2011
Converting a SSL certificate from CRT format to PEM
Some Linux applications (e.g. webmin and dovecot) require pem certificate files, to do this we use OpenSSL to convert them to pem. Step 1: openssl x509 -in ssl.crt -out ssl.der -outform DER…
Outlook cannot parse the property ‘created’ near line x – problem solved
When using Google Calendar with Outlook 2010 you may get an error like: “Task Internet Calendar Subscriptions’ reported error (0x0004002B) : ‘Outlook cannot parse the property “CREATED”, near line x. The property…
AirPrint and Ubuntu
This is what i did for my Canon MX850 to get AirPrint working on my Ubuntu system. 1. Have a Standard install of Ubuntu Desktop. 2. Go into the CUPS interface and…