google:http://www.google.com/webmasters/tools/ping?sitemap=
yahoo:
http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=SitemapWriter&url=
http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=
live:http://webmaster.live.com/ping.aspx?siteMap=
ask:http://submissions.ask.com/ping?sitemap=
以上地址后面的“=”接sitemap.xml的绝对地址:例如要提交http://wiki.15099.net/sitemap.xml文件到live搜索引擎,直接在游览器地址栏输入:http://submissions.ask.com/ping?sitemap=http://wiki.15099.net/sitemap.xml 按回车,就完成了提交工作。
PS:baidu sitemaps也有类似的sitemaps,但是根据官方的说明,叫互联网新闻开放协议,但是不能像上面的那样,有专门的ping地址,只能发邮件到他们指定的邮箱地址,然后人工审核,关于百度的互联网新闻开放协议请访问此链接地址: http://news.baidu.com/newsop.html
发表评论 »
最近一直在学习centos这款社区系统,但是发现中文的技术资料很有限,在学习的过程中又发现经常忘记,看到使用mediawiki 比较方便构建软件帮助文件库,所以使用此程序建立了centos中文维客,欢迎大家一起来维护,更新,地址:
http://wiki.15099.net
发表评论 »
首先 要先挂载光盘,把光盘挂载到media/CentOS/,media/cdrom/,或者media/cdrecorder/
使用mount -o loop /home/disk1/os/centos/CentOS-5.2-i386-bin-DVD.iso /media/CentOS/挂载光盘
这样就不用修改配置文件了。如果想挂载到其他目录,只要修改下baseurl=file:///自己挂载的目录,就可以了。配置文件在 /etc/yum.repos.d/CentOS-Media.repo。
接着 把/etc/yum.repos.d/CentOS-Base.repo改下名,命令如下:
#mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
检查下配置文件的有没设置正确,命令如下:
#cat /etc/yum.repos.d/CentOS-Media.repo
# CentOS-Media.repo
#
# This repo is used to mount the default locations for a CDROM / DVD on
# CentOS-5. You can use this repo and yum to install items directly off the
# DVD ISO that we release.
#
# To use this repo, put in your ...
发表评论 »