码迷,mamicode.com
首页 >  
搜索关键字:centos7 firewalld 80    ( 15508个结果
CentOS7全自动安装光盘制作详解
CentOS7全自动安装光盘制作详解1复制光盘文件1)挂载iso镜像创建目录用于挂载光盘:mkdir/root/centos7挂载iso镜像mount-oloopCentOS-7.0-1406-x86_64-DVD.iso/root/centos72)复制光盘文件到编辑目录进行编辑因为挂载上iso镜像是只读的,如果要编辑,需要将文件复制出来,再编..
分类:其他好文   时间:2015-03-05 15:03:45    阅读次数:341
CentOS7下安装Apache并开启SSL
参考: http://www.bootf.com/563.html http://www.sunjianhe.com/?p=1238 http://www.fwolf.com/blog/post/405 http://httpd.apache.org/docs/2.4/ssl/ssl_how...
分类:Web程序   时间:2015-03-04 16:41:47    阅读次数:144
centos7安装wxPython-最简单的方法
通过源码安装wxPython非常麻烦,而且容易出错,也费时间。 通过 重要yum源方式非常的简单,过程如下: [maokx@localhost Downloads]$ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm --2015-03-04 09:50:36--  http:...
分类:编程语言   时间:2015-03-04 11:10:23    阅读次数:139
CentOS7 中文man(cman)配置方法
作为CentOS新手,看懂英文man固然重要,不过配置好中文man也可以让自己更快速地学习!1.下载中文man包源码的网址:http://manpages-zh.googlecode.com/files/manpages-zh-1.5.1.tar.gz发现打不开,后来找到一个http://pkgs.fedoraproject.org/repo/pkgs/man-pages-zh-CN/manpag..
分类:其他好文   时间:2015-03-04 06:21:18    阅读次数:282
Centos7 开发环境安装mysql社区版本
1,Centos7安装 mysql首先开发的服务器是centos7,上面默认安装的数据库是MariaDB。 还是有一点区别的。要安装mysql而且oracle提供的还是个社区版本。 无所谓,开发而已,装上就行。http://dbahire.com/how-to-install-mysql-5-6-on-centos-7/yum install http://dev.mysql.com/get/m...
分类:数据库   时间:2015-03-03 18:36:30    阅读次数:161
Centos7使用yum安装mariadb
一、安装mariadb相关软件 yum?install?mariadb* 注意 “*”,可以安装mariadb相关所有模块 二、启动maridb服务 service?mariadb?start 默认用空密码登录,检查是否安装成功 mysql 三、修改数据库为utf8编码 ...
分类:数据库   时间:2015-03-02 11:31:21    阅读次数:211
CentOS7 SonarQube安装
CentOS7 SonarQube安装CentOS7 SonarQube安装Download从sonarqube下载sonarqube-5.0.zip从sonarqube下载sonar-runner-dist-2.4.zipDatabase设定Postgres数据库su postgrespsql -...
分类:其他好文   时间:2015-02-28 21:33:05    阅读次数:989
CentOS7 Jenkins安装
CentOS7 Jenkins安装CentOS7 Jenkins安装Download从Jenkins下载apache-tomcat-8.0.18.tar.gzInstall安装上传RPM文件到/tmp目录下cd /tmprpm -ivh jenkins-1.599-1.1.noarch.rpm设定/...
分类:其他好文   时间:2015-02-28 21:32:22    阅读次数:278
CentOS7 Nexus安装
CentOS7 Nexus安装CentOS7 Nexus安装Download从Nexus下载nexus-2.11.2-03-bundle.tar.gzInstall安装上传RPM文件到/tmp目录下mkdir /opt/nexuscd /opt/nexustar -zxvf /tmp/nexus-2...
分类:其他好文   时间:2015-02-28 21:27:53    阅读次数:229
CentOS7 PostgreSQL安装
CentOS7 PostgreSQL安装CentOS7 PostgreSQL安装Install安装使用yum安装yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpmy...
分类:数据库   时间:2015-02-28 21:26:45    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!