If you've got locked out of your CyberGuard / SnapGear firewall, as long as you still have SSH access you can regain access without doing a factory reset.
From the command prompt type "enableweb"
/> enableweb
The web interface has been enabled on ALL interfaces, for HTTP and HTTPS.
Please ensure you review the administration access control options.
As it says, this will re-enable access on ALL interfaces, including Internet, so you need to review the choices, FAST!
Saturday, September 26, 2009
CyberGuard / SnapGear - restoring http access
Wednesday, September 23, 2009
Google Sync on iPhone - only one instance allowed
Tuesday, September 22, 2009
Synology Diskstation - share music to iTunes



Sunday, September 20, 2009
OSX - bulk convert to PDF
OSX has a convert utility that you can use to bulk convert documents in PDF. IN essence if the OS support viewing and printing them, you can convert them.
Thursday, September 17, 2009
MSI WInd - updating to 10.5.8 on msiwindosx86.iso
So my Wind needed to be updated to 10.5.8. There aren't many instructions around as to what will break, but something always does.
I used Carbon Cloner to clone the HD to another USB drive. Although it wasn't bootable, it was a complete copy including my user profile, apps etc. So if it went horribly wrong I had a backup.
Monday, September 14, 2009
Vodafone 3g on OSX - now native Intel

Friday, September 11, 2009
Unable to install iPhoto
iPhoto 8 was supplied with my MacBook Pro 13". But at some point its got corrupted, and when I launch it I get an error.
Google Docs - bulk upload
Here's a cool way to bulk upload to Google Docs. It works with all Google accounts eg plain vanilla gmail ones where your account is name@gmail.com as well as Apps accounts where your account is name@domain.com.
Wednesday, September 9, 2009
Removing entries from Firefox's auto complete
- Click on the form field and press the down arrow key to display all the saved entries. You may type the first few letters of the entry to limit the number of entries displayed.
- Use the down arrow key or the mouse pointer to highlight the entry you wish to delete.
- Press Shift+Delete. The entry will be removed.
- You may repeat the process for any number of entries for a particular form field.
- At the top of the Firefox windowOn the menu bar, click on the Tools menu, and select Clear Recent History.... A dialog box will appear.
- In the dialog box, set Time range to clear: to Everything.
- Click on the down arrow beside Details, make sure only Form & Search History is check marked.
- Click Clear Now. The dialog box will disappear and your form history will be erased.
Friday, September 4, 2009
Using SARG on OSX 10.5
If you use Squid on OSX then likely you'll want to analyse your log files.
I've been using SARG (Squid Analysis Report Generator) for some years on OSX 10.4 and apart from the index sort going wrong now and again, its worked well.
Now I need to run it on 10.5, and thats a problem. The 2.08 version comes packages DMG and the installer runs OK, but always I get the error
- SARG: (index) Cannot open file: index.sort
- /usr/local/squid/var/logs
- /var/www/html
- download SARG 2.231 http://www.d2m.com.br/community/sarg_port/sarg2.231-mac-os-ppc-build.zip
- unzip etc and put in /Applications
- sudo sudo mkdir /usr/local/sarg2.231
- sudo cp -R /applications/sarg2.231/languages /usr/local/sarg2.231/languages
- sudo cp -R /applications/sarg2.231/exclude_codes /usr/local/sarg2.231/exclude_codes
- sudo cp -R /applications/sarg2.231/images /usr/local/sarg2.231/images
- /applications/sarg2.231/logs
- -l switch to specify the log file
- -o switch to specify the output directory
- /applications/sarg2.231/bin/sarg -l /applications/sarg2.231/logs/squid-access.20090715.log -o /applications/sarg2.231/reports
- /applications/sarg2.231/reports/index.html
