配置node_exporter 下载解压 root@VM-0-3-ubuntu:~$ wget -c https://github.com/prometheus/node_exporter/releases/download/v0.18.1/node_exporter-0.18.1.linux-am ...
分类:
其他好文 时间:
2020-07-05 23:23:43
阅读次数:
125
一、远程服务器文件拷贝 1.1、scp scp /home/a.txt root@127.0.0.1:/home/ 1.2、sshpass(适用于脚本调用,直接指定密码) 1.2.1、安装sshpass 1 wget http://sourceforge.net/projects/sshpass/f ...
分类:
系统相关 时间:
2020-07-05 23:20:17
阅读次数:
97
1.卸载系统自带的MySQL rpm -qa|grep mysql rpm -e --nodeps *mysql* rpm -qa|grep mariadb rpm -e --nodeps mariadb 2.安装MySQL8.0 wget https://cdn.mysql.com/archive ...
分类:
数据库 时间:
2020-07-05 13:32:08
阅读次数:
88
安装dashboard1. 下载安装dashboard用yaml文件wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml2. 修改kubernetes-dashbo ...
分类:
Web程序 时间:
2020-07-05 13:20:26
阅读次数:
229
1、安装宝塔 #CentOS系统 wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh #Ubuntu系统 wget -O install.sh http://download.bt.cn/i ...
分类:
Web程序 时间:
2020-07-05 00:21:57
阅读次数:
203
安装平台: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
1、打开centos的yum文件夹输入命令cd /etc/yum.repos.d/2、用wget下载repo文件输入命令wget http://mirrors.aliyun.com/repo/Centos-7.repo如果wget命令不生效,说明还没有安装wget工具,输入yum -y instal ...
分类:
其他好文 时间:
2020-07-04 20:51:52
阅读次数:
154
安装环境:CentOS Linux release 7.2.1511 (Core) 1.准备工作: 下载confluence6.7.1:wget https://downloads.atlassian.com/software/confluence/downloads/atlassian-confl ...
分类:
其他好文 时间:
2020-07-04 20:45:14
阅读次数:
74
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
首先你需要安装Ubuntu子系统,安装方法点击这里,安装完成后再进行下面的步骤. 安装宝塔面板 输入命令 wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh 等待 ...