Author Archives: Pod Master

About Pod Master

The difference between stupidity and genius is that genius has its limits.

Amazon – Ubuntu CPAN Perl Install

If you experiencing any issues with installing, upgrading or managing CPAN perl libraries on a refreshley deployed Amazon EC2 instance make sure you have your build essentials!! Run: sudo  apt-get install build-essential    

Posted in UNIX | Tagged , , , , , , , | Leave a comment

SNMP Cannot Find Module

For error such as: Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none) Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none) Cannot find module (SNMPv2-TC): At line 10 in /usr/share/mibs/netsnmp/UCD-DLMOD-MIB Cannot find module (SNMPv2-SMI): At line 34 in /usr/share/mibs/netsnmp/UCD-SNMP-MIB … Continue reading

Posted in Miscellaneous | Tagged , , | 1 Comment

Crashing Visio – Windows 7 64bit

Bugging me for ages!! Make sure you disable the ‘Bluetooth’ addon within Visio. It isnt a stable plugin and causes intermittent restarts of Visio (Well it was for me anyway)    

Posted in Miscellaneous | Tagged , , , , , | Leave a comment

Week Numbers – 2012

Week number From Date To Date Week 01 January 2, 2012 January 8, 2012 Week 02 January 9, 2012 January 15, 2012 Week 03 January 16, 2012 January 22, 2012 Week 04 January 23, 2012 January 29, 2012 Week 05 … Continue reading

Posted in Miscellaneous | Tagged , , , , , , , , , | Leave a comment

JAVAC Compiler Error: cannot find symbol

Ensure your $CLASSPATH  is clear and try again! caught me out .. Always compile all files in a package at the same time; for example, in the directory Javadir/ListPkg type: javac *.java  

Posted in Java | Tagged , , , , | Leave a comment

LightStreamer – |IllegalStateException|Please specify at least one cell|]

Ensure that the div data sources are declared before the script to populate is executed.

Posted in Miscellaneous | Tagged , , , , | Leave a comment

Ubuntu Static IP tips with VM

Ensure your DNS settings are configured to that of your service provider otherwise you will not obtain internet connectivity. Check your VM NAT network settings – the gateway is default as 192.168.149.2      not .1

Posted in Miscellaneous | Tagged , , , , , , , , | Leave a comment

Problem updating Windows 7 Hosts file

Ensure you have not saved the file with the TXT extension and you are opening your editor with administrator privileges.

Posted in Windows | Tagged , , , , , , , | Leave a comment

BT homehub local address

Try this address: http://bthomehub.home

Posted in Miscellaneous | Tagged , | Leave a comment

APE Server

Installing APE on Ubuntu Server 10.10 This small tutorial was made based on the ape-project install documentation. It summarizes things to help people get APE running on Ubunto ASAP.   This small tutorial was made based on the ape-project install … Continue reading

Posted in UNIX | Tagged , , , , | Leave a comment