apache配置注释本文首发:https://www.cnblogs.com/somata/p/LinuxCentOShttpdConfigComment.html如果没看懂可以去看看官方发布的文档apache官方文档conf/httpd.confServerRoot"/etc/httpd"#指定服务配置根目录Listen80...
更新yum源CentOS7默认yum源的PostgreSQL版本过低,不适合在本版本上使用。在https://yum.postgresql.org/repopackages.php上找到适合CentOS7的RPM源,复制其url地址,使用yum安装。同时安装epel(ExtraPackagesforEnterpriseLinux7),为了稳定性,CentOS7的默认yum源缺少很多组件,...
Centos7上安装FastDFS本文章摘抄于风止鱼歇博客地址:https://www.cnblogs.com/yufeng218/p/8111961.html1、安装gcc(编译时需要)FastDFS是C语言开发,安装FastDFS需要先将官网下载的源码进行编译,编译依赖gcc环境,如果没有gcc环境,需要安装gccyuminstall-ygccgcc-c++2、安装libev...
安装环境:CentOS764位MINI版,安装MySQL5.71、配置YUM源在MySQL官网中下载YUM源rpm安装包:http://dev.mysql.com/downloads/repo/yum/#下载mysql源安装包shell>wgethttp://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm#安...
一、环境centos7jdk-7u80-linux-x64.rpm下载:链接:https://pan.baidu.com/s/10UMrxNE1d2ZbDt7kvBM1yQ提取码:pmov官网下载页链接:https://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261...