Posts Tagged domain

CentOS 5.x系统服务优化详解

下面的建议主要是针对 Linux 单机服务器的角色来说明的,不是针对桌面环境

服务名称 功能简介
acpid (系统)进阶电源管理的介面,这是一个新的电源管理模组, 可以监听来自核心层的电源相关事件而予以回应。 CentOS 的设定档在 /etc/acpi/events/power.conf 中,预设仅有当你按下 power 按钮时,系统会自动关机!

anacron(可关闭) (系统)与循环型的工作排程 cron 有关,可在排程过期后还可以唤醒来继续执行, 设定档在 /etc/anacrontab。

apmd(可关闭) (系统)设定档在 /etc/sysconfig/apmd ,也是电源管理模组! 可侦测电池电量,当电池电力不足时,可以自动关机以保护电脑主机。

atd (系统)单一的例行性工作排程,抵挡机制的设定档在 /etc/at.{allow,deny}

auditd (系统)可以让系统需 SELinux 稽核的讯息写入 /var/log/audit/audit.log 中。若此服务没有启动,则讯息会传给 syslog 管理。

autofs(可关闭) (系统)可用来自动挂载来自网路上的其他伺服器所提供的网路磁碟机 (一般是 NFS)。 不过我们是单机系统,所以目前还没必要这个服务。

avahi-daemon(可关闭) (系统)也是一个用户端的服务,可以透过 Zeroconf 自动的分析与管理网路。 Zeroconf 较常用在笔记型电脑与行动装置上,所以我们可以先关闭他!

bluetooth(可关闭) (系统)用在蓝芽装置的搜寻上,如果 Linux 是当作伺服器使用时, 这个服务可以暂时关闭也没关系!

cpuspeed (系统)可以用来管理 CPU 的频率功能。若系统闲置时,此项功能可以自动的降低 CPU 频率来节省电量与降低 CPU 温度喔!

crond (系统)系统设定档为 /etc/crontab。

cups(可关闭) (网路)用来管理印表机的服务,可以提供网路连线的功能,有点类似列印伺服器的功能哩! 你可以在 Linux 本机上面以浏览器的 http://localhost:631 来管理印表机!由于我们目前没有印表机,所以可以暂时关闭他。

firstboot(可关闭) (系统)还记得系统第一次进入图形介面还需要进行一些额外的设定吗? 就是这个服务的帮忙啦!既然已经安装妥当,现在你可以将这个服务关闭啰。

gpm (系统)在 tty1~tty6 的环境下你竟然可以使用滑鼠功能来复制贴上,就是这个 gpm 提供的能力啦!

haldaemon(可关闭) (系统)通常用在桌上型电脑的环境中,可侦测类似 usb 的装置呢! 不过,如果是伺服器环境,这个服务倒是可以关闭啦!如果是桌上型电脑,那最好可以启动啰!

hidd(可关闭) (系统)也是蓝芽服务的功能啦!可以提供键盘、滑鼠等蓝芽装置的侦测哩! 须搭配 bluetooth。伺服器环境倒是不需要此项服务。

hplip(可关闭) (系统)主要是针对 HP 的印表机功能所开发的脚本服务,如果你的环境中并没有 HP 相关设备,这个服务就给他关闭吧!

ip6tables(可关闭) (网路)是针对本机的防火墙功能!这个防火墙主要是针对 IPv6 的版本, 如果你的网路环境并没有 IPv6 的设备,那么这个服务是可以关闭的。

iptables (网路)本机防火墙功能,是核心支援的呢!所以功能与效能都非常棒!当然不能够取消啊! 只是设定上就得要努力研究啦!我们会在伺服器篇介绍网路相关资讯的。

irqbalance (系统)如果你的系统是多核心的硬体,那么这个服务要启动, 因为它可以自动的分配系统中断 (IRQ) 之类的硬体资源。

isdn(可关闭) (网路)ISDN 是一种宽频设备 (数据机的一种) ,但是在台湾我们比较常使用 ADSL 及光纤设备, 所以这个服务是可以关闭啦。

kudzu(可关闭) (系统)如果你有增加新的硬体时,这个服务可以在开机时自动的侦测硬体, 并且会自动的呼叫相关的设定软体,方便你在开机时就处理好你的硬体啊!

lm_sensors(可关闭) (系统)这个服务可以帮你侦测主机板的相关侦测晶片,举例来说, 某些主机板会主动的侦测 CPU 温度、频率、电压等,这个 lm_sensors 能够将这些温度、频率等数据显示出来喔!

lvm2-monitor (系统)我们已经谈过 LVM 啰!所以我们当然要启动这个服务比较妥当。

mcstrans (系统)与 SELinux 有关的服务,最好也启动啊!

mdmonitor(可关闭) (系统)可以侦测所有软体的状态,暂时似乎也不需要启动这个服务哩!

messagebus(可关闭) (系统)可用来沟通各个软体之间的讯息,有点类似剪贴簿的感觉。 不过在伺服器环境则没有强烈需求就是了。

microcode_ctl(可关闭) (系统)Intel 的 CPU 会提供一个外挂的微指令集提供系统运作, 不过,如果你没有下载 Intel 相关的指令集档案,那么这个服务不需要启动的,也不会影响系统运作。

netfs(可关闭) (网路)可以进行网路磁碟机 (NFS, SMB/CIFS) 的挂载与卸载功能。 目前我们尚未使用网路,因此这个服务可以先关闭。

network (网路)提供网路设定的功能,所以一定要启动的啦!

