Archive for January 4th, 2008
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 ...
Posted in BrnDmp | No Comments »
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 ...
Posted in BrnDmp | No Comments »
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 ...
Posted in BrnDmp | No Comments »