1. Here is a very useful instruction to install FreeNX server on Ubuntu Gusty,
and it works pretty cool! Much much faster than VNC.
2. To list files matches certain pattern in one directory, use the following command:
find . -name "*.c"
This basically find all the c-files in a directory.
Prediction Markets Redux
-
For those very long-time readers this blog extensively covered prediction
markets from 2006 to 2008. In a prediction market, you have a future event,
suc...