nfslock(可关闭) (网路)NFS 为一种 Unix like 的网路磁碟机,但在进行档案的分享时, 为了担心同一档案多重编辑的问题,所以会有这个锁住 (lock) 的服务!可以避免同一个档案被两个不同的人编辑时所造成的档案错误问题。

pcscd(可关闭) (系统)智慧卡侦测的服务,可以关闭他啦。

portmap (网路)用在远端程序呼叫的服务,很多服务都使用这个玩意儿来辅助连线的, 因此建议不要取消他,除非你确定你的系统没有使用到任何的 RPC 服务喔!

readahead_early
readahead_later
(可关闭) (系统)在系统开机的时候可以先将某些程式载入到记忆体中,以方便快速的载入, 可加快一些启动的速度。

restorecond (系统)利用 /etc/selinux/restorecond.conf 的设定来判断当新建档案时,该档案的 SELinux 类型应该如何还原。需要注意的是,如果你的系统有很多非正规的 SELinux 档案类型设定时,这个 daemon 最好关闭,否则他会将你设定的 type 修改回预设值。

rpcgssd
rpcidmapd
(可关闭) (网路)与 NFS 有关的用户端功能,在你还没有玩到网路阶段时, 这两个咚咚也能够先取消啦!

sendmail (网路)这就是电子邮件的软体啊!我们想要拥有可寄信的功能时, 这个服务可不能关闭。不过,预设这个服务仅能支援本机的功能,无法收受来自网际网路的邮件喔!

setroubleshoot (系统)一定要启动啊!因为这玩意儿可以将你的 SELinux 相关讯息记录在 /var/log/messages 里面,非常有帮助喔!

smartd (系统)这个服务可以自动的侦测硬碟状态,如果硬碟发生问题的话, 还能够自动的回报给系统管理员,是个非常有帮助的服务喔!不可关闭他啊!

sshd (网路)这个是远端连线伺服器的软体功能, 这个通讯协定比 telnet 好的地方在于 sshd 在传送资料时可以进行加密喔!这个服务不要关闭他啦!

syslog (系统)这个服务可以记录系统所产生的各项讯息, 包括 /var/log/messages 内的几个重要的登录档啊。

xfs(可关闭) (系统)这个是 X Font Server,主要提供图形介面的字型的一个服务, 如果你不启动 X 视窗的话,那么这个服务可以启动。但是如果你有需要用到 X 时,一定要启动这玩意儿,否则图形介面是无法启动的喔。

xinetd (系统)就是 super daemon 啊,不必讲了吧 ^_^

yum-updatesd (可关闭)可以透过 yum 的功能进行软体的线上升级机制, 若有升级的软体释出时,就能够以邮件或者是 syslog 来通知系统管理原来手动升级啊。

上面的服务是 CentOS 5.x 预设有启动的,这些预设启动的服务很多是针对桌面电脑所设计的,所以啰,如果你的 Linux 主机用途是在服务器上面的话,那么有很多服务是可以关闭的啦!如果你还有某些不明白的服务想要关闭的, 请务必要搞清楚该服务的功能为何喔!举例来说,那个 syslog 就不能关闭,如果你关掉他的话,系统就不会记录登录档, 那你的系统所产生的警告讯息就无法记录起来,你将无法进行 debug 喔。

下面继续说明一些可能在你的系统当中的服务,只是预设并没有启动这个服务就是了。只是说明一下, 各服务的用途还是需要您自行查询相关的文章啰。

其他服务的简易说明
服务名称 功能简介
dovecot (网路)可以设定 POP3/IMAP 等收受信件的服务,如果你的 Linux 主机是 email server 才需要这个服务,否则不需要启动他啦!
httpd (网路)这个服务可以让你的 Linux服务器成为 www server 喔!
named (网路)这是域名解析服务器 (Domain Name System) 的服务, 这个服务非常重要,但是设定非常困难!目前应该不需要这个服务啦!
nfs (网路)这就是 Network Filesystem,是 Unix-Like 之间互相作为网路磁碟机的一个功能。
ntpd (网路)服务的全名是 Network Time Protocol ,这个服务可以用来进行网路校时, 让你系统的时间永远都是正确的哩!
smb (网路)这个服务可以让 Linux 模拟成为 Windows 上面的网路上的芳邻。 如果你的 Linux 主机想要做为 Windows 用户端的网路磁碟机服务器,这玩意儿得要好好玩一玩。
squid (网路)作为代理服务器的一个服务,可作为一个区域网路的防火墙之用。
vsftpd (网路)作为档案传输服务器 (FTP) 的服务。

  • Share/Bookmark

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

wordpress3.0发布,支持多站点

wordpress3.0发布了,提供了对多站点的支持

先升级到wordpress3.0,目前只有英文版,中文版过段时间应该会推出

wordpress3.0默认没有开启多站点的功能,需要手工设置,方法是在wp-config.php文件里添加

define(‘WP_ALLOW_MULTISITE’, true);

然后进入后台即可看到Super Admin功能,再根据提示创建子站点目录和添加配置信息即可

可能需要主机的泛解析和泛子域绑定到同个目录的功能

比如使用主机的DNS,则其DNS会解析*.domain.com到同个IP(IX支持,Bluehost不支持)

泛解析不支持的话,我们可以采用其它DNS来解决,手动添加一个*的A记录

而泛子域到同个目录的功能,则麻烦多了,IX是支持的,Bluehost估计就需要一个个手动加上去了

  • Share/Bookmark

Tags: , , , , , , , ,

全球的whois服务器列表

