??xml version="1.0" encoding="utf-8" standalone="yes"?>欧美午夜精品久久久久久人妖,一级片在线观看,亚洲欧美综合在线精品http://www.aygfsteel.com/chybox/category/26590.html|盘[disk.bluenuo.cn]zh-cnSun, 25 May 2008 03:47:03 GMTSun, 25 May 2008 03:47:03 GMT60Linux下安装用Subversionhttp://www.aygfsteel.com/chybox/archive/2008/05/09/199448.html囝泺囝泺Fri, 09 May 2008 03:41:00 GMThttp://www.aygfsteel.com/chybox/archive/2008/05/09/199448.htmlhttp://www.aygfsteel.com/chybox/comments/199448.htmlhttp://www.aygfsteel.com/chybox/archive/2008/05/09/199448.html#Feedback0http://www.aygfsteel.com/chybox/comments/commentRss/199448.htmlhttp://www.aygfsteel.com/chybox/services/trackbacks/199448.html

?囝泺 www.bluenuo.cn 


~译安装相关软gQ我们采用源码编译安装)
a.httpd
下蝲地址Qhttp://httpd.apache.org
下蝲
httpd-*.tar.gz (*为版本号Q这里用的?.8.8Q?br /> 安装
#tar -zxvf httpd-2.8.8.tar.gz
#cd httpd-2.8.8
#./configure --enable-dav --enable-so --enable-maintainer-mode
#make
#make install
b.
Berkeley DB
下蝲地址Qhttp://www.oracle.com/technology/products/berkeley-db/index.html
下蝲
Berkeley DB 4.7.25.tar.gz
安装
#tar -zxvf db-4.4.20.NC.tar.gz
#cd db-4.4.20.NC/build_unix/
#../dist/configure --prefix=/usr/local/bdb
#make
#make install

c.Subversion
下蝲地址Qhttp://subversion.tigris.org
下蝲
subversion-*.tar.gz?a > subversion-deps-*.tar.gz包下下来Q后一个包里是一些依赖程序,?个包攑֜同一个目录下Q解压羃Q解压的文g会自动放到同一个文件夹下?br /> 安装
#tar -zxvf subversion-1.2.3.tar.gz
#cd subversion-1.2.3
#./configure --with-berkeley-db=/usr/local/bdb --with-apxs=/usr/local/apache2/bin/apxs
#make
#make install

安装成功后你可以使用 #svnadmin --version查是否安装成?br /> 安装成功会出?br /> svnadminQ版?1.4.6 (r28521)
   ~译?May  6 2008Q?9:55:08
…………
配置
配置Subversion
# mkdir /home/*/svn(*代表用户目录Q?br /> # cd /usr/local/subversion/bin
# ./svnadmin create /home/*/svn/test
q样我们在svn下面建立了一个test仓库
修改httpd配置文g
# vi /usr/local/apache2/conf/httpd.conf
在最下面d如下内容

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location /svn>
DAV svn
SVNParentPath /home/*/svn/ //svn父目?
AuthzSVNAccessFile /home/*/svn/authz.conf //权限配置文g
AuthType Basic //q接cd讄
AuthName "Subversion.zoneyump" //q接框提C?
AuthUserFile /home/*/svn/authfile //用户配置文g
Require valid-user //采用何种认证
</Location>
//其中authfile是通过"htpasswd [–c] /home/*/svn/authfile username password"来创建的
//"Require valid-user"告诉apache在authfile中所有的用户都可以访问。如果没有它Q?br /> //则只能第一个用户可以访问新建库
修改好后保存Q重启apache
# ./usr/local/apache2/bin/apachectl restart

权限理

1)增加用户
# ./usr/local/apache2/bin/htpasswd [-c] /home/*/svn/authfile wooin
//W一ơ设|用h使用-c表示新徏一个用h件。回车后输入用户密码Q完成对用户的增?/font>
# ./usr/local/apache2/bin/htpasswd authfile 用户?加入新的用户)
2)权限分配

# vi /home/svnroot/repository/authz.conf
   [test:/] //q表C,仓库test的根目录下的讉K权限
   wooin = rw //test仓库wooin用户hd写权?
   bao = r //test仓库bao用户hL?
   [test2:/] //test2仓库根目录下的访问权?
   wooin = r //wooin用户在test2仓库根目录下只有L?
   bao = //bao用户?test2仓库根目录下无Q何权?
   [/] //q个表示在所有仓库的根目录下
   * = r //q个表示Ҏ有的用户都具有读权限
   #[groups] //q个表示组讄
   #svn1-developers = wooin, bao //q个表示某群l里的成?
   #svn2-developers = wooin
   #[svn1:/]
   #@svn1-developers = rw //如果在前面加上@W号Q则表示q是个群l权限设|?/font>

