vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

Installing all restricted extras in ubuntu

on in Linux

I always installed the flash plugin by hand, unrar all the codecs et cetera. But on the forum I found someone who recommended the package “ ubuntu-restricted-extras”. Did an apt-get install and I worked great! Installed all the stuff I needed:

[quote...

testing and Rails

on in Development, Ruby

As a “professional” webdesigner I know how much testing sucks and how it, at the same time, is one of the most important things to do (besides coding the stuff). That’s why I appreciate Rails' very complete testsuite so much. And now with Rspec user...

Ubuntu changed default editor

on in Linux

 Ubuntu changed the defaut editor to ViM? At least: my Hardy Heron installation suddenly changed editor. This is the command you can use to determine which editor you want to use by default:

sudo update-alternatives –config editor

The beauty of Ubuntu

on in Development, Linux, PHP

A.k.a. “installing something that would take ages in another OS”

For a client of ours I’m doing a project. But I had to wait at my new house today for my new tiles. And at my new address I don’t have internet yet. So I made a local copy of the project...