whois.arin.net (US IP addrs)
whois.apnic.net (Asia Specific IP Addrs)
whois.ripe.net (European IP Addrs)
whois.lacnic.net (Latin America/Carribean IP addrs)
rs.internic.net (*.COM,*.NET,*.ORG,*.EDU)
whois.nic.uk (*.AC)
whois.nic.ad (*.AD)
whois.uaenic.ae (*.AE)
whois.nic.ag (*.AG)
whois.offshore.com.ai (*.AI)
whois.inima.al (*.AL)
whois.una.net (*.AN)
whois.fccn.pt (*.AO)
whois.nsrc.org (*.AQ)
whois.nic.ar (*.AR)
whois.nic.as (*.AS)
whois.amnic.net (*.AM,*.AU,*.AT)
whois.domain.az (*.AZ)
whois.utic.net.ba (*.BA)
whois.domains.org.bb (*.BB)
whois.dns.be (*.BE)
whois.onatel.bf (*.BF)
whois.digsys.bg (*.BG)
whois.batelco.com.bh (*.BH)
whois.nic.bi (*.BI)
whois.nic.biz (*.BIZ)
whois.bermudanic.bm (*.BM)
whois.brunet.bn (*.BN)
whois.digsys.bo (*.BO)
whois.unibel.by (*.BY)
whois.belizenic.bz (*.BZ)
whois.registro.fapesp.br (*.BR)
whois.nic.bt (*.BT)
whois.norid.no (*.BV)
whois.cira.ca (*.CA)
whois.nic.cc (*.CC)
whois.nic.cd (*.CD)
whois.socatel.intnet.cf (*.CF)
whois.nic.cg (*.CG)
whois.nic.ch (*.CH)
whois.aipdi.ci (*.CI)
whois.oyster.net.ck (*.CK)
whois.nic.cl (*.CL)
whois.info.intelcam.cm (*.CM)
whois.cnnic.net.cn (*.CN)
whois.nic.uniandes.edu.co (*.CO)
whois.nic.coop (*.COOP)
whois.nic.cu (*.CU)
whois.nic.cx (*.CX)
whois.nic.cy (*.CY)
whois.nic.cz (*.CZ)
whois.denic.de (*.DE)
whois.dk-hostmaster.dk (*.DK)
whois.intnet.dj (*.DJ)
whois.nic.do (*.DO)
whois.nic.dz (*.DZ)
whois.nic.ec (*.EC)
whois.educause.net (*.EDU)
whois.eenet.ee (*.EE)
whois.frcu.eun.eg (*.EG)
whois.nic.es (*.ES)
whois.telecom.net.et (*.ET)
whois.ripe.net (*.FI)
whois.usp.ac.fj (*.FJ)
whois.fidc.org.fk (*.FK)
whois.dot.fm (*.FM)
whois.nic.fo (*.FO)
whois.nic.fr (*.FR)
whois.nic.uk (*.GB)
whois.nic.net.ge (*.GE)
whois.nplus.gf (*.GF)
whois.nic.gg (*.GG)
whois.ghana.com (*.GH)
whois.gibnet.gi (*.GI)
whois.nic.gl (*.GL)
whois.nic.gm (*.GM)
whois.psg.com (*.GN)
whois.nic.gov (*.GOV)
whois.nic.gp (*.GP)
whois.getesa.gq (*.GQ)
whois.hostmaster.gr (*.GR)
whois.adamsnames.tc (*.GS)
whois.uvg.edu.gt (*.GT)
whois.gadao.gov.gu (*.GU)
whois.hkdnr.net.hk (*.HK)
whois.registry.hm (*.HM)
whois.nic.hn (*.HN)
whois.carnet.hr (*.HR)
whois.nic.hu (*.HU)
whois.idnet.net.id (*.ID)
whois.domainregistry.ie (*.IE)
whois.isoc.org.il (*.IL)
whois.nic.im (*.IM)
whois.domain.ncst.ernet.in (*.IN)
whois.afilias.com (*.INFO)
whois.iana.org (*.INT)
whois.nic.io (*.IO)
whois.nic.ir (*.IR)
whois.isnic.is (*.IS)
whois.nic.it (*.IT)
whois.isles.net (*.JE)
whois.nic.net.jo (*.JO)
whois.nic.ad.jp (*.JP)
whois.nbnet.co.ke (*.KE)
whois.domain.kg (*.KG)
whois.mptc.gov.kh (*.KH)
whois.clu.edu (*.KN)
whois.nic.or.kr (*.KR)
whois.domainname.net.kw (*.KW)
whois.domain.kz (*.KZ)
whois.aub.edu.lb (*.LB)
whois.isisworld.lc (*.LC)
whois.nic.li (*.LI)
whois.nic.lk (*.LK)
whois.psg.com (*.LR)
whois.co.ls (*.LS)
whois.domreg.lt (*.LT)
whois.dns.lu (*.LU)
whois.nic.lv (*.LV)
whois.nic.ly (*.LY)
whois.iam.ma (*.MA)
whois.nic.mc (*.MC)
whois.ripe.net (*.MD)
whois.nic.mil (*.MIL)
whois.orstom.mg (*.MG)
whois.nic.net.mh (*.MH)
whois.mpt.com.mk (*.MK)
whois.nic.mm (*.MM)
whois.nic.mn (*.MN)
whois.umac.mo (*.MO)
whois.marketplace.mp (*.MP)
whois.nic.mq (*.MQ)
whois.univ-mkc.mr (*.MR)
whois.adamsnames.tc (*.MS)
whois.um.edu.mt (*.MT)
whois.posix.co.za (*.MU)
whois.tarsus.net (*.MW)
whois.nic.mx (*.MX)
whois.mynic.net.my (*.MY)
whois.nambu.uem.mz (*.MZ)
na-nic.com.na (*.NA)
whois.nic.name (*.NAME)
whois.norstom.nc (*.NC)
whois.names.nf (*.NF)
whois.nic.ni (*.NI)
whois.domain-registry.nl (*.NL)
whois.norid.no (*.NO)
whois.mos.com.np (*.NP)
whois.nic.nu (*.NU)
whois.domainz.net.nz (*.NZ)
whois.gto.net.om (*.OM)
whois.nic.pa (*.PA)
whois.ekeko.rcp.net.pe (*.PE)
whois.domreg.org.ph (*.PH)
whois.unitech.ac.pg (*.PG)
whois.pknic.net.pk (*.PK)
whois.nask.pl (*.PL)
whois.nic.pm (*.PM)
whois.nic.pn (*.PN)
whois.uprr.pr (*.PR)
whois.nic.ps (*.PS)
whois.fccn.pt (*.PT)
whois.nic.py (*.PY)
whois.qatar.net.qa (*.QA)
whois.nic.fr (*.RE)
whois.rnc.ro (*.RO)
whois.ripn.net (*.RU)
whois.nic.rw (*.RW)
whois.saudinic.net.sa (*.SA)
whois.sbnic.net.sb (*.SB)
whois.sudatel.sd (*.SD)
whois.nic-se.se (*.SE)
whois.nic.net.sg (*.SG)
whois.nic.sh (*.SH)
whois.arnes.si (*.SI)
whois.norid.no (*.SJ)
whois.sk-nic.sk (*.SK)
whois.intelcom.sm (*.SM)
whois.nic.sn (*.SN)
whois.nic.so (*.SO)
whois.st-registry.tecnisys.net (*.ST)
whois.ripn.net (*.SU)
whois.svnet.org.sv (*.SV)
whois.syriatel.net (*.SY)
whois.iafrica.sz (*.SZ)
whois.adamsnames.tc (*.TC)
whois.tit.td (*.TD)
whois.adamsnames.tc (*.TF)
whois.nic.tg (*.TG)
whois.thnic.net (*.TH)
whois.nic.tj (*.TJ)
whois.nic.tm (*.TM)
whois.ati.tn (*.TN)
whois.tonic.to (*.TO)
whois.nic.tp (*.TP)
whois.metu.edu.tr (*.TR)
whois.nic.tt (*.TT)
whois.twnic.net (*.TW)
whois.psg.com (*.TZ)
whois.networksolutions.com (*.TV)
nic.net.ua (*.UA)
whois.nic.ug (*.UG)
whois.nic.uk (*.UK)
whois.ja.net (*.UK)
whois.ripe.net (*.UK)
whois.isi.edu (*.UM)
whois.nic.us (*.US)
whois.rau.edu.uy (*.UY)
whois.freenet.uz (*.UZ)
whois.nic.ve (*.VE)
whois.nic.fr (*.WF)
whois.adamsnames.tc (*.VG)
whois.nic.vi (*.VI)
whois.batin.com.vn (*.VN)
whois.vunic.vu (*.VU)
samoanic.ws (*.WS)
whois.nic.fr (*.YT)
whois.nic.yu (*.YU)
whois.co.za (*.ZA)
whois.zamnet.zm (*.ZM)

 

