Category: WebDev & Code
-
cciss-vol-status on Ubuntu didn't work, it was cciss_vol_status
In the hope I find this post next time I’m trying to monitor a SmartArray drive controller, A fresh install of Ubuntu 10.04, installing package cciss-vol-status didn’t seem to work. I couldn’t even find the file on the system using ‘locate’. For some reason, it installed as cciss_vol_status (using underscores instead of hyphens).
-
ruby on rails sql_type – A reminder for me
I treated myself to a rails training course last weekend (with Well House Consultants, rather good, I’ll write about it if I get around to it). Immediately I start to create my first ruby app and I forget all the sqltypes I can use in my Model and where to look them up. As I…
-
Migrating Coldfusion to Open Bluedragon – form.FIELDNAMES
This is a note for my future self, because something tells me I’ll come across the same problem again…. The old server ran Colfusion MX 6.01, the new server is running Open Bluedragon, the near equivalent to Coldfusion 7 or 8. (Colfusion MX6.01 doesn’t work properly with Apache 2, or more recent linux operating systems…