码迷,mamicode.com
首页 >  
搜索关键字:Centos7 安装SNMP服务    ( 14702个结果
MongoDB副本集replica set (二)--副本集环境搭建
(一)主机信息操作系统版本:centos7 64-bit数据库版本 :MongoDB 4.2 社区版iphostname192.168.10.41 mongoserver1192.168.10.42mongoserver2192.168.10.43mongoserver3(二)副本集搭建过程首先需要... ...
分类:数据库   时间:2020-06-23 21:39:29    阅读次数:88
01_在centos7下安装Docker
注意:整个过程都是在 root 用户下 1、root 账户登录,查看 linux 内核版本 2、把 yum 包更新到最新(期间要选择确认,输入 y 即可) 3、安装需要的软件包,yum-util 提供 yum-config-manager 功能,另外两个是 devicemapper 驱动依赖的。 4 ...
分类:其他好文   时间:2020-06-23 21:23:30    阅读次数:57
学习httprunner记录01
python 3.6版本 使用 pipenv构建的虚拟化环境 安装指导遵从官方文档https://docs.httprunner.org/quickstart/ 测试环境:在vmware中安装centos7,然后在centos7安装禅道软件 步骤: 1 打开charles,作为proxy 2 使用浏 ...
分类:Web程序   时间:2020-06-23 19:33:51    阅读次数:59
centos7.2,看似复杂,实则简单,从零开始安装node部署kos链接mysql,外接nginx。
1、首先先要确保有一个完整的服务器,有需要请去各种某云购买 2、确保你的服务器已经安装yum以及curl(通常都会有) 3、首先下载最新版的node(目前最新稳定版是12开头,所以填12,如果不是填其他) curl -sL https://deb.nodesource.com/setup_12.x ...
分类:数据库   时间:2020-06-23 17:12:14    阅读次数:61
【CentOS7】之执行yum命令报错
备份文件: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors tha ...
分类:其他好文   时间:2020-06-23 11:43:38    阅读次数:63
centos6.5安装nginx1.16.0
亲测通过! 转自:https://www.cnblogs.com/enjoyjava/p/11029425.html 参考: centos7 编译安装nginx1.16.0( 完整版 ) https://blog.csdn.net/weixin_37773766/article/details/80 ...
分类:其他好文   时间:2020-06-22 22:33:38    阅读次数:85
Tengine编译安装
实战环境LNMP项目实战:L:Linux(centos7.6)http://mirrors.cqu.edu.cn/CentOS/7.6.1810/isos/x86_64/N:Tengine(1.12.2)http://tengine.taobao.org/download/tengine-2.1.2.tar.gz主机信息:部署规划:172.24.77.242(sr2.dj.com):运行Tengi
分类:其他好文   时间:2020-06-22 19:33:54    阅读次数:98
CentOS7 网络服务启动失败
错误:job for network.service failed because the control process exited with error code.see "" fordetails failed to start lsb bring up/down networking 解决 ...
分类:其他好文   时间:2020-06-22 18:54:09    阅读次数:112
centos7文件上传与下载
安装 yum -y install lrzsz 使用工具:SecureCRT 上传文件: [root@centos7 ~]# rz cd到要放置上传文件的路径下,输入rz命令,SecureCRT弹出文件选择对话框,选择要上传的文件,点击添加 ,然后确定 下载文件: [root@centos7 ~]# ...
分类:Web程序   时间:2020-06-22 12:43:54    阅读次数:311
centos7 + nginx + uwsig + Django
## 今天整一个线上部署环境 ## 概念性 东西自己看就好了 直接上货 ## 注意我这里的python3 已经安装好了,如果没有安装的可以参考我博客进行安装 ## 我这里选择的是使用虚拟环境去进行搭建的,后续也会更新在python3安装方法的博客中 ## 第一步 如果你的项目在你的本地,就先上传在服 ...
分类:其他好文   时间:2020-06-22 12:31:10    阅读次数:49
14702条   上一页 1 ... 74 75 76 77 78 ... 1471 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!