Archives

Posts Tagged ‘安装’

使用工具rpm2cpio和cpio rpm2cpio xxx.rpm | cpio -vid rpm2cpio xxx.rpm | cpio -idmv rpm2cpio xxx.rpm | cpio –extract –make-directories 参数i和extract相同,表示提取文件.v表示指示执行进程 d和make-directory相同,表示...

2,168 views | No comments
Mar 6th, 2008 | Filed under Linux 软件包管理
Tags: , ,

1.下载Vmware server的安装包 VMware-server-1.0.4-56528.i386.rpm 2.安装 #rpm ivh VMware-server-1.0.4-56528.i386.rpm 3.配置  重点在这步.记的要安装 #yum -y install gcc gcc-c++ kernel-devel #vmware-config.pl FQA: 1.如果最后遇到...

2,731 views | 2 comments
Jan 30th, 2008 | Filed under Linux 相关文章, Linux 虚拟化

bugzilla是用的最多,很不错的bug跟踪系统,但他的安装难到了不少人.这边我写了一个简单安装指南. 安装配置Bugzilla 3 1.安装http,mysql等 yum install gd gd-devel httpd mysqld gcc g++ make rpm -Uhv http://apt.sw.be/pac...

3,074 views | 1 comment
Dec 21st, 2007 | Filed under Linux 常用技巧