<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Server on 空想枫</title>
    <link>http://it580.com/tags/server/</link>
    <description>Recent content in Server on 空想枫</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2001-2020 空想枫</copyright>
    <lastBuildDate>Sat, 28 Mar 2009 21:23:02 +0000</lastBuildDate>
    
	<atom:link href="http://it580.com/tags/server/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Debian 下Zimbra Collaboration Suite的安装</title>
      <link>http://it580.com/debian-e4-b8-8bzimbra-collaboration-suite-e7-9a-84-e5-ae-89-e8-a3-85/</link>
      <pubDate>Sat, 28 Mar 2009 21:23:02 +0000</pubDate>
      
      <guid>http://it580.com/debian-e4-b8-8bzimbra-collaboration-suite-e7-9a-84-e5-ae-89-e8-a3-85/</guid>
      <description>下载页面:http://www.zimbra.com/community/downloads.html
1.预先准备
运行如下命令:
 apt-get install sudo fetchmail libgmp3c2 libexpat1 libxml2 openssl libltdl3
 编辑/etc/hosts,执行:
 nano /etc/hosts
 在文件中,加入你的IP地址和域名,例如:
 192.168.42.136 mail.it580.com
 2.安装Zimbra
执行如下命令:
 wget http://h.yimg.com/lo/downloads/5.0.14_GA/zcs-5.0.14_GA_2850.DEBIAN4.0.20090303135618.tgz
tar xzvf zcs-5.0.14_GA_2850.DEBIAN4.0.20090303135618.tgz
cd zcs-5.0.14_GA_2850.DEBIAN4.0.20090303135618
./install.sh
 根据你的需要，选择安装的模块。安装完成后,记得设置Admin Password。配置完成后,退出配置界面。
验证运行,执行如下命令:
 su – zimbra
zmcontrol status
 3.界面预览
用户界面:http://192.168.42.136

管理界面:https://192.168.42.136:7071/</description>
    </item>
    
    <item>
      <title>Windows 2008 Server Core基本设置</title>
      <link>http://it580.com/windows-2008-server-core-e5-9f-ba-e6-9c-ac-e8-ae-be-e7-bd-ae/</link>
      <pubDate>Sun, 15 Mar 2009 16:21:18 +0000</pubDate>
      
      <guid>http://it580.com/windows-2008-server-core-e5-9f-ba-e6-9c-ac-e8-ae-be-e7-bd-ae/</guid>
      <description>1.设置网卡
运行:
 Netsh interface ipv4 show interfaces
 显示如下:
 图中显示服务器只有一块网卡,网卡的索引号为2.知道了索引号就可以开始设置网卡了。
设置网卡的ip地址，掩码及网关，运行:
 netsh interface ipv4 set address name=2 source=static address=192.168.42.100 mask=255.255.255.0 gateway=192.168.42.1
 请将红色的部分，更换为你自己的ip地址，掩码，网关。蓝色的2就是刚才我们查询到的网卡索引号(当然你也可以使用网卡的名称&amp;rdquo;本地连接&amp;rdquo;来代替)。
接下来设置DNS服务器，运行:
 netsh interface ipv4 add dnsserver name=2 address=202.101.172.46
 请将红色的部分，更换为你自己的DNS服务器。
2.激活系统
运行如下命令,激活许可证:
 slmgr.vbs –ato
 3.修改系统名称
运行:
 wmic computersystem where name=&amp;ldquo;%computername%&amp;rdquo; rename name=&amp;ldquo;WIN2K8SRV1&amp;rdquo;
 执行该命令成功后，系统会返回 ReturnValue=0 。注意需要重新启动系统，新系统名称才会生效。
另一种方式:
 netdom renamecomputer %computername% /NewName:WIN2K8SER1
 4.启动自动更新
运行:
 cscript c:\windows\system32\scregedit.wsf /AU 4</description>
    </item>
    
    <item>
      <title>在不支持PAE的机器上使用ubuntu server</title>
      <link>http://it580.com/e5-9c-a8-e4-b8-8d-e6-94-af-e6-8c-81pae-e7-9a-84-e6-9c-ba-e5-99-a8-e4-b8-8a-e4-bd-bf-e7-94-a8ubuntu-server/</link>
      <pubDate>Mon, 17 Nov 2008 13:47:50 +0000</pubDate>
      
      <guid>http://it580.com/e5-9c-a8-e4-b8-8d-e6-94-af-e6-8c-81pae-e7-9a-84-e6-9c-ba-e5-99-a8-e4-b8-8a-e4-bd-bf-e7-94-a8ubuntu-server/</guid>
      <description>由于Ubuntu Server现在默认开启了PAE支持，在不支持PAE的机器上会导致无法启动。
碰到这种情况后，直接使用ubuntu server的安装盘启动。选择修复现有系统选项，并正确选择你安装系统的分区，将可进入命令行方式。
然后执行如下命令:
 apt-get update
apt-get install linux-generic
apt-get remove linux-server linux-image-2.6.27-7-server
 请将 2.6.27-7 的版本号换成你的相应版本。可以使用如用如下命令查询获得你的版本号。
 apt-cache search linux image server –names-only
 记得最后检查一下/boot/grub/menu.lst 。看启动中是否已经没有例如server字样即可。
如果你是在虚拟机安装中碰到这个问题，升级你的虚拟软件到最新版本即可。</description>
    </item>
    
  </channel>
</rss>