bum(bootup-manager)
bum似乎是一款基于rcconf的图形介面的服务控制软件。因为它能控制的服务与rcconf几乎一样,不过好在它提供更高级的模式,从而除服务以外,它还能对“启动脚本”进行管理。
sudo aptitude install bum
删除一些不必要的服务,可以加速启动速度,提高整体性能。
**********************************
nscd 本地域名解析缓存,加速域名解析
Nscd is a daemon that provides a cache for the most common name service requests. The default configuration file, /etc/nscd.conf, determines the behavior of the cache daemon.
安装 nscd 的方式是在命令行中运行这条命令:
sudo apt-get install nscd
在Ubuntu中清 DNS 缓存的命令是:
sudo /etc/init.d/nscd restart
**********************************
bind9 域名解析服务器设置
配合世界顶级域名解析服务器使用,搭建自己的域名解析服务器
ftp://rs.internic.net/domain/named.root
没有评论:
发表评论