Stella981 Stella981
3年前
Centos 7.0 zabbix 部署
1、LAMP环境搭建初次安装可以先关闭selinux和firewallroot@localhost~setenforce0root@localhost~systemctlstopfirewalld.service1.1 mariadb数据库安装,启动、加入启动项root@localh
Wesley13 Wesley13
3年前
ubuntu 20.04 LTS 安装后设置root密码
环境:ubuntu20.04LTS版本问题:ubuntu20.04LTS安装后如何设置root密码方法:使用命令行sudopasswd设置root密码命令行如下:www@ubuntu:~$sudopasswd\sudo\passwordforwww
Stella981 Stella981
3年前
Lua 与php 性能测试说明文档
Lua 与php性能测试说明文档测试环境   192.168.10.30获取同一物品信息  读取redis localhost:6379PhpnginxredisLuanginxredisngx\_lua将lua嵌入到nginx,让nginx执行lua脚本,高并
Stella981 Stella981
3年前
CentOS 6部署监控神器普罗米修斯(详细部署说明)
部署说明:环境说明:组件版本下载地址Prometheus2.6.1https://prometheus.io/download/prometheus(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fprometheus.io%2Fdo
Stella981 Stella981
3年前
Hadoop 2.8 二进制包安装和配置
环境:centos7准备工作:三台机器(内存大于2G)分别写hosts、设定hostname192.168.8.139master192.168.8.131slave1192.168.8.132slave2关闭防火墙关闭selinux关闭firewalld
Stella981 Stella981
3年前
Git总结笔记1
1.环境搭建:Linux:安装gityuminstallygitWindows:到官网下载安装包安装完成后配置如下用户名和邮箱:gitconfigglobaluser.name"YourName"gitconfigglobaluser.email"email@exam
Stella981 Stella981
3年前
KafKa集群安装、配置
一、事前准备   1.kafka官网:http://kafka.apache.org/downloads.   2.选择使用版本下载.   3.kafka集群环境准备:(linux)    192.168.145.129 主机名:kafka01    192.168.145
Wesley13 Wesley13
3年前
ubuntu16.04+GTX2080Ti+torch7安装记录
环境说明ubuntu16.04cuda10.02080Ti显卡拉取代码和修改编译脚本拉取代码用户先clone代码:gitclonehttps://github.com/torch/distro.git~/torchrecursive通常下载很慢,rec
Stella981 Stella981
3年前
CNVD
环境搭建使用docker搭建servicedockerstart!(https://oscimg.oschina.net/oscnet/1f29110508cb4af4bcbf94772d7f04fa.png"image.png")!(https://oscimg.oschina.net/oscnet/
陈哥聊测试 陈哥聊测试
1年前
你在测试金字塔的哪一层(上)
在准备将软件上线到生产环境之前需要进行测试。随着软件测试方式日趋成熟,软件开发团队的测试也在取代大量手动测试,逐渐实现自动化测试。