Blog posts index page 26

Finally my server is up and running again

The reason for the break down was not big (at least not in gigabyte). It was an old IDE 1.8GB Maxtor harddisk which contained my server OS, homepages and databases. Thank god I have recovered all my data. It is impossible to boot from the harddisk and data transfers are very slow sometimes unstable. It has now been replaced by two 200GB Seagate disks. They are supposed to run RAID1 but so far only a data drive with the websites and the databases is a RAID partition.

Read more...

DVD cover dimensions

I also found that the size (dimensions) of a DVD cover should be: 272mm x 184mm. A technical drawing of a DVD cover with dimensions When giving the cover 3mm overfill the size is 278mm x 190mm.

Read more...

SVG rasterizer with Batik

At work I sit at a fairly slow machine so it takes forever to transform svg files to high resolution bitmap pictures. Also Java has a default upper memory limit which is quickly excited when exporting to high resolution bitmap pictures. This problem is solved when the default upper limit is increased: -Xmx128m (use 128MB RAM)

Read more...

A section about date and time in Debianguiden.dk

On my way to work I got a crazy thought. IIRC at least 3 questions about how to set time and date has been asked on the danish Debian help forum. This should be addressed with writing a section about how to set date and time on a Debian box. The section should contain a little info about date, rdate with cron and a third command to set the date (which I can’t remember the name of).

Read more...