.br.com       whois.centralnic.com
.cn.com       whois.centralnic.com
.de.com       whois.centralnic.com
.eu.com       whois.centralnic.com
.gb.com       whois.centralnic.com
.gb.net       whois.centralnic.com
.hu.com       whois.centralnic.com
.no.com       whois.centralnic.com
.qc.com       whois.centralnic.com
.ru.com       whois.centralnic.com
.sa.com       whois.centralnic.com
.se.com       whois.centralnic.com
.se.net       whois.centralnic.com
.uk.com       whois.centralnic.com
.uk.net       whois.centralnic.com
.us.com       whois.centralnic.com
.uy.com       whois.centralnic.com
.za.com       whois.centralnic.com
.com.au       whois.ausregistry.net.au
.net.au       whois.ausregistry.net.au
.org.au       whois.ausregistry.net.au
.asn.au       whois.ausregistry.net.au
.id.au        whois.ausregistry.net.au
.ac.uk        whois.ja.net
.gov.uk       whois.ja.net
.museum       whois.museum
.asia         whois.crsnic.net
.info         whois.afilias.net
.name         whois.nic.name
.aero         whois.information.aero
.coop         whois.nic.coop
.com          whois.crsnic.net
.net          whois.crsnic.net
.org          whois.publicinterestregistry.net
.edu          whois.educause.net
.gov          whois.nic.gov
.int          whois.iana.org
.mil          whois.nic.mil
.biz          whois.neulevel.biz
.as           whois.nic.as
.ac           whois.nic.ac
.al           whois.ripe.net
.am           whois.amnic.net
.at           whois.nic.at
.au           whois.aunic.net
.az           whois.ripe.net
.ba           whois.ripe.net
.be           whois.dns.be
.bg           whois.ripe.net
.br           whois.nic.br
.by           whois.ripe.net
.ca           whois.cira.ca
.cc           whois.nic.cc
.cd           whois.nic.cd
.ch           whois.nic.ch
.cl           whois.nic.cl
.cn           whois.cnnic.net.cn
.cx           whois.nic.cx
.cy           whois.ripe.net
.cz           whois.ripe.net
.de           whois.denic.de
.dk           whois.dk-hostmaster.dk
.dz           whois.ripe.net
.ee           whois.eenet.ee
.eg           whois.ripe.net
.es           whois.ripe.net
.eu           whois.eu
.fi           whois.ripe.net
.fo           whois.ripe.net
.fr           whois.nic.fr
.gb           whois.ripe.net
.ge           whois.ripe.net
.gr           whois.ripe.net
.gs           whois.adamsnames.tc
.hk           whois.apnic.net
.hr           whois.ripe.net
.hu           whois.ripe.net
.ie           whois.domainregistry.ie
.il           whois.isoc.org.il
.in           whois.ncst.ernet.in
.ir           whois.nic.ir
.is           whois.ripe.net
.it           whois.nic.it
.jp           whois.jp
.kh           whois.nic.net.kh
.kr           whois.krnic.net
.li           whois.nic.ch
.lt           whois.ripe.net
.lu           whois.dns.lu
.lv           whois.ripe.net
.ma           whois.ripe.net
.md           whois.ripe.net
.mk           whois.ripe.net
.ms           whois.adamsnames.tc
.mt           whois.ripe.net
.mx           whois.nic.mx
.nl           whois.domain-registry.nl
.no           whois.norid.no
.nu           whois.nic.nu
.nz           whois.srs.net.nz
.pl           whois.dns.pl
.pt           whois.ripe.net
.ro           whois.ripe.net
.ru           whois.ripn.ru
.se           whois.nic-se.se
.sg           whois.nic.net.sg
.si           whois.ripe.net
.sh           whois.nic.sh
.sk           whois.ripe.net
.sm           whois.ripe.net
.su           whois.ripn.net
.tc           whois.adamsnames.tc
.tf           whois.adamsnames.tc
.th           whois.thnic.net
.tj           whois.nic.tj
.tn           whois.ripe.net
.to           whois.tonic.to
.tr           whois.ripe.net
.tv           whois.tv
.tw           whois.twnic.net
.ua           whois.ripe.net
.uk           whois.nic.uk
.us           whois.nic.us
.va           whois.ripe.net
.vg           whois.adamsnames.tc
.ws           whois.nic.ws

  • Share/Bookmark

