作为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
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
一、安装mariadb相关软件 yum?install?mariadb* 注意 “*”,可以安装mariadb相关所有模块 二、启动maridb服务 service?mariadb?start 默认用空密码登录,检查是否安装成功 mysql 三、修改数据库为utf8编码 ...
分类:
数据库 时间:
2015-03-02 11:31:21
阅读次数:
211
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安装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安装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安装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
参考:http://oracle-base.com/articles/linux/linux-firewall-firewalld.php?utm_source=tuicool CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 firewall: systemctl start firewall...
分类:
其他好文 时间:
2015-02-25 15:43:56
阅读次数:
163
前段时间给一台没有光驱的PC安装CentOS7(CentOS-7.0-1406-x86_64-DVD.iso),惯例直接用Universal-USB-Installer直接转换镜像至U盘,顺利启动,却无法安装,提示没有找到安装媒体,经实验,发现使用CentOS-liveCD反而是能够顺利进入演示系统...
分类:
其他好文 时间:
2015-02-23 23:38:01
阅读次数:
409
CentOS7 Tomcat安装CentOS7 Tomcat安装Download从Tomcat下载apache-tomcat-8.0.18.tar.gzInstall安装上传RPM文件到/tmp目录下mkdir /opt/tomcatcd /opt/tomcattar -zxvf /tmp/apac...
分类:
其他好文 时间:
2015-02-22 01:38:56
阅读次数:
175