Archive for the 'Ubuntu' Category

CrossOver Chromium vs. Firefox 3 - Javascript performance results

Monday, September 15th, 2008

An interesting thing happened on my way to the web today. While reading through my RSS feeds, I came across a story about CrossOver doing a Proof of Concept port of Chromium to CX. Interesting since the mighty “g” can’t seem to get it together for Linux. I’ve already downloaded and played […]

ubuntu: Using xdmcp in the Term Server Client

Sunday, March 25th, 2007

To enable xdmcp in the terminal server client for Ubuntu (edgy). By default the
terminal server client program has xdmcp disabled. To fix this just
install xnest:
# apt-get install xnest

installing pysqlite in a workingenv on unbuntu 6.10

Friday, January 5th, 2007

I tried setting up a workingenv for playing with SQLAlchemy today but I ran into a number of problems. First, since I had installed pysqlite2 via Synaptix, easy_install was not finding the package. So I had to uninstall the pysqlite2 that I had installed with Synaptix and then install with easy_setup.
However, […]