Make sure you have the medibuntu repository enabled.
aptitude install non-free-codecs
Now I can play mms:// streams.
A blog on rails, php, computing, my bass guitar and stuff
April 26th, 2009 — Uncategorized
Make sure you have the medibuntu repository enabled.
aptitude install non-free-codecs
Now I can play mms:// streams.
May 24th, 2008 — development, PHP, Uncategorized
I the release post of com_resized there was asked the question why one should use com_resize. There are three reasons to use it:
The one on the left is without com_resize. The one on the right is _with_ com_resize. If you don’t see any difference. Your browser is probably doing some fancy stuff with the image. In that case you don’t need com_resize. But maybe the readers of your blog do!
For the people who don’t see any difference (leave a comment with your OS + browser, please!) I have attached a screenshot. Made in IE6, so the font is ugly too
May 19th, 2008 — Other, Uncategorized
I always forget what tire pressure my Bridgestone battlax BT45′s have. So now to never forget:
(front & rear)
May 19th, 2008 — development, Linux, Uncategorized
I’m now working on a project that is hosted on github AND rubyforge. And lazy as I am, I don’t want to do:
git push origin git push rubyforge
That’s why I create a handy shortcut for it and placed it in my ~/.bashrc:
function git-push-all() { for remote in `git remote`; do git push $remote done }
What it does: it lists all remote repositories linked to that git project and pushes them all. Usage:
git-push-all
Don’t get confused with “git-push –all”! That’s something completely different!
May 2nd, 2008 — Uncategorized
30 April was queens day (?) and 1 may was labourday / Ascension Day. So I didn’t have to go to work. But when I came home (I live 100km from my work or so) I noticed I forgot to pack the adapter of my notebook. I had 1,5 hours of power left. So I checked my mail and hibernated it. *Sigh* two days without hacking any software… And to make things worse. I now have my adapter back, but I was stupid enough to rip the coax to pieces. After work, first stop: hardware store! I must have Internet tonight!
April 27th, 2008 — development, PHP, Uncategorized
Because I expect a huge, huge demand of my com_resize plugin, I have put it on the wordpress site
Now I hope it gets approved.
April 25th, 2008 — Linux, Uncategorized
Wine still segfaults on me with Hardy Heron! I’m gonna look if this still works:
Does not work (segfaulting): mkdir ~/src cd ~/src sudo -i apt-get build-dep wine && apt-get source --build wine This does work: mkdir ~/src cd ~/src sudo -i apt-get source wine cd wine-0.9.55 ./configure make depend && make sudo make install (for me)
February 20th, 2008 — Uncategorized
In my previous blog item I asked the question: where am I going to host my (git) project? John Nunemaker mentioned github for hosting git projects. Maybe I’m gonna look at that when I’m done with my house.