redhat 6.4 安装VirtualBox自动增强功能功能的时候提示: building the main Guest Additions module FAILED unable to find the sources of your current Linux kernel. Specify KERN_DIR-<directory> and run Make again 这个时候需要检测gcc make kernel-level kernel-header 等文件是否安装.具体使用如下
redhat 6.5 安装solr 安装环境的准备:jdk,tomcat # cat /etc/issue Red Hat Enterprise Linux Server release 6.5 (Santiago) Kernel \r on an \m vim /etc/profile.d/java.sh PATH=${PATH}:/usr/local/jdk1.8.0_101/bin # java -version java version "1.8.0_101" Java(TM)
mongoDB在redhat下的安装 mongoDB下载安装 下载地址:http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.10.tgz root用户依次执行以下操作 tar -zxvf mongodb-linux-x86_64-2.6.10.tgz mv mongodb-linux-x86_64-2.6.10 /usr/local/mongodb cd /usr/local/mongodb mkdir db mkdir logs c