Hang on...

2009 archive

How to change the more link. Drupal Views Blocks

In Drupal 5.x with the Views module we can easily create content listing blocks. There is an option for switching on the "more" link on the Views edit page.

How to move all the files from several subdirectories to a single dir?

How to move (or copy) all the selected files from several subdirectories to one single directory?
find [from_dir_name] -iname "[your file names like *.txt]" -exec mv {} [target dir name] \;

linux locale several error

If you got one or more of the following errors try to use the command below:

virtualbox 2.2.2 VBoxGuestAdditions.iso

Hello. as the new version of VirtualBox been released you might wonder where you can download the Guest Additions iso from. VirtualBox version: 2.2.2

Ubercart RC2 released and how to hide the Qty. field from cart

This post is not about the new Ubercart release but about hiding the Qty. field on the cart page. ;)
add this code to your new/old module to make the Qty. field go away.

mysql update replace

You sometimes run into the problem that you want to replace a substring occurring in a column with a different string, without touching the rest of the string. The solution is surprisingly simple, thanks to MySQL

Drupal 6

It is time to revise my 42droids blog and rewrite it in Drupal 6. I already started this project and expect to finish it next week. (If I can finish off the mercure project early next week.)

42droids blog is now running on Drupal 6

Ok, I have finished this project quicker then I first thought. The 42droids blog is running on Drupal 6. The most important feature is that now you can comment the posts.

Setting up USB on Ubuntu 9.04

Start using VirtualBox 2.x USB support by following these easy steps.
Thanks to virtualbox.org and Ibrahim Ben Faruhn.