Wednesday, November 26, 2008

Checking External (WAN) IP

You can use:


curl whatismyip.org
wget -qO - whatismyip.org

There are many other ways too.

Tuesday, November 11, 2008

General Purpose Bit Flag not being set

This is an unreported bug in the Archive::Zip Perl module. This means that the level of compression will not be stored in the archives that are created, which may cause trouble with some extractors while inflating. PKWARE's application note on the .Zip file format states that these flags should be set.

Please see: http://use.perl.org/~alanhaggai/journal/37727 and http://use.perl.org/~alanhaggai/journal/37735.