Tags: , , , , , , , , , , , , ,

比较全的域名whois服务器地址

com & .net:whois.verisign-grs.com 43端口
.org:whois.pir.org 43端口
.cn:whois.cnnic.net.cn 43端口

更多后缀请到 whois.iana.org 查询该后缀的 whois 服务器

Com/net            whois.internic.com                                43端口         
Ws                      whois.worldsite.ws                             43端口
对于上面这两种域名,因真正的whois是保存在注册商处的。所以从此地址中查到的结果,还要在结果中搜索Whois Server(com/net域名)或Registrar Whois(WS域名),找到后面的Whois服务器进行第二次查询域名的各个联系人信息

Org                      whois.publicinterestregistry.net          43端口
Cn                       whois.cnnic.net.cn                                43端口
中文通用            gold.cnnic.net.cn                               43端口
Cc                      whois.nic.cc                                           43端口
Biz                       whois.neulevel.biz                               43端口
Us                       whois.nic.us                                         43端口
In                         whois.inregistry.in                              43端口
Eu                       Whois.eu                                             43端口
Uk                       whois.nic.uk                                         43端口
Name                 www.whois.name                                 43端口
Info                      whois.afilias.info                                 43端口
Tw                       whois.twnic.net.tw                              43端口

 

比较全的whois服务器地址““““

com|whois.crsnic.net

org|whois.publicinterestregistry.net

net|whois.crsnic.net

edu|whois.educause.net

mil|whois.nic.mil

gov|whois.nic.gov

uk|whois.nic.uk

af|NONE

al|whois.ripe.net

dz|whois.ripe.net

as|whois.nic.as

ad|whois.ripe.net

ao|NONE

ai|WEB|http://whois.offshore.ai/

aq|NONE

ag|whois.nic.ag

ar|WEB|http://www.nic.ar/consultas/consdom.html

am|WEB|https://www.amnic.net/whois/

aw|NONE

ac|whois.nic.ac

au|whois.ausregistry.com.au

at|whois.nic.at

az|whois.ripe.net

bs|NONE

bh|NONE

bd|NONE

bb|NONE

by|whois.ripe.net

be|whois.dns.be

bz|whois.belizenic.bz

bj|NONE

bm|WEB|http://www.bermudanic.bm/cgi-bin/BermudaNIC/rwhois_query.pl

bt|NONE

bo|NONE

ba|whois.ripe.net

bw|NONE

bv|NONE

br|whois.nic.br

io|WEB|http://www.io.io/whois.html

bn|NONE

bg|whois.ripe.net

bf|NONE

bi|WEB|http://www.nic.cd/database/bi/

kh|NONE

cm|NONE

ca|whois.cira.ca

cv|NONE

ky|NONE

cf|NONE

td|NONE

cl|nic.cl

cn|whois.cnnic.net.cn

cx|whois.nic.cx

cc|whois.nic.cc

co|WEB|http://www.nic.co/

km|NONE

cd|whois.cd

cg|WEB|http://www.nic.cd/database/cg/

ck|whois.ck-nic.org.ck

cr|WEB|http://www.nic.cr/consulta-dns.html

ci|NONE

hr|whois.ripe.net

cu|NONE

cy|whois.ripe.net

cz|whois.nic.cz

dk|whois.dk-hostmaster.dk

dj|NONE

dm|NONE

do|ns.nic.do

tp|NONE

ec|NONE

eg|whois.ripe.net

sv|WEB|http://www.conacyt.gob.sv/dns

gq|NONE

er|NONE

ee|whois.ripe.net

et|NONE

fk|NONE

fo|whois.ripe.net

fj|whois.usp.ac.fj

fi|whois.ripe.net

fr|whois.nic.fr

gf|NONE

pf|NONE

