Resetting the admin password for dns 323

First things first before your rusty brain can corrupt all your data:

Remove the hard disk from the bays

Use a paper clip to activate at the back of the device

Login using admin, password is blank.

Enable network settings

Add corresponding shares

If you are using boot from usb, remove the usb disk to default to telnet without user

Configure root

pwconv
passwd
usermod -s /ffp/bin/sh root
pwck
grpck
login
store-passwd.sh
reboot

Now rejoice and dust the old memory regularly.

getURL in Flash 9 and ActionScript 3

Create a symbol
Choose button
Select the button
Assign the action below


findMore.addEventListener(MouseEvent.CLICK, callLink);
function callLink(event:MouseEvent):void {
var url:String = "http://www.your-url.com";
var request:URLRequest = new URLRequest(url);
try {
navigateToURL(request, '_blank');
} catch (e:Error) {
trace("Error occurred!");
}
}

Based from: http://scriptplayground.com/tutorials/as/getURL-in-Actionscript-3/

A big chapter of this life is the freedom of wheels

22 Jan Friday
I got my professional Australian license

23 Jan Saturday
Had my first drive with my wife in Baby’s Galore Taren Point

24 Jan Sunday
We went to the church and then purchase a GPS.
Had my first top-up of fuel in Caltex (Premium Petrol 98 RON).

26 Jan Tuesday
Had driven 120kms to Wollongong to celebrate Australia day with style =)
Had my first car noise when swerving at 100kph downhill.

I’m loving this freedom and very thankful

Wolfram Alpha is too academic and claustrophobic

Wolfram Alpha is probably a project designed by scientists that came from a science school.

It displays numbers, graphs, semantics and tables. I love how it presents information discovery like in the case of the term ‘apple’ where it displays the company and then the next option is about the fruit. I don’t know if it is using some form of page ranking or trending. Well apple as a brand is stronger compared to the fruit.

One other thing, I am stuck on the page and I get this feeling of being contained in a box. I guess it is backward to get all that I want from a single website. It feels like being in a library on your own with a huge book.

But then again, it is good to see an alternative to a growing behemont like Google. I just hope that this in not just a hype like Cuil.

Bushfire density map prototype

Note: This is purely for educational purposes only and there is no warranty for the validity of information. Hopefully there is someone out there who will refine the code for the community to utilise the technology effectively.

Data use: http://sentinel.ga.gov.au/GPX/hs00to12.gpx ; 16 Feb 2009 16:38 Sydney Time

Resources:

http://jeffreybarke.net/2008/07/density-map-tutorial/
http://sentinel.ga.gov.au/acres/sentinel/gpx_data.shtml