How to install and configure PowerDNS

Posted on November 30th, 2008

How to install and configure PowerDNS First, make sure Bind is not installed and update your system: aptitude remove bind9 bind9-doc apt-get update apt-get dist-upgrade Then install Mysql if you’ve not installed yet: aptitude install mysql-server mysql-clients mysqladmin -u root -h localhost password ‘mypassword’ Then install the PowerDNS server and the MySQL backend: aptitude install […]



Windows Firefox MSVCR80.dll and AVG

Posted on November 26th, 2008

Windows Firefox 3 can generate an error, then terminate. In Technical details, you may see MSVCR80.dll  Disable the Firefox Add On for AVG, and restart Firefox. If not the AVG Add on, then try another Firefox Add on. The AVG itself is still running and protecting the computer. Only the Mozilla Firefox Add on has […]



Ubuntu 8.10, hardware sensors and temperatures

Posted on November 19th, 2008

You will first have to refer to your motherboard for the chip that supports hardware sensors.  Any easy way to tell if you computer has hardware sensors; go in the BIOS and see if you can find the CPU temperatures, fan speeds etc.  This will only tell you if your motherboard has hardware sensors. You […]