Archive for January 4th, 2008

Added print rule to questionnaire

Friday, January 4th, 2008

Should be able to enter page-break-after and page-break-before elements in stylesheet to arange printing. However, it does not work great for the questionnaire module as there is terrible nesting of tables, divs and other elements. Moreover, table cells don't have their own class so it's very difficult to get the ...

RRD tool – Server Monitoring

Friday, January 4th, 2008

Found that a server sent a mail to admin account every 5 minutes. I think those are sent by rrdtool which is run from crontab. For now commented out rrdtool entries in crontab. So we should check a good alternative or use RRDtool. Anyway setup a server monitoring tool for our ...

Install Debian on HP laptop

Friday, January 4th, 2008

today I got my laptop so started to install Debian. Of course, after a smooth install, the xserver didn't work so I installed the proprietary driver from the ATI website: apt-get install debhelper libstdc++5 module-assistant bzip2 ./ati-driver-installer-8.32.5-x86.x86_64.run --listpkg /ati-driver-installer-8.32.5-x86.x86_64.run --buildpkg Debian/testing dpkg -i *.deb module-assistant prepare module-assistant auto-install fglrx here I got an error that the ...