There’s some interesting piece of software that I want to experiment with. It includes an example Rails application. Nice:
# apt-get install rails $ cd interesting-example-rails-app $ ./script/server Missing the Rails 2.0.2 gem. Please `gem install -v=2.0.2 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed. Uhm, well, why?
$ dpkg -s rails | grep Version Version: 2.
Read on
Allthough this being a hack to scratch my itch named KDE Bug 34682, it took me about 11h all the same. Find a ruby programm attached that dumps a timeline.
This is fork ware. It does what I want but if you need to tune it to your needs then fork it, send me a note and link back to this page, Thanks.
Tomas Pospisek, tpo_deb at sourcepole.ch
Read on
Here’s an improved version of mybackup, a MySql database backup tool. The changes against 0.9.5c are:
0.9.6:
option to exclude databases by default exclude MySql’s information_schema metainfo DB access TABLE STATUS rows by name instead of position use the standard ‘-’ for STDOUT instead of ‘BLANK’ which wouldn’t work open log file before writing any output Tomas Pospisek, tpo at sourcepole.ch
Read on
Update July 31, 2008 The current version is now hosted and documented on github.
Getting Started Install the latest version of the plugin:
./script/plugin install http://www.sourcepole.ch/svn/plugins/map_layers/trunk Create a controller and a view
./script/generate controller Map index Initialization of the map Add the map viewer initialization to the index action in the controller:
@map = MapLayers::Map.new("map") do |map, page| page << map.add_layer(MapLayers::GOOGLE) page << map.zoom_to_max_extent() end Add this to the head of your view:
Read on
Intro This article describes how to configure your Linux system to display an nice graphical image from the BIOS until your application or the login manager appear. No text should appear on the screen during that time.
The web is full with descriptions and tools that cover tiny parts of this process, however there seems to be no document that covers the whole path end to end. This document wants to do this and cover the whole stretch.
Read on