tf|whois.adamsnames.tc

ga|whois.ripe.net

gm|whois.ripe.net

ge|whois.ripe.net

de|whois.denic.de

gh|NONE

gi|WEB|http://whois.gibnet.gi/

gr|whois.ripe.net

gl|whois.ripe.net

gd|NONE

gp|NONE

gu|NONE

gt|WEB|http://www.gt/whois.htm

gg|whois.isles.net

gn|NONE

gw|NONE

gy|NONE

ht|NONE

hm|whois.registry.hm

va|whois.ripe.net

hn|NONE

hk|WEB|http://web.hkdnr.net.hk/hkdnr/index.jsp

hu|whois.nic.hu

is|whois.isnet.is

in|WEB|http://domain.ncst.ernet.in/

id|whois.idnic.net.id

ir|whois.nic.ir

iq|NONE

ie|whois.domainregistry.ie

im|WEB|http://www.nic.im/exist.html

il|whois.isoc.org.il

it|whois.nic.it

jm|NONE

jp|whois.nic.ad.jp

je|whois.isles.net

jo|whois.ripe.net

kz|whois.domain.kz

ke|NONE

ki|NONE

kp|NONE

kr|whois.krnic.net

kw|NONE

kg|whois.domain.kg

la|whois.afilias-grs.info

lv|whois.ripe.net

lb|WEB|http://www.aub.edu.lb/lbdr/search.html

ls|NONE

lr|NONE

ly|NONE

li|whois.nic.li

lt|whois.domreg.lt

lu|whois.dns.lu

mo|NONE

mk|whois.ripe.net

mg|NONE

mw|WEB|http://www.tarsus.net/whois/

my|WEB|http://www.mynic.net.my

mv|NONE

ml|NONE

mt|whois.ripe.net

mh|NONE

mq|NONE

mr|NONE

mu|WEB|http://www.nic.mu/cgi-bin/mu_whois.cgi

yt|NONE

mx|whois.nic.mx

fm|WEB|http://www.nic.fm/register.html

md|whois.ripe.net

mc|whois.ripe.net

mn|WEB|http://www.nic.mn

ms|whois.adamsnames.tc

ma|whois.ripe.net

mz|NONE

mm|whois.nic.mm

na|NONE

nr|NONE

np|NONE

nl|whois.domain-registry.nl

an|NONE

nc|whois.cctld.nc

nz|whois.srs.net.nz

ni|NONE

ne|NONE

ng|pgebrehiwot.iat.cnr.it

nu|whois.nic.nu

nf|NONE

mp|NONE

no|whois.norid.n

  • Share/Bookmark

Tags: , , , , , , , , , ,

cPanel添加域名强制检查DNS servers问题

用cPanel时,常遇到这类问题

Error from park wrapper: Using nameservers with the following IPs: ………   Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server.  Please transfer the domain to this servers nameservers or have your administrator add one of its nameservers to /etc/ips.remotedns and make the proper A entries on that remote nameserver.

其实就是为所有权检查,还有一些安全而考虑的

有的服务器商就去掉了这种检验机制,因为DNS更改时延造成的麻烦很大

而bluehost的检验机制更为强大

如何关了?如果你有WHM管理权限,可按如下处理:

Fix the option in WHM. In whm->tweak settings, make sure that this option is checked:

Quote:
Allow Creation of Parked/Addon Domains that resolve to other servers (i.e. domain transfers) [This can be a major security problem. If you must have it enabled, be sure to not allow users to park common internet domains.] 

This really is redundant any more and doesn’t need to be used. Just make SURE to follow the instructions and NOT allow users to park common domains.

This can (at times) become a security issue, but only if you don’t keep a close eye on what your users are doing.

  • Share/Bookmark

Tags: , , , , , , ,

看看,是真的还是假的,ebay没这么夸张吧

from:1243@ebayenforcement.com

We have noted your registration through the Internet registry in your country of XXXXsibay.com, a domain name that is confusingly similar to the famous eBay name and trademark.

The coined term “eBay” is one of the most famous brands on the Internet.  eBay owns exclusive trademark rights to the eBay trademark in many countries worldwide, including the United States, Canada, The United Kingdom,  the European Union  and elsewhere internationally, including related common law rights.  Accordingly, eBay enjoys broad trademark rights in its name.

Arbitrary use of the word BAY in a domain is problematic if the connected website is used in association with a business making use of eBay or operating in the same sphere of business as eBay.

Please review the following links for further information regarding eBay trademarks:
http://pages.ebay.com/help/community/tm.html
http://pages.ebay.com/help/policies/trademark.html

We are concerned that use of your domain name may infringe and/or dilute the famous eBay trademark.  Infringement occurs when a third party’s use of a company’s trademark (or a confusingly similar variation thereof) is likely to confuse consumers as to the affiliation, sponsorship or endorsement of the third party’s services.  Trademark dilution occurs when a third party’s use of a variation of a company’s trademark is likely to lessen the distinctiveness of the company’s famous trademark.  In this case, your use of “BAY” in your domain name, especially if used for an e-commerce web site, is likely to lessen the distinctiveness of the famous eBay brand.  “eBay” is an arbitrary and fanciful trademark; neither “eBay” nor “bay” describe online auctions, online trading, or e-commerce in any way.  We cannot permit the use of the suffix “bay” to evoke eBay or as a shorthand reference to e-commerce.

We appreciate that you may have registered XXXXibay.com with the best of intentions and without full knowledge of the law in this area. 

