Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Generate Custom XML with Perl CGI.pm

I want to output custom XML without any HTML or DTD tags using CGI.pm Here is my hack to get what I'm after: #!/usr/bin/perl use strict; use CGI qw(:standard -any); # use the -any option to turn on custom tags # e.g. I can use $r->item("Item Content") to create # Item...

Accessing Cisco Clientless SSL VPN from Linux

At home I run Linux pretty much exclusively so anything I do at work tends to run the cross platform compatible path. When configuring a 'clientless' VPN on the ASA you install Cisco provided java plugins for Remote Desktop, ICA (Citrix), VNC and SSH/Telnet access...

Aptana 3 Rocks

Been trying to find a free (as in beer) development environment that is easy to use and configure with sensible defaults. Just downloaded Aptana 3 and after 2 days use. We have a winner. Things I like: Downloaded both Windows and Linux clients - Install was easy on...