1.下载并安装最新的bind包yum install –y bind bind-chroot
bind-utis2.配置named.confacl internals{ 127.0.0.0/8; 192.168.0.0/24;};view
"internal" { m...
分类:
其他好文 时间:
2014-06-11 22:51:09
阅读次数:
331
As far as I know, SharedPreferences allow us to
store some simple data in a named area in our phone. Introduction to the uses of
SharedPreferences is ...
分类:
移动开发 时间:
2014-06-05 14:07:21
阅读次数:
390
This article shows my process of installing and configuring bind9 DNS server on a linux server. I didn't touch every aspects of bind9, but following the process, a DNS server is configured with A/AAAA...
分类:
系统相关 时间:
2014-06-05 08:36:26
阅读次数:
450
iOS: 属性列表介绍 Introduction to Property
Lists从本质上说, 属性列表就是苹果的对象数据序列化与反序列化方式属性列表使用几种数据类型把数据组织为键值表和值表 Property lists
organize data into named values and li...
分类:
移动开发 时间:
2014-06-04 17:09:32
阅读次数:
274
yum命令升级的时候,报出这个错误。There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Please install a package which provides t...
分类:
编程语言 时间:
2014-05-31 17:42:52
阅读次数:
453
@Resource注解被用来激活一个命名资源(named
resource)的依赖注入,在JavaEE应用程序中,该注解被典型地转换为绑定于JNDI context中的一个对象。
Spring确实支持使用@Resource通过JNDI lookup来解析对象,默认地,拥有与@Resource注解所提...
分类:
编程语言 时间:
2014-05-28 09:27:18
阅读次数:
379
什么是Android操作系统,所谓的Android:是基于Linux内核的软件平台和操作系统,早期由Google开发,后由开放手机联盟Open Handset
Alliance)开发。Linux系统中进程间通信的方式有:socket, named pipe,message queque, signa...
分类:
移动开发 时间:
2014-05-24 13:14:25
阅读次数:
497
建立ssh无验证连接
Check for SSH keys、
cd ~/.ssh
ls
Check the directory listing to see if you have a file named either id_rsa.pub or id_dsa.pub
检查有无产生过的key,一台机器只能创建一个。如果重新创建则前一个会被覆盖。
Generate a new SSH ...
分类:
其他好文 时间:
2014-05-22 18:33:48
阅读次数:
261
今天带大家来看看如何手动编译源码bind,自己手动编译安装的很多文件都要自己去建立,配置文件也要从零写起,而且没有服务启动脚本,需要自己编写启动脚本。实验规划:1、在192.168.1.200这台主机上编译安装bind,完成后为named服务编写启动脚本,加入到service。2、配置view实..
分类:
其他好文 时间:
2014-05-20 23:57:40
阅读次数:
439
yuminstallbind*一、修改下面配置文件vi/etc/named.confoptions{listen-onport53{192.168.100.210;};listen-on-v6port53{::1;};directory"/var/named";dump-file"/var/named/data/cache_dump.db";statistics-file"/var/named/data/named_stats.txt";memstatistics-file"/var/na..
分类:
其他好文 时间:
2014-05-20 22:07:44
阅读次数:
341