windows 2003服务器安全配置

九月 11th, 2009 | 4 Comments | Posted in Windows | 阅读次数: 293 次

制作:高进波
时间:2009-09-11

1.关闭NetBIOS 139端口
本地连接属性->TCP/IP属性->高级->WINS->禁用TCP/IP上的NETBIOS

2.彻底禁用139,445端口
开始->运行:service[......]

Read more

LINUX启动流程

九月 11th, 2009 | 5 Comments | Posted in Centos | 阅读次数: 65 次

制作:高进波
时间:2009-09-11

1.从BIOS到Kernel
MBR->Kernel->Kernel自解压->内核初始化->内核启动(/usr/src/linux/init/main.c中)

2.内核启动
创建1#进程并[......]

Read more

用脚本修改UBUNTU源为archive.ylmf.net

九月 10th, 2009 | 1 Comment | Posted in Shell, Ubuntu | 阅读次数: 155 次

vi ylmf-apt.sh

#!/bin/bash
#power by hugwww
#change apt source

#ubuntu 8.04
if [ $(cat /etc/lsb-release |grep "[......]

Read more

大流量WEB架构-LVS集群配置

九月 5th, 2009 | 3 Comments | Posted in LVS | 阅读次数: 1,187 次

制作:高进波
时间:2009-09-05
主题:ubuntu8.04下安装配置lvs-dr

一.环境
lvs-dr
eth0    192.168.1.50
eth0:1    192.168.1.55(VIP)
web1[......]

Read more

Tags:

linux安装完毕时区时间问题

九月 1st, 2009 | 3 Comments | Posted in Centos, Ubuntu | 阅读次数: 116 次

安装完系统发现时间与现实时间相差+8小时,经分析由以下产生。
我们在安装时选择的是上海,而centos5把bios时间认为是utc时间,所以+8小时给我们。这个时候的bios的时间和软件的时间是不一致的。一个代表 utc 一个代表我们设置[......]

Read more