Install BIND to configure DNS server which resolves domain name or IP address. BIND uses 53/TCP,UDP. [1] Install BIND. [root@dlp ~]#? yum?-y install bind bind-utils [2] Configure BIND This exampl...
分类:
其他好文 时间:
2014-10-30 17:24:40
阅读次数:
597
公共 DNS server IP 地址名称DNS server IP 地址CNNIC SDNS1.2.4.8210.2.4.8114 DNS114.114.114.114114.114.115.115阿里 DNS223.5.5.5223.6.6.6Google DNS8.8.8.88.8.4.4Op...
分类:
其他好文 时间:
2014-09-29 21:01:51
阅读次数:
439
一. 安装DHCP serverubuntu下搭建udhcpd服务器1.查看是否安装了udhcpd服务器:dpkg -l | grep udhcpd如果没有安装udhcpd服务器,我们可以用apt-get install udhcpd来安装udhcpd服务器。2. 编辑/etc/default/ud...
分类:
其他好文 时间:
2014-08-01 15:17:41
阅读次数:
294
system:openSuSE 12.3(much better and frendly than the 12.1 in network config)1,network config,attention the Domain Name,site is the zone name,linux-jo...
分类:
其他好文 时间:
2014-07-30 23:10:55
阅读次数:
272
Binder机制作为一种IPC通信机制,在android系统中扮演了非常重要的角色,因此我也花了一些时间来研究它,按照我的理解,下面我将从4个方面来讲一下Binder,如有不对的地方,还希望大家多多指教。下面的例子都将以MediaServer来讲。
一、ServiceManager
ServiceManager在Binder系统中相当与DNS,Server会先在这里注册,然后Client会在这...
分类:
移动开发 时间:
2014-07-16 08:46:50
阅读次数:
531
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
http://docs.docker.io/installation/ubuntulinux/#docker-and-local-dns-server-warnings按照这个改一下默认的DNScontainer
和 笔记本要公用一个DNS服务器貌似.
分类:
其他好文 时间:
2014-05-29 12:02:33
阅读次数:
317
最近给VPS重装了系统,因为服务商不提供DHCP,所以只好手动设置IP和DNS
Server。悲催的是系统重装的时候忘记了输入DNS
Server,最后导致进去系统后,各种域名无法解析。Linux中修改DNS有两种方式,临时修改和永久修改,下面分别介绍。1、临时修改网卡DNS地址sudo
vim /...
分类:
系统相关 时间:
2014-04-29 11:21:47
阅读次数:
597