
服务器相关
x5yw
这个作者很懒,什么都没留下…
展开
-
weblogic学习笔记(-)
centos 3.8 + platform813_linux32.bin 1:installchmod +x platform813_linux32.bin./platform813_linux32.bin -mod=console -log=/home/platform_install.log原创 2007-04-03 13:16:00 · 666 阅读 · 0 评论 -
linux 下虚拟windows 2003
项目中或多或少会有系统集成的情况出现,而服务平台的集成是最基础也最为重要的部分。一直都在unix下或者类linux下跑服务。但是集成的过程中发现有个小模块是在windows 下开发的。为了节省资源在打算在linux下虚拟一个windows。1:redhat as5.0集成了xen。。。可惜的是xen需要cpu支持VT..无奈放弃。。。2:linux +vmware 太吃资源。。不原创 2007-05-14 18:41:00 · 1343 阅读 · 0 评论 -
linux xen 虚拟windows2003
http://unix-cd.com/unixcd12/article_6654.html http://forums.xensource.com/forum.jspa?forumID=3原创 2007-05-08 00:32:00 · 1700 阅读 · 0 评论 -
unix solaris debian4.0 龙芯体验
找个存活的服务器做个检测点。。不曾想找到个好耍的东东T1000/Solaris系统:硬件环境:1 颗UltraSPARC T1芯片,CPU 主频为1.0 GHz,八核四线程配置8 GB内存软件环境:Solaris 10 Update 3 for SPARC机器域名:t1000.unix-center.net(公网),t1000-edu.unix-center.net(教育网)X4100/S原创 2007-04-29 13:41:00 · 791 阅读 · 0 评论 -
ssh拒绝链接
状况:输入密码后自动拒绝链接 检查/etc/hosts.allow /etc/hosts.deny是否有关于sshd的相关限制如:sshd ssh1 ssh2 all=--------允许任何地方登录如果有限制就去掉/etc/init.d/sshd restart原创 2007-08-06 12:58:00 · 1379 阅读 · 0 评论 -
邮件系统 zimbra初探
1:down http://www.zimbra.com/community/downloads.html 本次实验在redhat 4.4 &&ubuntu 6.06进行。。选择相应的版本2:install tar zxvf zcs*.tgz cd zcs; ./install.sh原创 2007-04-18 21:08:00 · 2190 阅读 · 1 评论 -
架设dns服务器 on redhat enterprise as 4.4
1:down www.isc.orgtar zxvf bind-9.4.0.tar.gz2:installcd bind-*./configure --prefix=/site/named --enable-threadsmake;make installmkdir /var/named3:config cd /site/named sbin/rndc-confgen -a 将生成所需要的key在原创 2007-04-12 17:27:00 · 703 阅读 · 0 评论 -
the ha project --eddie
1:down and install (eddie.erlang) down:http://eddie.sourceforge.net/.rpm to install this toolbut ,we must install erlang of point to point.for more erlang information:www.erlang.orgnote: file原创 2007-07-04 17:23:00 · 853 阅读 · 0 评论 -
weblogic pool train
做任何实验前:1:检查实验环境,操作系统内核与安装软件的模块是否都互相支持2:搭建平台时,所需要的软件彼此间是否支持3:做好1,2节省时间weblogic8.1.4之前的版本不支持mysql!!!!!!!!!!!!!!!!!!!!!!!http://e-docs.bea.com/wls/docs81/jdbc/intro.html#1036718oracle weblog原创 2007-04-04 15:44:00 · 647 阅读 · 0 评论 -
iptables实现远程登陆虚拟机的guest os
introduce1:vmware的vmnet0 brige vmnet1 host-only vmnet8 host-only dhcp每个guest os的网络都采用nat方式。。。方便!!!懒人的选择!2:整个过程可以看做是内外网的关系。真实的物理网卡eth0--vmnet原创 2007-06-01 17:00:00 · 1103 阅读 · 0 评论