Fedora |
Updated July 6, 2008
Fedora Ruby is Working again, as of ruby-1.8.6.230-4 (Released July 3, 2008). The following can now be disregarded, but is being kept online for reference/archival purposes.
|
|||
Standard Disclaimer These instructions are a work-in-progress, and not all issues have been fully worked out yet. If you spot an error or have a quick fix, please comment below and help make this HOWTO more useful. Thanks! Please don't attempt this procedure unless you're comfortable with mucking around with your machine's configuration files. If you're really that inexperienced, you should wait until someone publishes a proper RPM to auto-install and configure these things for you. Thanks! |
|||
As I've previously mentioned, I'm having a blast doing "self-funded R&D". Playing with all these new technologies is a rewarding, refreshing change from the old Day Job, where I didn't have as much opportunity to play with these toys, figure out what toys I liked, and evangelize the hell out of 'em. On that note, I've recently been playing with Rails 2.0.2, using RadRails (Aptana Community Edition) on Fedora 8, of course. Just for fun, I've managed to graft a third-party Ajax Toolkit on top of it. While it's functional, this solution totally needs some work under the hood. Lots of hard-coded glue stubs just to get something barely operational. Blecch. Overall, though, I still kind of like how this little experiment is turning out. If you're looking for easy alternatives to do something similar, you might want to check out Jester.js as your middleware glue. It's essentially an ActiveResource proxy in the client's web browser, and is capable of making some of this glue work ridiculously easy. For this experiment, I decided against using Jester.js, as I wanted to get deep down and dirty, getting as hands-on with the integration as possible. Anyway. Here's a quick attempt to mock something up under my Frankenstein Solution. Yay, I have a TreeView. While the screenshot can't illustrate this, the TreeView actually does lazy-loading from the FrankensteinServer when you click on the tree nodes for expansion. OK, so maybe that's not the most impressive thing in the world. I still had a great deal of fun figuring all this stuff out. I'll post more impressive combinations as I prototype them. For now, though, I'm happy to have a starting point to work from.
|
|||
Blecch, I keep getting nailed by this whenever I juggle around my external or removable hard-drives that have Fedora Linux loaded on them. These are the "magic three" that convince Linux to recognize LVM-allocated partitions on removable disks. Perform these commands as root: lvm vgscan lvm vgchange -ay lvm lvscan Thanks to the LVM2 FAQ for providing a comprehensive document, but I really only need these commands to be on my way. This is posted mostly for my own convenience and reference, but I'm sure there are others out there who could use the quick answer. The first two should be enough to activate the partitions, but I added the third so you can see what's actually there. These LVM-allocated partitions should be available as devices under /dev/mapper. |
|||




Recent comments
1 week 5 hours ago
1 week 6 days ago
2 weeks 1 day ago
3 weeks 6 days ago
4 weeks 16 hours ago
4 weeks 16 hours ago
4 weeks 17 hours ago
7 weeks 5 days ago
8 weeks 1 day ago
8 weeks 1 day ago