eBay respects your right of expression and your desire to conduct business on the Internet,  but must enforce its own rights. To avoid further consumer confusion, eBay must insist that you not use the domain name for any purpose, do not sell, offer to sell or transfer the domain name to a third party, and instead simply let the domain registration expire.  In the meantime, the domain name should remain inactive and should not point to any content 

Please confirm in writing that you will agree to resolve this matter as requested.
Thank you in advance for your anticipated cooperation.  

Sincerely,

Edith
eBay Legal Department

  • Share/Bookmark

Tags: , , , , , , , , ,

base href 标签的使用方法

base href即指定了网页的基链,当点了链接后,跳出的网页地址是 http://yourdomain.com/1.php 或 http://yourdomain.com/1.php,它就是在这些相对路径的文件前加上基链接指向的地址。比如你的链接是这么写的:<a href=”1.php”>。如果目标文件中的链接没有指定target属性,就用base标记中的target属性。
常在框架结构中用,如左右两个框架,把左边的框架中文件里的连接都显示在右边的框架里。只要用base标记,把其target属性值写为右框架名称,这就不用再为左框架里的文件中的每一个连接都指定target属性。
base href标记其他说明:
1、当使用时,BASE 元素必须出现在文档的 HEAD 内,在任何对外部源的引用之前。
2、此元素在 Microsoft® Internet Explorer 3.0 的 HTML 中可用,在 Internet Explorer 4.0 的脚本中可用。
3、此元素不会被渲染。
4、此元素不需要关闭标签。
5、base标签其实还是有用处的,比如<base href=”_blank”>将使得本页所有的链接都在新页打开,这样就不必在每个链接处都以上target=”_blank” 。
IE7中注意:
1 、<html>之前不能加入额外的输出字符。否则IE7就对 base 不进行解析。
2、< base >是一个链接基准标记,用以改变文件中所有链接标记的参数默认值。它只能适应于文件的开头部分,即标记< head >与< /head >之间。

  • Share/Bookmark

Tags: , , , , , ,

如何写robots.txt?(摘点石)

在国内,网站管理者似乎对robots.txt并没有引起多大重视,应一些朋友之请求,今天想通过这篇文章来简单谈一下robots.txt的写作。

 

robots.txt基本介绍

robots.txt是一个纯文本文件,在这个文件中网站管理者可以声明该网站中不想被robots访问的部分,或者指定搜索引擎只收录指定的内容。

当一个搜索机器人(有的叫搜索蜘蛛)访问一个站点时,它会首先检查该站点根目录下是否存在robots.txt,如果存在,搜索机器人就会按照该文件中的内容来确定访问的范围;如果该文件不存在,那么搜索机器人就沿着链接抓取。

另外,robots.txt必须放置在一个站点的根目录下,而且文件名必须全部小写。

robots.txt写作语法

首先,我们来看一个robots.txt范例:http://www.seovip.cn/robots.txt

访问以上具体地址,我们可以看到robots.txt的具体内容如下:

# Robots.txt file from http://www.seovip.cn
# All robots will spider the domain

User-agent: *
Disallow:

以上文本表达的意思是允许所有的搜索机器人访问www.seovip.cn站点下的所有文件。

具体语法分析:其中#后面文字为说明信息;User-agent:后面为搜索机器人的名称,后面如果是*,则泛指所有的搜索机器人;Disallow:后面为不允许访问的文件目录。

下面,我将列举一些robots.txt的具体用法:

允许所有的robot访问

User-agent: *
Disallow:

或者也可以建一个空文件 “/robots.txt” file

禁止所有搜索引擎访问网站的任何部分

User-agent: *
Disallow: /

禁止所有搜索引擎访问网站的几个部分(下例中的01、02、03目录)

User-agent: *
Disallow: /01/
Disallow: /02/
Disallow: /03/

禁止某个搜索引擎的访问(下例中的BadBot)

User-agent: BadBot
Disallow: /

只允许某个搜索引擎的访问(下例中的Crawler)

User-agent: Crawler
Disallow:

User-agent: *
Disallow: /

另外,我觉得有必要进行拓展说明,对robots meta进行一些介绍:

Robots META标签则主要是针对一个个具体的页面。和其他的META标签(如使用的语言、页面的描述、关键词等)一样,Robots META标签也是放在页面的<head></head>中,专门用来告诉搜索引擎ROBOTS如何抓取该页的内容。

Robots META标签的写法:

Robots META标签中没有大小写之分,name=”Robots”表示所有的搜索引擎,可以针对某个具体搜索引擎写为name=”BaiduSpider”。 content部分有四个指令选项:index、noindex、follow、nofollow,指令间以“,”分隔。

INDEX 指令告诉搜索机器人抓取该页面;

FOLLOW 指令表示搜索机器人可以沿着该页面上的链接继续抓取下去;

Robots Meta标签的缺省值是INDEX和FOLLOW,只有inktomi除外,对于它,缺省值是INDEX,NOFOLLOW。

这样,一共有四种组合:

<META NAME=”ROBOTS” CONTENT=”INDEX,FOLLOW”>
<META NAME=”ROBOTS” CONTENT=”NOINDEX,FOLLOW”>
<META NAME=”ROBOTS” CONTENT=”INDEX,NOFOLLOW”>
<META NAME=”ROBOTS” CONTENT=”NOINDEX,NOFOLLOW”>

其中

<META NAME=”ROBOTS” CONTENT=”INDEX,FOLLOW”>可以写成<META NAME=”ROBOTS” CONTENT=”ALL”>;

<META NAME=”ROBOTS” CONTENT=”NOINDEX,NOFOLLOW”>可以写成<META NAME=”ROBOTS” CONTENT=”NONE”>

