A year ago, my web host thoroughly explained how PHP include vulnerabilities can be exploited, hoping that better user education would leave less member-sites vulnerable to automated attacks by spammer scum.
Read More »
By
Rowan Rodrik, 1 year ago, on
November 14, 2010, at 19:11 |
From its inceptions, this blog has run on NearlyFreeSpeech.Net's FreeBSD web hosting service. Because of very clever resource sharing (when not serving visitors, a site hardly takes up resources), their pricing has always been very competitive. That, combined with their technical flexibility, support and transparency has made me more of a fan with every year that I've used their service. Still, sometimes I've been wanting to use something else than CGI (they support many, many programming languages for CGI – even C/C++) or mod_php, like Rails or Django or mod_perl.
Read More »
By
Rowan Rodrik, 1 year ago, on
November 14, 2010, at 18:11 |
Tom Moertal's has a simple stance on the complexities of web-font licensing:
Read More »
By
Rowan Rodrik, 1 year ago, on
November 14, 2010, at 15:11 |
On Oktober, the 25th, in what will be known to future generations as a historical move, Wiebe changed the A record of www.aihato.nl to point to the new production site running at Ytec. The new site, a collaboration by Ytec and me, based on WordPress, has been in development since May. At least, that's when I started taking notes. There had been some discussion, wire-framing and design done before that time.
Read More »
By
Rowan Rodrik, 1 year ago, on
November 09, 2010, at 17:11 |
It took me forever to find the packages on Archlinux that contained the XML catalogs files for HTML and XHTML. So:
Read More »
By
halfgaar, 1 year ago, on
November 07, 2010, at 23:11 |
My attempts to get Xen working right on Debian stable (Lenny) were not really successful. Xen has had some interesting developments and the version in Lenny is just too old. Plus, the debian bootstrap scripts used to create images don't support Ubuntu Maverick... Squeeze (testing) has the newest Xen and deboostrap, so that's cool. I used the AMD64 architecture.
Read More »
By
halfgaar, 1 year ago, on
November 07, 2010, at 20:11 |
Because the unix permission model sucks, it is very hard to have a shared directory where everybody has full access to each others files. The same is true when making a shared samba archive. Luckily, samba has forcing options.
Read More »
By
halfgaar, 1 year ago, on
November 05, 2010, at 12:11 |
There is this website, dealextreme.nl, which sells all kinds gadgets for low prices. I bought two SD-to-IDE addapters, so that I could put a solid state disk in my router.
Read More »
By
halfgaar, 1 year ago, on
October 31, 2010, at 00:10 |
First, convert it to raw:
qemu-img convert system.qcow2 -O raw system.raw
Read More »
By
halfgaar, 1 year ago, on
October 08, 2010, at 17:10 |
Zimbra installs its own mysql and there is no workable mysqldump command. There is a mysql command wrapper script (/opt/zimbra/bin/mysql) that loads an environment to set password and such, but there is no such thing for mysqldump. I copied that wrapper script to /usr/local/bin/mysqldump so that user zimbra can no run mysqldump. This is it:
Read More »
By
halfgaar, 1 year ago, on
October 08, 2010, at 15:10 |