Centos 下安装配置 PowerDNS

星期二, 三月 23rd, 2010 Posted in 服务器应用 | No Comments »

关于PowerDNS?
PowerDNS 是一个跨平台DNS server 软件,他使用Access/MySQL 记录DNS 信息。这里简单记录在centos系统下PowerDNS 的安装配置及PowerDNS WEB 管理工具PowerAdmin的安装。

安装设置 MySQL

[hew@linuxbyte.org ~]# yum -y install mysql mysql-server
[hew@linuxbyte.org ~]# service mysqld start
[hew@linuxbyte.org ~]# mysqladmin -u root password password123
[hew@linuxbyte.org ~]# mysql -u root -p

标签:, , ,

在magic linux 下安装pdnsd加快域名解析

星期四, 二月 14th, 2008 Posted in 日常桌面 | 1 Comment »

今天刚装上 了magiclinux 2.1 beta1,然后在用firefox 浏览网页的时候总觉得速度不理想,对firefox 做了优化设 置后也没有明显大改善。然后观察状态栏发现firefox 里dns 解析时间比较长,在windows 下系统自带了dns cache,magiclinux 下却没有(Everset linux 下默认有pdnsd 做dns cache),所以我决定给我的ML 也加一个dns cache。

标签:, , ,


Page 1 of 11