rsync在Windows和linux之间传输文件名乱码问题
[ 2010/03/05 15:30 | by selboo ]
Rsync 介绍 http://selboo.com.cn/read.php?498
环境
Windows
cwRsyncServer_4.0.3
[url=http://sourceforge.net/projects/sereds/files/cwRsync/4.0.3/cwRsyncServer_4.0.3_Installer.zip]http://sourceforge.net/projects/sereds/files/cwRsync/4.
环境
Windows
cwRsyncServer_4.0.3
[url=http://sourceforge.net/projects/sereds/files/cwRsync/4.0.3/cwRsyncServer_4.0.3_Installer.zip]http://sourceforge.net/projects/sereds/files/cwRsync/4.
Xen 下安装 Linux
[ 2010/03/01 18:29 | by selboo ]
用户手册 Xen v3.0 http://selboo.com.cn/book/Xen3man/
官网手册 http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/zh-CN/Virtualization/index.html
重建一个10G 硬盘
[root@localhost ~]# dd if=/dev/zero of=/home/xenlinux/centos-xen bs=1M count=10240
开始安装
[root@localhost boot]# virt-install
What is the name of your virtual ma
官网手册 http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/zh-CN/Virtualization/index.html
重建一个10G 硬盘
[root@localhost ~]# dd if=/dev/zero of=/home/xenlinux/centos-xen bs=1M count=10240
开始安装
[root@localhost boot]# virt-install
What is the name of your virtual ma
Centos Xen 安装
[ 2010/03/01 18:15 | by selboo ]
配置 yum
[root@localhost kernels]# vi /etc/yum.repos.d/1.repo
[centos]
baseurl=file:///mnt
enabled=1
修改 /etc/yum.conf 下的 gpgcheck=1 为 gpgcheck=0
挂在镜像
mount -o loop /iso/CentOS-5.3-x86_64-bin-DVD.iso /mnt/
安装 xen
[root@localhost kernels]# y
[root@localhost kernels]# vi /etc/yum.repos.d/1.repo
[centos]
baseurl=file:///mnt
enabled=1
修改 /etc/yum.conf 下的 gpgcheck=1 为 gpgcheck=0
挂在镜像
mount -o loop /iso/CentOS-5.3-x86_64-bin-DVD.iso /mnt/
安装 xen
[root@localhost kernels]# y