码迷,mamicode.com
首页 >  
搜索关键字:Centos7安装    ( 2379个结果
Centos7.0安装Nginx1.8.1
Centos7.0安装Nginx1.8.1一、安装Nginx依赖包系统环境是Centos7.0#yum–yinstallpcre-devel#yum–yinstallopenssl-devel#yum–yinstallgcc#./configure--prefix=/usr/local/nginx--with-http_ssl_module--with-http_spdy_module--with-http_stub_status_module--with-pcre注释?.
分类:其他好文   时间:2017-11-15 10:53:01    阅读次数:210
Centos7.0安装Nginx1.8.1
Centos7.0安装Nginx1.8.1一、安装Nginx依赖包系统环境是Centos7.0#yum–yinstallpcre-devel#yum–yinstallopenssl-devel#yum–yinstallgcc#./configure--prefix=/usr/local/nginx--with-http_ssl_module--with-http_spdy_module--with-http_stub_status_module--with-pcre注释?.
分类:其他好文   时间:2017-11-15 10:52:11    阅读次数:156
centos7安装python3和Django后,ModuleNotFoundError: No module named '_sqlite3'
1.准备安装环境 2.安装python3 去官网下载编译安装包或者直接执行以下命令下载 wget https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz 解压 tar -xvJf Python-3.6.2.tar.xz 切换进入 cd  ...
分类:数据库   时间:2017-11-14 20:35:02    阅读次数:3396
centos7 安装VMware tools 出现The path "" is not a valid path to the 3.10.0-514.el7.x86_64 kernel headers
执行:yum install "kernel-devel-uname-r == $(uname -r)" ...
分类:系统相关   时间:2017-11-14 17:21:09    阅读次数:1165
linux-Centos7安装python3并与python2共存
1.查看是否已经安装Python CentOS 7.2 默认安装了python2.7.5 因为一些命令要用它比如yum 它使用的是python2.7.5。 使用 python -V 命令查看一下是否安装Python 然后使用命令 which python 查看一下Python可执行文件的位置 可见执 ...
分类:编程语言   时间:2017-11-13 21:36:23    阅读次数:166
centos7 安装后需要做的事情
安装centos 7 系统之后要做的几件事 #修改主机名 hostnamectl --static set-hostname xd-1 #下面是使用iptables systemctl stop firewalld.service systemctl disable firewalld.servic... ...
分类:其他好文   时间:2017-11-13 18:21:46    阅读次数:176
Centos7 安装zabbix3.0 服务端 详细
参考: https://www.cnblogs.com/37yan/p/6879218.html http://blog.csdn.net/hao134838/article/details/57122516 http://blog.csdn.net/u014057054/article/detai ...
分类:其他好文   时间:2017-11-11 11:40:20    阅读次数:209
centos7安装mysql5.7
我打算在我的centos7.2上面装一个mysql5.7,我选择编译安装1要安装,首先要有安装包,下载去因为mysql5.7要求boost,所以建议大家尽量选择自带boost的mysql源码包下载来安装,这样就不用麻烦单独安装boost了.我下载的是mysql-boost-5.7.18.tar.gz[root@python~]#llmysql-boost-5.7.1..
分类:数据库   时间:2017-11-10 20:26:04    阅读次数:201
centos7安装rlwrap
http://utopia.knoware.nl/~hlub/uck/rlwrap/ 下载rlwrap-0.42.tar.gz 找到centos7 安装的iso中的 Packages的 ncurses-devel-5.9-13.20130511.el7.x86_64.rpm rpm -ivh ncu ...
分类:其他好文   时间:2017-11-09 15:07:12    阅读次数:1018
Centos7 安装gitLab
我这里使用的是centos 7 64bit,我试过centos 6也是可以的! 1. 安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 2.设置postfix开机自启,并启动,postfix支持g ...
分类:其他好文   时间:2017-11-06 19:14:49    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!