目前看来,绝大多数的搜索引擎机器人都遵守robots.txt的规则,而对于Robots META标签,目前支持的并不多,但是正在逐渐增加,如著名搜索引擎GOOGLE就完全支持,而且GOOGLE还增加了一个指令“archive”,可以限制GOOGLE是否保留网页快照。例如:

<META NAME=”googlebot” CONTENT=”index,follow,noarchive”>

  • Share/Bookmark

Tags: , , , , , , , , ,

什么是WHM?

 WHM是WebHost Manager的缩写.它是服务器管理员的管理界面. 管理员通过WHM提供的web界面非常方便的管理和监控服务器,所有的操作只需要在浏览器里面点击鼠标.

WHM Control panel Features
Multilanguage Cpanel control panel
Private mail server (mail.yourdomain.com)
Private Mail Server (dnsX.yourdomain.com)
SSL Security Certificate (RapidSSL) Available Available Available Available
Dedicated IP Address Available Available Available Available
Addon domains Unlimited Unlimited Unlimited Unlimited
Parked domains Unlimited Unlimited Unlimited Unlimited
Subdomains Unlimited Unlimited Unlimited Unlimited
SSH / Shell Access

cPanel and WebHost Manager (WHM) combine to form a fully featured web hosting control panel system. cPanel and WHM allow you to provide an interface for both your customers and your staff.
The cPanel and WebHost Manager package includes:
cPanel – Domain Owner Control Panel
WebHost Manager – Server Administration and Reseller Panel
Webmail Panel – Webmail Access Panel

WebHost Manager (WHM) [Server Administrator Login]: From WHM, you can provision accounts, tweak security settings, install addon software, and much much more. This interface provides access to the heart of the cPanel and WHM package and allows a Server Administrator to simply configure a few options and be on their way to hosting web sites.
WebHost Manager (WHM) [Reseller Login]: Resellers also get limited (configurable) access to WHM to create new domain owner accounts, backup accounts, and access to many other tools as determined by the Server Administrator.
cPanel [Domain Owner Login]: Within cPanel, a domain owner has all the tools they need to create an impressive web presence. They can add mail accounts, access their files, use website builders, add a blog to their site, and a whole lot more. With cPanel, your web hosting clients have access to a huge variety of hosting features that can put your hosting business, and their web site, on the map!
Mail [Mail User Login]: Every person who has a mail account on a cPanel domain has access to webmail, spam filtering, message filter, and many more settings so they can get a great mail experience.

  • Share/Bookmark

Tags: , , , , , , , , , , , , , , , , ,

lightinthebox的robots.txt

User-agent:*
Disallow: /cache/

User-Agent: almaden
Disallow: /
User-Agent: ASPSeek
Disallow: /
User-Agent: Axmo
Disallow: /
User-Agent: BaiduSpider
Disallow: /
User-Agent: booch
Disallow: /
User-Agent: DTS Agent
Disallow: /
User-Agent: Downloader
Disallow: /
User-Agent: EmailCollector
Disallow: /
User-Agent: EmailSiphon
Disallow: /
User-Agent: EmailWolf
Disallow: /
User-Agent: Expired Domain Sleuth
Disallow: /
User-Agent: Franklin Locator
Disallow: /
User-Agent: Gaisbot
Disallow: /
User-Agent: grub
Disallow: /
User-Agent: HughCrawler
Disallow: /
User-Agent: iaea.org
Disallow: /
User-Agent: lcabotAccept
Disallow: /
User-Agent: IconSurf
Disallow: /
User-Agent: Iltrovatore-Setaccio
Disallow: /
User-Agent: Indy Library
Disallow: /
User-Agent: IUPUI
Disallow: /
User-Agent: Kittiecentral
Disallow: /
User-Agent: iaea.org
Disallow: /
User-Agent: larbin
Disallow: /
User-Agent: lwp-trivial
Disallow: /
User-Agent: MetaTagRobot
Disallow: /
User-Agent: Missigua Locator
Disallow: /
User-Agent: NetResearchServer
Disallow: /
User-Agent: NextGenSearch
Disallow: /
User-Agent: NPbot
Disallow: /
User-Agent: Nutch
Disallow: /
User-Agent: ObjectsSearch
Disallow: /
User-Agent: Oracle Ultra Search
Disallow: /
User-Agent: PEERbot
Disallow: /
User-Agent: PictureOfInternet
Disallow: /
User-Agent: PlantyNet
Disallow: /
User-Agent: QuepasaCreep
Disallow: /
User-Agent: ScSpider
Disallow: /
User-Agent: SOFT411
Disallow: /
User-Agent: spider.acont.de
Disallow: /
User-Agent: Sqworm
Disallow: /
User-Agent: SSM Agent
Disallow: /
User-Agent: TAMU
Disallow: /
User-Agent: TheUsefulbot
Disallow: /
User-Agent: TurnitinBot
Disallow: /
User-Agent: Tutorial Crawler
Disallow: /
User-Agent: TutorGig
Disallow: /
User-Agent: WebCopier
Disallow: /
User-Agent: WebZIP
Disallow: /
User-Agent: ZipppBot
Disallow: /
User-Agent: Xenu
Disallow: /
User-Agent: Wotbox
Disallow: /
User-Agent: Wget
Disallow: /
User-Agent: NaverBot
Disallow: /
User-Agent: mozDex
Disallow: /
User-Agent: Sosospider
Disallow: /
Sitemap:http://localhost/sitemapindex.xml

看来除了google和yahoo,lightinthebox不打算让别的搜索引擎收录了

百度site一下,只收了首页,title是兰亭国际,挺有趣的

  • Share/Bookmark

Tags: , , , , , , , , , , , , ,