Stella981 Stella981
3年前
CentOS 7 服务端口表
\NotethatitispresentlythepolicyofIANAtoassignasinglewellknown\portnumberforbothTCPandUDP;hence,mostentriesherehavetwoentries\eveniftheprot
Stella981 Stella981
3年前
Docker搭建Keepalived+Haproxy+PXC集群
准备环境:  1.4台CentOS7主机  2.主机名对应的IP地址:    docker1  192.168.113.21    docker2  192.168.113.22    docker3  192.168.113.23    docker4  192.168.113.24操作步骤:1.4台主机上关闭防火墙,安装并
Stella981 Stella981
3年前
CentOS 7下搭建MediaWiki环境
一、安装php、httpd和mariadbroot@dellnode1~yuminstallymariadbservermariadbhttpd导入php的repo源:rpmUvhhttp://rpms.famillecollet.com/enterprise/remirelease7.rpm
Stella981 Stella981
3年前
CentOS yum安装Mysql5.7
Mysql5.7 cd/etc/yum.repos.d/新增编辑一个yum源vimmysql.repo内容: mysql57communitynameMySQL5.7CommunityServerbaseurlhttp://
胖大海 胖大海
2年前
Centos7 yum安装mariadb
1配置yum源安装  yum配置文件/etc/yum.repos.dyuminstallmariadbmariadbserver2修改root用户默认密码updateusersetpasswordpassword("xxxx")whereuser"root"; 修改root用户密码flushprivileges;刷新权限,3.
胖大海 胖大海
2年前
Linux centos7 安装nginx
安装前准备安装GCC编译环境yuminstallygccgcccautoconfautomakemake安装模块依赖Nginx支持的功能模块需要有第三方的库支持,例如gzip的zlib库,rewrite重写需要的pcre库,HTTPS需要的openssl库等等。yuminstallzlibzlibdevelopensslopens