Stella981 Stella981
3年前
CentOS 7 服务端口表
\NotethatitispresentlythepolicyofIANAtoassignasinglewellknown\portnumberforbothTCPandUDP;hence,mostentriesherehavetwoentries\eveniftheprot
Stella981 Stella981
3年前
CentOS 7下搭建MediaWiki环境
一、安装php、httpd和mariadbroot@dellnode1~yuminstallymariadbservermariadbhttpd导入php的repo源:rpmUvhhttp://rpms.famillecollet.com/enterprise/remirelease7.rpm
Stella981 Stella981
3年前
MyCat 在 MySQL 主从复制基础上实现读写分离
一、环境操作系统:CentOS6.7x86_64binDVD1.isoJDK版本:jdk1.8.0_45MyCat版本:Mycatserver1.6MyCat节点IP:10.1.10.15主机名:ebusmycat01主机配置:4核CPU、4G内存MySQL版本
Stella981 Stella981
3年前
CentOS yum安装Mysql5.7
Mysql5.7 cd/etc/yum.repos.d/新增编辑一个yum源vimmysql.repo内容: mysql57communitynameMySQL5.7CommunityServerbaseurlhttp://
实战天翼云云主机系统盘扩容
天翼云云主机默认提供的系统盘容量是40G,已经能适应于绝大多数场景。但在一些特殊场景下默认的40G系统盘空间不够,必须要扩大系统盘。这时候该如何处理呢?今天就来实战一番。以centos6(下文也适应于centos7)操作系统为例,我们使用ssh登录到云主机,使用 partedl 命令查看一下现在的分区情况。5、云主机开机回到弹性云主机页面,对云主机执行开机
胖大海 胖大海
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