Monthly Archives: March 2007

Dell Linux Survey

Dell has put up a Linux survey.  Please go take it now if you want to see Linux on Dell computers! I see Linux (any distro, I’m really not picky) being preinstalled by OEM’s as being the major “feature” missing … Continue reading

Posted in GNU/Linux, Technology | Leave a comment

PostgreSQL Killed My Harddrive

The harddrive died in the server that dumps our firewall’s syslog output into a nice PostgreSQL database for easy reporting. PostgreSQL didn’t do anything evil in order to kill the drive, but because it syncs data to the harddrive for … Continue reading

Posted in PostgreSQL, SQL, Technology | Leave a comment

Connecting SQLObjects to PostgreSQL via SSL

I’m trying to learn TurboGears, but I got stumped yesterday trying to figure out how to connect to PostgreSQL via SSL. Turns out this works in SQLObject (TurboGear’s default ORM): sqlobject.dburi=”postgres://username:pass@servername/mydb sslmode=require” Turns out the syntax I was trying to … Continue reading

Posted in Open Source, PostgreSQL, Python, SQL, Technology | Leave a comment

ATI Proprietary Linux Driver Annoyance

If you use dual monitors with an ATI video card and Gnome, don’t use Gnome’s Screen Resolution capplet. The Screen Resolution capplet will reset the “DesktopSetup” option in your /etc/X11/xorg.conf file to the default of “clone“.If you’ve already used the … Continue reading

Posted in GNU/Linux, Open Source, Technology | Leave a comment