itintheory.blogspot.com

The .ova file format is a tar file with a .ovf file inside. tar xvf virtualboximage.ova

When deploying code with Capistrano (depending on your configuration) at some point Capistrano tries to check out code from your...

justincarmony.com

As Justin Carmony points out, Mac OS Lion changed its behavior towards DNS and the usage of /etc/hosts (it quite...

Consider you have a file that uses improper encoding on special characters. Example: You see the latin1 version "ñ" for...

Sometimes you need to restart the Gnome panel, e.g. when you installed a new Gnome panel widget but the widget...

makandra dev

This describes all the steps you'll need to get Solr up and running for your project using the Sunspot...

makandra dev
github.com

Use the command geordi migrate to migrate your databases and to prepare them before running tests. The abbrevation geordi m...

Our gitpt script to generate git commits from Pivotal Tracker stories has been tweaked and polished and is now part...

Under XFCE keys like tilde are dead by default, which is impractical for programming and terminal work. To get rid...

If you are using Mobiscroll for date pickers on touch devices, here is how to localize the Mobiscroll UI into...

Add a separator between left-aligned and right-aligned items. In the separator properties, set the style to "Transparent" and...

webupd8.org

SkypeTab-NG (NG stands for Next Generation) is a tool that adds tabs to Skype for Linux. Besides providing a...

If you're using Paperclip to store and convert images attached to your models, processing a lot of images will...

github.com

When Rack::Bug has been added to your project and your Apache2/Passenger only replies with an Error 500 (Internal Server...

github.com

Framework to write command-line apps in Ruby. Comes with a nice way of processing parameter options, some utility classes...

I have a pair of headphones connected to my desktop's back panel and a headset connected to the front...

If you want to use Require group $GROUPNAME on your default Apache installation like this: Order allow,deny Allow from...

You can group contacts using a mailing list in Thunderbird for easier access and less trouble when trying to find...

Instead of running all missing migrations on your test database with rake db:migrate RAILS_ENV=test you can also...

Web fonts are awesome. After being restricted to Arial for two decades there is finally a cross-browser way to...

You must reconfigure the guest so it will get its own IP address: Shutdown the guest In the guest's...

sgruendel.blogspot.com

When you install Type 1 fonts (like makandra's corporate typeface), they won't show up in OpenOffice. OpenOffice requires...

When using the screen tool you may be unable to start a screen session but instead encounter an error:

linux.die.net

You can convert git commits into patch files. Those can be used to apply to a different repository [1] or...