De feed van mijn blog is verwijderd van de planet van Ubuntu NL. Dit komt omdat alle berichten steeds weer opnieuw zouden worden geplaatst. Ik ben nu aan het kijken of dit probleem door de feed wordt veroorzaakt of het … Continue reading →
Everyone at Ubuntu Planet seems to show his shell history and I don’t want you to stay unknown about mine. So here it is: qense@nott:~$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head 156 sudo 43 cd … Continue reading →
When I read Hello World 2.5 I was shocked. Some people are really bad people. Several sites about Ubunut/Linux seem to have copied blog posts from Ubuntu Planet without telling the original poster or license. Someone even relicensed it! I … Continue reading →
I’ve always wanted a hackergotchi, but no photo of me ever passed the strict test. But now I’ve found a solution for that after reading a blog post at milk-and-cookies.net(Logo, made with MeMaker): MeMaker. You can download it here: http://download.memaker.org/ … Continue reading →
A downside of OpenID is that you can’t choose the site to link to. Most of the time the site is actually your login URL. This can be solves with so called delegating. It means that you paste some code … Continue reading →