挂载基于MooseFS 分布式文件,客户端主机必须安装FUSE软件包(FUSE版本号至少2.6,推荐版本号大于2.7的fuse)[root@master ~]# rpm -qa|grep fuse fuse-2.8.3-4.el6.x86_64fuse-libs-2.8.3-4.el6.x86_64...
分类:
其他好文 时间:
2014-09-23 23:07:15
阅读次数:
403
一般情况下,我们都要将linux自带的OPENJDK卸载掉,然后安装SUN的JDK。首先查看Linux自带的JDK是否已安装。输入如下命令,查看已经安装的JAVA版本信息。Linux代码java-versionjava -version 输入如下命令,查看JDK的信息。Linux代码rpm-qa|g...
分类:
其他好文 时间:
2014-09-23 19:43:15
阅读次数:
225
1:查找以前是否装有mysqlrpm -qa|grep -i mysql2:停止mysql服务、删除之前安装的mysql删除命令:rpm -e –nodeps 包名# rpm -ev MySQL-client-5.5.25a-1.rhel5# rpm -ev MySQL-server-5.5.25a...
分类:
数据库 时间:
2014-09-23 01:38:53
阅读次数:
247
查看gcc版本号rpm -qa | grep gccgnu的gcc是linux/unix下开发的,不能直接在window下运行。window下有gcc的移植版本。就是楼上说的MinGW和cygwin下的gccCygwin是在window下虚拟个unix环境默认情况下,Cygwin 基本包将不安装 G...
分类:
系统相关 时间:
2014-09-22 19:25:33
阅读次数:
227
Xwindows:gnome (红帽默认安装的图形界面)一, 确认及安装VNCSERVER。1,首先确认你服务器是否配置了VNCSERVER,可以在命令行下敲入以下命令查看:[root@localhost: ~]#rpm -qa |grep vncvnc-server-4.1.2-14.el5_3....
分类:
系统相关 时间:
2014-09-22 10:51:32
阅读次数:
332
检查是否nfs#rpm -qa|grep nfs#rpm -qa|grep rpcbind将nfs rpcbind 设置为开机启动#chkconfig nfs on#chkconfig rpcbind on#启动 nfs rpcbinds#service rpcbind start#service....
分类:
其他好文 时间:
2014-09-20 23:48:59
阅读次数:
417
1查看机器上是否装有mysqlrpm-qa|grepmysql2.删除已经存在的mysqlrpm-e--nodepsmysql()强力删除模式)3.安装编译代码需要的包yum-yinstallgccgcc-develgcc-c++gcc-c++-develautoconf*automake*zlib*libxml*ncurses-develncurseslibgcrypt*libtool*cmakeopensslopenssl-develbiso..
分类:
数据库 时间:
2014-09-19 14:02:56
阅读次数:
259
一、Fedora启动sshd服务:1、先确认是否已安装ssh服务:[root@localhost~]#rpm-qa|grepopenssh-server openssh-server-5.3p1-19.fc12.i686(这行表示已安装)若未安装ssh服务,可输入:#yuminstallopenss...
分类:
其他好文 时间:
2014-09-19 11:46:15
阅读次数:
211
安装snmp#yuminstall-ynet-snmpnet-snmp-utilsnet-snmp-devel请确保安装如下几个包:#rpm-qa|grepsnmpnet-snmp-5.1.2-11.EL4.7net-snmp-libs-5.1.2-11.EL4.7net-snmp-devel-5.1.2-11.EL4.7net-snmp-utils-5.1.2-11.EL4.7net-snmp-perl-5.1.2-11.EL4.7修改配置文件snmpd.conf#vi..
分类:
其他好文 时间:
2014-09-18 16:57:14
阅读次数:
183
[root@root ~]# rpm -qa |grep jdk
java-1.6.0-openjdk-1.6.0.0-1.45.1.11.1.el6.x86_64
[root@root~]# rpm -e java-1.6.0-openjdk-1.6.0.0-1.45.1.11.1.el6.x86_64
error: Faileddependencies:
jre >= 1.5.0 is needed by(installed) libreoffice-ure-1:3.4.5.2-...
分类:
其他好文 时间:
2014-09-18 11:33:13
阅读次数:
474