Centos common software install】的更多相关文章

1.本地安装soft yum localinstall xxx.rpm 2.kolourpaintyum install kolourpaint…
Centos 64位 Install certificate on apache 即走https协议 一: 先要apache 请求ssl证书的csr 一下是步骤: 重要注意事项 An Important Note Before You Start 在生成CSR文件时同时生成您的私钥,如果您丢了私钥或忘了私钥密码,则颁发 证书给您后不能安装成功!您必须重新生成私钥和CSR文件,免费重新颁发新的 证书.为了避免此情况的发生,请在生成CSR后一定要备份私钥文件和记住私钥 密码,最好是在收到证书之前不要…
What is the most common software of data mining? 1 Orange? 2 Weka? 3 Apache mahout? 4 Rapidminer? 5 R? and which one? If you have any explanation about the topic, I appreciate it.…
centos在yum install报错:Another app is currently holding the yum lock,这个问题可能是很多的新手经常遇到问题,之前也有人问我,包括本人在刚刚学习centos的时候也遇到过. Another app is currently holding the yum lock,这个意思很明显就是说,有另外一个应用在使用yum,被占用锁定了,所以咋办呢,直接结束掉呗. 可以通过强制关掉yum进程: # rm -f /var/run/yum.pid…
Centos7这个比较不厚道, minimal install下居然不带net-tools 先要连上网络 修改/etc/sysconfig/network-scripts/ifcfg-ens123123 去掉其中ipv6相关的内容, 改为 TYPE=Ethernet BOOTPROTO=static DEFROUTE=yes PEERDNS=yes PEERROUTES=yes IPV4_FAILURE_FATAL=no NAME=ens160 UUID=65c09798-4a11-4dd8--…
好记性不如烂笔头,把自己安装的步骤记录下来 1.下载php-5.2.8以及php-5.2.8-fpm-0.5.10.diff.gz,放到/usr/local/src目录 2.解压php-5.2.8到/usr/local/src/php-5.2.8 3.php-fpm打补丁 cd /usr/local/src gzip -cd php-5.2.8-fpm-0.5.10.diff.gz  | patch -d php-5.2.8 -p1 4.安装一些必要的东西 1) yum -y install c…
安装前注意事项: 1.cobbler主机要为静态ip,否则和dhcpd服务冲突. 2.如果用虚拟机安装,client的内存请设置为2g以上,否则会报错. 3.kickstart文件中不要出现中文,大坑.. 需要关闭selinux.(重要) centos官方源中无cobbler软件包,需要先安装epel源.然后清理yum缓存. 安装cobbler 和 cobbler-web等,启动相关服务,并且添加为开机启动.最后运行cobbler 常规检查 setenforce 0 systemctl stop…
Installation of USBDM for Windows Under Windows, installation is done with a standard Windows MSI file USBDM_X_X_X_X_Win.msi. Download from: USBDM SourceforgeNote that there is a separate installation for the device drivers and you must select the ve…
Centos 7 基础设置: 修改默认语言: 不再是修改 /etc/sysconfig/i18n, 而是要修改 /etc/locale.conf, 以及 /etc/yum/pluginconf.d/langpacks.conf vi /etc/locale.confvi /etc/yum/pluginconf.d/langpacks.conf 修改启动级别: 不再是修改 /etc/inittab, 而是通过systemctl配置, 如下 # 查看当前启动级别 systemctl get-defa…
分享一则用yum安装的mongodb初始化脚本. install_mongodb.sh会安装mongodb所需的基本环境. 配置副本集的时候会需要辅助文件hosts.conf. 说明:该示例为一主一丛一仲裁. [root@server mongodb]# cat install_mongdb.sh #!/bin/bash function func_yum(){cat >> /etc/yum.repos.d/Mongodb.repo << EOF[mongodb-org-${MRE…
# install python3sudo yum -y updatesudo yum -y install yum-utils yum install -y zlib-devel bzip2-devel ncurses-develyum install libffi-develsqlite-devel wgetwget https://www.openssl.org/source/openssl-1.1.1b.tar.gztar xvf openssl-1.1.1b.tar.gzcd open…
依赖包 yum install numactl libaio perl-Time-HiRes per-devel -y 下载对应系统版本下载 wget http://cdn.mysql.com//Downloads/MySQL-8.0/mysql-8.0.11-linux-glibc2.12-i686.tar.gz 卸载系统自带的mysql rpm -qa | grep mysql 如果系统有,删除:rpm -e --nodeps mysql-libs-5.1.71-1.el6.x86_64 下…
pip install MySQL-python 报错 pip install MySQL-python DEPRECATION: Python . Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. Looking in indexes: http://mirrors.clou…
安装Elasticsearch插件时总报SSLException yum upgrade nss 解决…
http://linuxmoz.com/centos-kernel-source-install/…
Install Oracle 11G Release 2 (11.2) on Centos Linux 7 This article presents how to install Oracle 11G on Centos Linux 7. Read following article how to install Centos Linux 7: Install Centos Linux 7 (for comfort set 2G memory for your virtual machine…
https://tecadmin.net/install-tomcat-8-on-centos-rhel-and-ubuntu/ Apache Tomcat is an opensource web hosting server for Java based web application. Tomcat is licensed under Apache License version 2. Apache has released stable version of Tomcat 8 on Ju…
What is Redis? Redis is a flexible open-source, key value data store, used as a database, cache and message broker. Redis allows the user to store vast amounts of data without the limits of a relational database. In order to achieve its outstanding p…
CentOS Kernel Source Install Mar 12th, 2012 | Comments CentOS kernel source install, first off if you are just trying to build something or compile a tool on CentOS then you probably only need to install the kernel-devel package if you are running a…
Install nginx-clojure on CentOS 7 1. install open-jdk-7 sudo yum install java-1.7.0-openjdk-devel 2. download nginx-clojure https://nginx-clojure.github.io/quickstart.html 3. download clojure 1.6.0.jar http://clojure.org/downloads 4. config nginx.con…
Install Docker Engine on CentOS OS Requirements 系统要求 To install Docker Engine,you need a maintained version of CentOS 7. Archives versions arent supported or testes. 要安装Docker引擎,需要CentOS 7的维护版本.不支持或测试存档版本. The centos-extras repository must be enabled…
Installation from packages 1 Repository installation 2 Server installation with MySQL database 3 Server installation with PostgreSQL database 4 Agent installation 5 Proxy installation 1 Repository installation   For Red Hat Enterprise Linux / CentOS…
安装步骤: 1.系统环境 1.1 更新系统 [root@centos ~]# yum update -y 1.2 查看环境 [root@centos ~]# cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core) 2.安装tengine 2.1.准备安装 [root@centos ~]# cd /usr/local/src/ 下载pcre-8.39.tar.gz 下载zlib-1.2.8.tar.gz 下载openssl-1.0.…
系统硬件:vmware vsphere (CPU:2*4核,内存2G) 系统版本:CentOS Linux release 7.0.1406 安装步骤: 1.系统环境 1.1 更新系统 [root@centos ~]# yum update -y 2.安装tengine 2.1.下载文件准备安装 [root@centos ~]# cd /usr/local/src/ [root@centos ~]# wget ftp://ftp.csx.cam.ac.uk/pub/software/progra…
环境: 系统硬件:vmware vsphere (CPU:2*4核,内存2G,双网卡) 系统版本:CentOS-7-x86_64-Minimal-1611.iso 安装步骤: 1.准备 1.0 查看硬件信息 查看物理cpu个数[root@centos ~]# grep 'physical id' /proc/cpuinfo | sort -u | wc -l 查看核心数量[root@centos ~]# grep 'core id' /proc/cpuinfo | sort -u | wc -l…
环境: 系统硬件:vmware vsphere (CPU:2*4核,内存2G,双网卡) 系统版本:CentOS-7.0-1406-x86_64-DVD.iso 安装步骤: 1.准备 1.1 显示系统版本[root@centos ~]# cat /etc/redhat-releaseCentOS Linux release 7.0.1406 (Core) [root@centos ~]# uname -aLinux tCentos7 3.10.0-123.13.2.el7.x86_64 #1 SM…
环境: 系统硬件:vmware vsphere (CPU:2*4核,内存2G,双网卡) 系统版本:CentOS-7.0-1406-x86_64-DVD.iso 安装步骤: 1.准备 1.1 显示系统版本[root@centos ~]# cat /etc/redhat-releaseCentOS Linux release 7.0.1406 (Core) [root@centos ~]# uname -aLinux tCentos7 3.10.0-123.13.1.el7.x86_64 #1 SM…
1. 全新安装centos,选择好所需定制包 2. 完成安装后会在root下面生成一个install.log(rpm包列表)anaconda-ks.cfg(下文的ks.cfg基于此文件修改) 3. 将其简单编辑下保存起来    cat /root/install.log | grep Installing | sed 's/Installing //g'|sed 's/\-[0-9].*$//g' > /tmp/rpm.log 4. 创建存放rpm包的目录   mkdir -p /tmp/cdr…
安装apache [root@centos share]# yum -y install httpd Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile  * base: mirrors.yun-idc.com  * extras: mirrors.yun-idc.com  * updates: mirrors.pubyun.com Setting up Inst…
首先介绍下我的软件环境.虚拟机Vmware9.0(已经汉化),CentOS6.4(选择安装语言为简体中文),xshell4.0(强大的安全终端模拟软件),xftp4.0(FTP工具). 方便大家环境搭建,提供软件的下载地址 VMware: VMware Workstation 9 for Windows https://my.vmware.com/cn/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation/9_0 C…