Archive for: April 2010

2010-04-29

linux下Rsync同步镜像服务器配置教程

Filed under: 东写西读 - 29 Apr 2010

主服务器:192.168.0.220 (CentOS 4.4)
从服务器:192.168.0.248 (CentOS 5)
============================== 1> 在两台主机上分别安装rsync ======================

默认一般都是安装了的

[root@office ~...

在Windows Live Writer中设置代码显示插件

Filed under: 东写西读 - 29 Apr 2010

      我一直用Windows Live Writer写博客,感觉很不错,唯一有点让我很不方便的时,如果我要在日志中放入代码,让代码按一定的格式显示,就很不方便了。

  ...

2010-04-01

LVM详细操作说明

Filed under: 东写西读 - 01 Apr 2010

一、需求:
1、添加一个20G硬盘,并初始分区为如下:
/mysql 6G
/appstore 6G
/infoware 8G

2、全部使用LVM分区,并测试调整分区,比如将/mysql 扩大成8G,
(1)测试从相邻...