这个设|完成后。重启ApacheQ就可以通过
http://localhost/svn/test
q个URL来访问仓库了

至于在eclipse使用svn需要自己安装svn插g?/p>

q里介紹Eclipse的SVN PluginQ叫做Subclipse,官方|站的下载地址?a >http://subclipse.tigris.org/Q也提供了update site http://subclipse.tigris.org/update?br /> Eclipse 的用者可以通过Eclipse的插件自动下载和更新功能来安装这个插Ӟ在Eclipse的菜单中选择Help->Software Updates->Find and Install-> Search for new features to install ->New Remote Site。URL中就输入http://subclipse.tigris.org/updateQEclipse׃自已安装上了.

安装完成后,在Eclipse的plugins中就会多?个包Q命名ؓorg.tigris.subversion.*的都应该是了。打开 Eclipse,window->show viewH口中多了一个SVN文g夹,到此p明svn插g成功的安装上了。具体的使用ҎQ在Eclipse的Help中有详细的帮? Subclipse - Subversion Eclipse PluginQ教你一步一步的使用SVN的客L了。如果你对subversion惌行深入的了解Q那么看看help中的Version Control with Subversion一定有所收获Q通过本h的观察,q䆾文档和sbuversion安装文g中提供的官方文档一Pq里看v来就更舒服些了?/p>

注:本文是ȝ前辈资料的成?/p>


囝泺Q武汉科技学院
您可以通过其博客了解更多信息和文章Q?a target="_blank">http://www.bluenuo.cn



囝泺 2008-05-09 11:41 发表评论
]]>
GRUB唤醒沉睡的SUSEhttp://www.aygfsteel.com/chybox/archive/2007/10/16/153312.html囝泺囝泺Tue, 16 Oct 2007 08:41:00 GMThttp://www.aygfsteel.com/chybox/archive/2007/10/16/153312.htmlhttp://www.aygfsteel.com/chybox/comments/153312.htmlhttp://www.aygfsteel.com/chybox/archive/2007/10/16/153312.html#Feedback0http://www.aygfsteel.com/chybox/comments/commentRss/153312.htmlhttp://www.aygfsteel.com/chybox/services/trackbacks/153312.html
?囝泺 www.bluenuo.cn



首先把GRUB下下来,为方便下ơ用我把grub支持多文件系l的版本攑֜我的|盘http://disk.bluenuo.cn的linux目录下,下蝲后提取grldr文g到C:\Q现在只需要把pȝ的启动菜单中加上C:\GRLDR=My Grub一行,下次启动的时候就可以通过My Linux Suse10q个菜单q入grubQ但现在只能使用命o来用GRUBQ接下来我们为GRUB加入菜单?br /> 在C:\下徏立boot文g夹,然后q入刚徏立的boot文g夹徏立grub文g夹,最后,在grub目录下徏立menu.lst文gQ至于menu.lst里面写什么你可以查阅相关资料Q笔者是通过光盘引导了以前的linuxpȝQ仿?boot/grub下面的menu.lst写的Q原linux下的menu.lst如下

# Modified by YaST2. Last modification on ?nbsp; 4?nbsp; 1 06:48:42 UTC 2007
color white/blue black/light-gray
default 1
timeout 8
gfxmenu (hd1,7)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Desktop 10
    root (hd1,7)
    kernel /boot/vmlinuz root=/dev/sda8 vga=0x314    resume=/dev/sda7  splash=silent showopts
    initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    chainloader (hd0,0)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux Enterprise Desktop 10
    root (hd1,7)
    kernel /boot/vmlinuz root=/dev/sda8 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
    initrd /boot/initrd


׃现在我只需要引导suse10Q所以我把启动设|跟最后一条复制到我的menu.lst里面可以了
# Modified by YaST2. Last modification on ?nbsp; 4?nbsp; 1 06:48:42 UTC 2007
color white
/blue black/light-gray
default 1
timeout 
8
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Desktop 10
    root (hd1,7)
    kernel /boot/vmlinuz root=/dev/sda8 vga=0x314    resume=/dev/sda7  splash=silent showopts
    initrd /boot/initrd
其中U色标记的因个hpȝ而定
现在grub已经能唤醒沉睡的suse了,至于grub更详l的使用Q可以在|上搜烦grub使用的文章,q里不在l述

囝泺Q武汉科技学院
您可以通过其博客了解更多信息和文章Q?a target="_blank">http://www.bluenuo.cn

囝泺 2007-10-16 16:41 发表评论
]]>
վ֩ģ壺 | ɽ| | | | Ϫ| ƽ| ͤ| | ͻȪ| º| | ͷ| ˮ| | | | | | | ɽ| ÷ӿ| Ѩ| Т| ղ| ұ| | | | º| ɽ| ̫| ض| | Ȫ| | | | | Զ| |