sap FCO-00011 CJS-30149解决方法

十二月 12th, 2009 | 1 Comment | Posted in 8.SAP | 阅读次数: 1,643 次

Author:gaojinbo Time:2009-12-12 在linux下安装sap ecc6 sr3出现问题,sap FCO-00011,CJS-30149 环境: centos 5.4 x86_64 sap E[......]

Read more

Tags: ,

centos5.4下安装vnc server

十二月 12th, 2009 | 3 Comments | Posted in Centos | 阅读次数: 1,350 次

Author:高进波 time:2009-12-12 centos5.4远程控制,通过以下方法可以非常方便的实现远程操作linux服务器,还有图形界面,非常实用。   1.安装软件 yum -y install v[......]

Read more

Tags:

ubuntu9.10 gdm登录界面定制

十二月 8th, 2009 | 23 Comments | Posted in Ubuntu | 阅读次数: 2,903 次

Author:gaojinbo Time:2009-12-08 修改后效果如图 image 1. 安装gdm-2.20     sudo apt-get install gdm-2.20 按y进行安装,根据[......]

Read more

Tags: ,

centos5.3下安装配置lighttpd优化配置

十二月 5th, 2009 | 2 Comments | Posted in Lighttpd | 阅读次数: 582 次

制作:高进波 时间:2009-07-14 主题:centos5.3下安装配置lighttpd,优化配置   vi /etc/lighttpd/lighttpd.conf #通用优化设置 #server.ma[......]

Read more

Tags: ,

功能强大的电子商务web网站架构

十二月 4th, 2009 | 2 Comments | Posted in LVS | 阅读次数: 977 次

Author:gaojinbo Time:2009-12-04   WEB架构图 clip_image001 LVS 集群,负载均衡,自动将请求分发到两台web服务器 Web1 用nginx来做为web服务器,性能高,并发高,配置缓存模块,将图[......]

Read more

Tags:

基于托管的入侵检测系统OSSEC

十二月 4th, 2009 | 2 Comments | Posted in 5.安全 | 阅读次数: 256 次

http://www.ossec.net/ 基于网络的入侵检测系统(NIDS)一般由两部分组成:网络流量传感器和入侵检测系统控制台。 技术特点 OSSEC除了前面介绍的具有典型的主机型入侵检测系统的特性外,还有其他一些特点:[......]

Read more

Tags:

macbook air苹果笔记本电脑安装xp linux

十二月 3rd, 2009 | 3 Comments | Posted in Windows | 阅读次数: 1,592 次

制作:高进波 时间:2009-07-18 主题:macbook安装xp-linux操作系统 1.转换磁盘格式 由于苹果电脑磁盘格式为gpt,不支持直接安装xp等系统 开机时按C住键,用光盘PE启动电脑,使用磁盘工具di[......]

Read more

Tags:

centos5.4下安装配置vsftpd pasv模式

十二月 3rd, 2009 | 4 Comments | Posted in FTP | 阅读次数: 949 次

Author:gaojinbo Time:2009-12-03 centos5.4下安装配置vsftpd pasv模式   1.安装 yum install vsftpd   2.修改配置文件[......]

Read more

Tags:

LINUX下配置mysql双机备份master/slave主从

十二月 2nd, 2009 | 2 Comments | Posted in mysql | 阅读次数: 673 次

制作:高进波 时间:2009-3-17 主题:LINUX下配置mysql双机备份master/slave MySQL 提供 Master/Slave 机制让您轻易的完成多个 MySQL Server 之间的数据同步,有了多个数[......]

Read more

Tags:

nginx限制ip并发数

十二月 1st, 2009 | 3 Comments | Posted in Nginx | 阅读次数: 648 次

Author:gaojinbo Time:2009-12-01 nginx限制ip并发数,也是说限制同一个ip同时连接服务器的数量 1.添加limit_zone 这个变量只能在http使用 vi /usr/local/[......]

Read more

Tags: