VirtualBox does not offer anything for this task -- you need to do it yourself. It's not that hard:

When you do a bitwise copy using the dd tool you will not see any output until it completes or...

Every time you open a directory containing images, Windows creates those pesky Thumbs.db files for a minor speed-up and...

With gem dependency it is possible to check the dependencies for your gem before you install it.

Regular expressions can have something called "zero-width look-behind assertions". This means that you want a pattern to be...

stackoverflow.com

When you double-tap a string of text on an iPhone or iPad a complicated context menu for copying and...

When you generate a URL in a mailer view, ActionMailer will raise an error unless you previously configured it which...

vim.org

First option is to install it with your package manager: apt-get install vim-puppet vim-addons install puppet

Install Ruby from the Ubuntu repository: sudo apt-get install ruby ruby-dev \ ruby is the meta package. If you...

makandra dev
cpulimit.sourceforge.net

cpulimit is a simple program which attempts to limit the cpu usage of a process (expressed in percentage, not in...

The first thing to do with any new U2410 should be to disable the incredibly annoying beep when pressing any...

I've recently encountered a weird problem with specs making lots of SOLR queries using the acts_as_solr plugin...

Here are some popular mistakes when using nested forms: You are using fields_for instead of form.fields_for.

Thunderbird 5 brings a custom chrome on Windows Vista/7 that uses translucent Aero decorations on toolbars and menubars. Here is...

blog.anandvishwanath.in

After managing a few agile projects from India and learning the tricks of the trade, I have been wondering why...

These steps are now part of Spreewald. Since Capybara 0.4.1 a within scope will only look at the first element...

You can say: $(element).is(':visible') and $(element).is(':hidden') jQuery considers an element to be visible if it...

When you open up a story to only have a look at it, close it by pressing the "Cancel" button...

sudo apt-get install sqlite3 libsqlite3-dev sudo gem install sqlite3-ruby

The step definition below allows you to write: Then I should see a link labeled "Foo" But I should not...

makandra dev

If you are exchanging files with a client via Dropbox you do not need to access the Web page every...

martinfowler.com

A common question in IT departments is whether to provide a capability by building custom software or by buying a...

When you render a nested form for a Movie which has_many :actors, you want to render the right number...

To test if you can connect to a host using password authentication and explicitly deny public key authentication: