Gentoo 升级系统的标准步骤
#emerge --sync //升级整个portage目录
#emerge portage //如果不是最新的portage,需要按提示执行此操作
#emerge python //如果不是最新的python,需要按提示执行此操作
#/usr/sbin/update-python //执行完emerge python后执行此操作
#emerge -avuDN world //按照 /var/lib/portage/world 文件下的包,重新构建整个系统
参数说明: --ask (-a) 控制Portage显示它要更新的软件包列表,并让您决定是否继续更新
--verbose (-v) 在屏幕上输出完整的文件列表
--update (-u) 更新包的最佳版本
--deep (-D) 更新系统中的每个软件包
--newuse (-N) USE标记变更后,要使Portage检查USE标记的变动是否导致
需要安装新的软件包或者将现有的包重新编译
#emerge -av --depclean //清除不需要(孤立)的软件包
#revdep-rebuild //gentoolkit包里面的一个软件,用来检查系统的依赖关系是否都满足,
自动安装没有满足关系的包
#dispatch-conf //更新系统的配置文件
#emerge -e world //本地重新编译整个系统,USE标记变化不大时不需执行
参数说明: --emptytree (-e)
posted @
2009-01-07 15:09 狐狸贝贝 阅读(5950) |
评论 (2) |
编辑 收藏
摘要: 摘要:vi 编辑器是最常用的文档创建和编辑工具,初学者应该学会简单应用vi ,学会在vi 中做简单的修改、删除、插入、搜索及替换作业;如果您是新手,不妨看看本文,或许这篇文档能让您在最短的时间内学会vi的简单操作;
阅读全文
posted @
2008-09-17 13:52 狐狸贝贝 阅读(762) |
评论 (0) |
编辑 收藏
由于笔记本之前不能上网,故没有采用YAST2等方式安装,直接采用以下sources的方式
说明:笔记本无线网卡 AR242x,在WINDOWS下识别为AR5006EXS
Compiling it yourself using the sources
- Make sure you have installed the kernel-source and the C++ compiler. If not, please install them using YaST.
- Download the current drivers from this location [1]. (下载最后最新的就可以了)
- Unpack the archive in a temporary folder.
- Open up a terminal window.
- Switch to the temporary folder, and type in:
make
-
make install
- You can load the kernel modules using:
modprobe ath_pci
Note: in the openSUSE 11.0 may be a conflict with built in module ath5k, which seems is not functional yet, but prevents using madwifi's one. Resolution is to add this module to the blacklist. To do this add the line blacklist ath5k to the file /etc/modprobe.d/blacklist and reboot. |
Note: for the ath_pci and ath_hal to work for the AR242x, you have to reboot. |
参考:
http://en.opensuse.org/Atheros_madwifi
posted @
2008-09-17 13:20 狐狸贝贝 阅读(1130) |
评论 (0) |
编辑 收藏
bin
启动和关闭JBoss 的脚本(run.bat为windows系统下的启动脚本,shutdown.bat为windows系统下的关闭脚本)。
client
客户端与JBoss 通信所需的Java 库(JARs)。
docs
配置的样本文件(数据库配置等)。
docs/dtd
在JBoss 中使用的各种XML 文件的DTD。
lib
一些JAR,JBoss 启动时加载,且被所有JBoss 配置共享。(不要把你的库放在这里)
server
各种JBoss 配置。每个配置必须放在不同的子目录。子目录的名字表示配置的名字。JBoss 包含3 个默认的配置:minimial,default 和all,在你安装时可以进行选择。
server/all
JBoss 的完全配置,启动所有服务,包括集群和IIOP 。
server/default
JBoss 的默认配置。在没有在JBoss 命令行中指定配置名称时使用。(我们下载的4.2.1版本默认采用此配置) 。
server/default/conf
JBoss 的配置文件。
server/default/data
JBoss 的数据库文件。比如,嵌入的数据库,或者JBossMQ
server/default /deploy
JBoss 的热部署目录。放到这里的任何文件或目录会被JBoss 自动部署。EJB、WAR 、EAR,甚至服务。
server/default /lib
一些JAR,JBoss 在启动特定配置时加载他们。(default 和minimial 配置也包含这个和下面两个目录。)
server/default/log
JBoss 的日志文件。
server/default/tmp
JBoss 的临时文件
posted @
2008-02-15 16:39 狐狸贝贝 阅读(1405) |
评论 (0) |
编辑 收藏
http://sourceforge.net/project/showfiles.php?group_id=22866
posted @
2008-02-02 09:53 狐狸贝贝 阅读(278) |
评论 (0) |
编辑 收藏