Archive for November, 2009

links for 2009-11-29

Fortinet FCNSA

Fortinet Certified Network Security Administrator

Replacing MSN messenger with p…

Replacing MSN messenger with pidgin … waves at FB-Chat people

Revision 174869: 3rd Attempt at Fixing Multi-Post Issue.

Revision 174869: 3rd Attempt at Fixing Multi-Post Issue.

PlayStation 3 Firmware (v3.10) Update Preview

PlayStation 3 Firmware (v3.10) Update Preview

Bluecoat, Gmail (Google Mail) & Your request is being scanned for security purposes

This issue wasted an hour of my life :)

Recently users visiting google mail via the bluecoat proxy started complaining of popups which said…

Your request is being scanned for security purposes

Instead of “botching” it on the blue coat I offered my users a work around… something that they should be doing anyway… switch on encryption…. So within gmail -> settings -> general, tick the box…

GMail - Always Use HTTPS

This did the trick, my users mail is now more confidential than it was before and there were no more pop-ups :cool:

Revision 174191: Troubleshooting Feature Pack

Revision 174191: Troubleshooting Feature Pack

Revision 173490: 2nd Attempt at Fixing Multi-Post Issue.

Revision 173490: 2nd Attempt at Fixing Multi-Post Issue.

Revision 173076: Fixed Changelog, twoz backwards – DOH!

Revision 173076: Fixed Changelog, twoz backwards – DOH!

Revision 173068: 1st Attempt at Fixing Multi-Post Issue.

Revision 173068: 1st Attempt at Fixing Multi-Post Issue.

Display Pre-Shared Keys in ASA Running Configuration

Display Pre-Shared Keys in ASA Running Configuration

Uptime of the Firewall I’m loo…

Uptime of the Firewall I’m looking at: 1618 days 23 hours 30 minutes.

Carrier Will Unlock iPhones for Use On Rival Networks

Carrier Will Unlock iPhones for Use On Rival Networks

Version 0.1.3

I’m learning a lot with this plug-in development, it seems to be a lot more difficult than stuff I’ve done in the past.

In just a few days I’ve had to push out 3 bug fix releases! 0.1.3 has fixed the following..

0.1.2 broke auto updates.
Basically there was an error message in the dashboard that a user was complaining about, upon fixing this I realised that auto-updating stopped working… I’m using cron updating so I didn’t spot this right away. I have now re-tested auto updates, and it is working for me in 0.1.3

Execution timeout issues
linickx.com was having execution timeout issues, i.e. the script was being terminated by a low value in php.ini. set_time_limit(20) now happens before each fetch_feed to give each http request an extra 20seconds of execution time, I’ve also setup an is_running variable so multiple fetchs don’t happen at the same time, this should fix the multi-post issue I’m having here too!

config.php
I’ve also introduced a config.php so that upgrades do not overwrite $WPDIR set by users. It’s become apparent that users want to use cron to update their feeds, since run.php gets overwtitten on every upgrade then users would need to re-edit the file, this would become quiet annoying. Copy config.sample.php to config.php and users shouldn’t have to worry about upgrades breaking this as the package will be re-pushing the sample leaving your file un-changed… this is exactly how WordPress handle this issue in the core.

Fingers Crossed!
I’m hoping that’s the end of the bug fix releases and I can get on with Version 0.2 will be a feature release :)

Revision 171727: Upload Config.sample.php to Trunk

Revision 171727: Upload Config.sample.php to Trunk