码迷,mamicode.com
首页 >  
搜索关键字:Centos7 安装SNMP服务    ( 14702个结果
下载CentOS7系统
一、下载CentOS镜像 官网下载链接:http://isoredirect.centos.org/centos/7/isos/x86_64/ 进入下载页,选择阿里云站点进行下载(Actual Country 国内资源 Nearby Countries 周边国家资源) 阿里云站点:http://mi ...
分类:其他好文   时间:2020-06-27 11:17:34    阅读次数:1127
阿里云官方 Centos7 源码安装 LAMP环境
部署LAMP环境 请注意centos版本, https://help.aliyun.com/document_detail/50774.html?spm=5176.11065259.1996646101.searchclickresult.329a675cZHKfON ...
分类:其他好文   时间:2020-06-27 09:43:59    阅读次数:63
centos7中设置nginx的systemctl启动方式
centos7中设置nginx的systemctl启动方式 1.建立服务文件 (1)文件路径 vim /usr/lib/systemd/system/nginx.service (2)服务文件内容 [Unit] Description=nginx - high performance web ser ...
分类:其他好文   时间:2020-06-27 00:19:54    阅读次数:192
Centos7部署mysql
安装mysql yum install mysql mysql-server 会出现以下错误: [root@yl-web yl]# yum install mysql-server Loaded plugins: fastestmirror Loading mirror speeds from ca ...
分类:数据库   时间:2020-06-26 22:38:58    阅读次数:85
VMware+CentOs7(NAT模式)详细安装配置以及ping联通处理
自学安装centos系统,同学给的b站参考视频上用的是桥接模式,上次安装ubuntu时用的桥接就不行,看到很多人说centos最好也用NAT,那这次还是用NAT吧,结果遇见了跟上次一样的ping不同的问题,研究了半天,终于解决,从安装配置到解决问题总用时一天,写个博客记录一下我的过程和问题,继续加油 ...
分类:移动开发   时间:2020-06-26 22:29:48    阅读次数:97
Django部署在CENTOS7上
项目结构 /data/playback_project/├── PlayBack└── script /data/playback_project/PlayBack├── app01├── db.sqlite3├── manage.py├── Middle├── PlayBack├── README ...
分类:其他好文   时间:2020-06-26 18:18:21    阅读次数:60
centos7安装mysql5.7(rpm安装版)与 Mysql 权限
centos7安装mysql5.7(rpm安装版) 网址:https://www.cnblogs.com/helf/p/11244711.html Mysql 权限管理 网址: https://www.cnblogs.com/wangyueping/p/11258028.html ...
分类:数据库   时间:2020-06-26 14:43:58    阅读次数:66
kubeadm搭建k8s(v1.17.3)集群与Kubespere定制化安装
前言:不断学习就是程序员的宿命 一、kubeadm搭建k8s集群 1、系统准备 三台ECS(8C、16G、Centos7.x) 2、环境配置 2.1 关闭防火墙 systemctl stop firewalld systemctl disable firewalld 2.2 关闭selinux se ...
分类:其他好文   时间:2020-06-26 14:24:23    阅读次数:86
CentOS7 防火墙相关命令
CentOS7 防火墙相关命令 查看防火墙状态 firewall-cmd --state 停止firewall systemctl stop firewalld.service 开启firewall systemctl stop firewalld.service 禁止firewall 开机启动 s ...
分类:其他好文   时间:2020-06-26 12:34:39    阅读次数:43
CentOS7安装iptables防火墙
CentOS7默认的防火墙不是iptables,而是firewalle.要停止firewall systemctl disable firewalld.service systemctl stop firewalld.service systemctl status firewalld.servic ...
分类:其他好文   时间:2020-06-26 12:28:47    阅读次数:61
14702条   上一页 1 ... 71 72 73 74 75 ... 1471 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!