码迷,mamicode.com
首页 >  
搜索关键字:firewalld centos7    ( 15508个结果
nginx源码安装-centos7
安装平台:centos7.3 1、下载包到指定目录 wget http://nginx.org/download/nginx-1.16.1.tar.gz -P /tmp 2、解压包 tar -zxvf /tmp/nginx-1.16.1.tar.gz -C /tmp 3、安装依赖包 yum -y i ...
分类:其他好文   时间:2020-07-04 23:05:57    阅读次数:109
linux-发送邮件到邮箱配置
前提:centos7 1、yum -y install sendmail 2、yum install -y mailx 3、systemctl start sendmail.service 4、systemctl enable sendmail.service 5、在/etc/mail.rc 新添加 ...
分类:系统相关   时间:2020-07-04 21:04:38    阅读次数:77
Centos7 安装mysql5.6 怕坑记录
1.下载源: # wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 2.安装包 # sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm 添加mysql 用户 ...
分类:数据库   时间:2020-07-04 20:44:44    阅读次数:118
hbase2.1.9 centos7 完全分布式 搭建随记
hbase2.1.9 centos7 完全分布式 搭建随记 这里是当初在三个ECS节点上搭建hadoop+zookeeper+hbase+solr的主要步骤,文章内容未经过润色,请参考的同学搭配其他博客一同使用,并记得根据实际情况调整相关参数 1. 指定位置解压 2. vi /etc/profile ...
分类:其他好文   时间:2020-07-04 19:08:39    阅读次数:90
Centos7 调整磁盘空间
1. 查看磁盘空间占用情况: df -h 可以看到 /home 有很多剩余空间, / 空间不够 2、备份 /home 下的内容: cp -r /home /run/homebak 3. 关闭home进程: fuser -m -v -i -k /home fuser: 未找到命令,解决:yum ins ...
分类:其他好文   时间:2020-07-04 18:55:54    阅读次数:98
Hadoop2.7.7 centos7 完全分布式 配置与问题随记
Hadoop2.7.7 centos7 完全分布式 配置与问题随记 这里是当初在三个ECS节点上搭建hadoop+zookeeper+hbase+solr的主要步骤,文章内容未经过润色,请参考的同学搭配其他博客一同使用,并记得根据实际情况调整相关参数。 0.prepare jdk,推荐1.8 关闭防 ...
分类:其他好文   时间:2020-07-04 18:52:39    阅读次数:80
Centos7 搭建Nginx+rtmp+hls直播推流服务器
1 准备工具 使用yum安装git [root~]# yum -y install git 下载nginx-rtmp-module,官方github地址 // 通过git clone 的方式下载到服务器上 [root~]# git clone https://github.com/arut/ngin ...
分类:其他好文   时间:2020-07-04 18:47:27    阅读次数:177
zookeeper3.5.5 centos7 完全分布式 搭建随记
zookeeper3.5.5 centos7 完全分布式 搭建随记 这里是当初在三个ECS节点上搭建hadoop+zookeeper+hbase+solr的主要步骤,文章内容未经过润色,请参考的同学搭配其他博客一同使用,并记得根据实际情况调整相关参数 0.prepare 准备奇数台已经配置好jdk的 ...
分类:其他好文   时间:2020-07-04 18:40:31    阅读次数:95
CentOS7安装Zabbix4
https://www.jianshu.com/p/dbc585a35061 系统版本:CentOS7.6; 基于LAMP环境安装 一、环境配置 1、安装环境 [root@jiahao ~]# yum install -y httpd mariadb-server mariadb php php-m ...
分类:其他好文   时间:2020-07-04 15:07:12    阅读次数:75
Centos7防火墙配置
一、基本操作 1、开启防火墙 service firewalld start 2、关闭防火墙 service firewalld stop 3、重启防火墙 service firewalld restart 二、查看: 1、查看防火墙状态 systemctl status firewalld 2、查 ...
分类:其他好文   时间:2020-07-04 13:40:47    阅读次数:55
15508条   上一页 1 ... 71 72 73 74 75 ... 1551 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!