#编辑脚本
vim tcping.sh
#! /bin/bash
cd /usr/local/src
wget https://raw.githubusercontent.com/Fsiyuetian/tcping/master/tcping.c
yum install -y gcc
gcc -o tcping tcping.c
cp tcping /usr/bin
tcping baidu.com 80
#运行脚本 sh tcping.sh
#执行后效果如下表示安装成功
#编辑脚本
vim tcping.sh
#! /bin/bash
cd /usr/local/src
wget https://raw.githubusercontent.com/Fsiyuetian/tcping/master/tcping.c
yum install -y gcc
gcc -o tcping tcping.c
cp tcping /usr/bin
tcping baidu.com 80
#运行脚本 sh tcping.sh
#执行后效果如下表示安装成功
1、ASP.Net Core 环境安装(以3.1版本为例) 1.1 我们使用微软提供的离线安装包进行安装。首先下载tar.gz的离线包,下载网址:https://dotnet.microsoft.com/en-us/download/dotnethttps://dotnet.microsoft.com/e
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M