Latest Publications

Hacking Competition.

Very interesting competition. More information at Here. Win Cash and prize while you hack away. It is a good way for hacker to show off their talent.

Lost your Windows XP password?

Today, I just discover that I forgot the Administrator password on one of my Windows XP machine. After searching for solution on Google, I found one of the best and free method to reset password on Windows XP machine. It is actually a security hole that Microsoft fail to patch. It work on my SP2 machine as well. So if you ever lost or forgot your password, try to reset it this way first before going out to purchase expensive program to reset or retrieve the password for you. Get the article from Here.

Dirtiest jobs in IT industry

Easy and good reading, back to work after an easy weekend.  7 dirtiest jobs in the IT from ComputerWorld.

Protect your email address from Spammer and Forgery

Domain Name is one of the most precious asset in online business. We should spent some time and effort in protecting it from being misused and get blacklisted. Today I am going introduce is SPF stand for Sender Policy Framework. It is an effective method to protect your domain from being used by spammer to send out spam email with your domain name. The framework is a technical method in preventing sender email address forgery.

How does SPF work?

SPF is a framework that need to be implement by both side of the email system, the sender and the receiver.

  • The sender need add a TXT entry in their DNS entry. This entry allow the sender to specify what host is authorized to send email using it’s domain name. For example,
    sitek.com.au.     TXT     "v=spf1 mx -all"

    This entry in the sitek DNS entry would mean that all sitek.com.au MX host are authorized host to use sitek.com.au domain name to send out email. They are allow to send out sitek.com.au email address’s email. More information on syntax can be found in www.openspf.org.

  • When receiver end, receive an email, it will need to check the sender email address DNS entry. If DNS contain SPF entry, check are perform to make sure that the sending host is one of the machine listed in the SPF entry. This prevent spammer from using your domain name to spam email.

We should encourage ourselves and other to implement SPF framework on their domain and mail server to help fight against SPAM. List of SPF implementation on the receiver end from here.

Hang rpm command?

Just encounter that today. Trying to install a rpm package. rpm –install xxx.rpm just hang there. After some search on google, found the solution to my problem.

The problem was RPM database was corrupted.

The solution is to remove the corrupt database, located at /var/lib/rpm/__db.*