WPS flaw on routers allows WPA protected WIFI networks to be cracked

This post discusses how one could use Reaver to make use of a flaw in WPS to recover a WPA password. Tomato and DD-WRT firmwares don’t support WPS so my network is safe. Lesson: buy and use a router that you can flash Tomato or DD-WRT.

On another note, WEP passwords could also be compromised using BackTrack.

Annotate or write on top of a pdf file

Sometimes I need to annotate a pdf file, either to take notes or to fill it out as a form since I have ugly handwriting; for the latter, I’m referring to the case where the pdf file does not have form fields you can type in with Adobe Reader. This post describes some programs for annotating pdf files. Xournal is useful when you just want to write on top of a file and print out the content; it converts the content of the original pdf file to an image and saves the old and new contents as a pdf file. I use Xournal on my Asus T101MT touchscreen netbook. Okular seems good except that you can’t save the annotated content and original content as one file or even print the annotated content with the original content.

I just tested Foxit Phantom via Wine and I am able to annotate, save the new pdf file, and print the old+new contents. For form-filling, I recommend printing to pdf as I noticed some glitches with how contents are displayed in the saved pdf files.

Bond prices and interest rates

I constantly have to review why an inverse relationship exists for bond prices and interest rates. This is a good explanation.

List open ports on computer using netstat

When you want to know what ports/services are opened on your computer, type the following in the command line:

netstat -tunelp | less

Math Software

This post has a good list of available math software.

WiFi Tether on HTC EVO 3D

Owned my HTC EVO 3D (rooted, stock rom) for almost half a year already and I have not gotten WiFi Tether working until now based on this post. I’m currently using version 3.9 Beta 9. To get tethering to work, I need to enable MSS clamping and Routing fix under Menu > Settings per this post. Yay! I can now tether when I’m away from home.

Play music in background or while multi-tasking on Android with doubleTwist

When I stream podcast files from Google Reader or play mp3 files, I like to be able to work on emails and other tasks. Most default music apps stops the music when another app is accessed. I found doubleTwist after some searching and it allows me to play music in the background. I don’t use it for it’s advertised features, syncing with iTunes.

Access or stream remote files on Android using EStrong File Explorer

I currently use AndFTP to download files remotely using the ftp or sftp protocol. For local file access, I use something like ASTRO File Manager or Linda File Manager. I recently discovered EStrong File Explorer, a file manager that lets me access both local and remote files. You can access or stream remote files directly without downloading it first. That is, you can select an mp3 file and play it with your favorite music app directly. It is like the remote server is mounted on the device like in Linux which makes file access feel seamless. Too bad streaming movie files like XviD is a little laggy with MX Video Player or Rockplayer Lite even when the server is on the local network.

Object-oriented programming in Python and Java

This is a great introductory series to object-oriented programming (oop) for Python. There’s also one for Java.

Public data sets

The Washington Post keeps a list here. There is also the UCI Machine Learning Repository.