Thursday, March 28, 2013

PLDT MyDSL HG530


 How to access PLDT MyDSL HG530 DMZ settings?

If you are using PLDT MyDSL HG530 Modem, your default gateway should be 192.168.1.1.
  1. Enter 192.168.1.1 on the address bar, when prompt with login. use username: adminpldt, password: 1234567890
  2. On the left pane, click Basic, under that choose NAT.
  3. click on DMZ, enter the IP address you would want to access in WAN.
  4. click submit.
To make sure that your entry has been saved, try to restart the modem and access the dmz settings again. 

Tuesday, March 26, 2013

The bit bucket


The bit bucket

Computer jargon as the "/dev/null"  means a place for disposing unwanted output messages from a process. A good program must always have an output in order for us to debug the errors. But if the process becomes weird  it start to freeze resources allocated cannot be released for other computing needs. The memory allocation will always be reserved for that process.nd this type of programs may cause  "Kernel Panic" or "BSOD"

From the "Zen of Python"
by : Tim Peters

Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.