linux安装unzip
linux系统没有自带的解压工具,需要自己安装当用到zip或者unzip命令时如果没有安装就会出现-bash: unzip: command not found
CentOS
阿里云限量代金券 | 此广告位出租25元/月 |
yum install unzip zip -y
Debian
apt-get install zip -y
以上就是两种安装unzip/zip的方式
linux系统没有自带的解压工具,需要自己安装当用到zip或者unzip命令时如果没有安装就会出现-bash: unzip: command not found
CentOS
阿里云限量代金券 | 此广告位出租25元/月 |
yum install unzip zip -y
Debian
apt-get install zip -y
以上就是两种安装unzip/zip的方式
站长玩VPS完全依赖各种脚本各种小软件,Linux也不例外,下面推荐一款在Linux下使用的综合Linux脚本:curl -O https://tx.hk47.cc/linux.sh && chmod +x linux.sh...
有些vps会同时存在ipv4和ipv6,如果我们不想用ipv6可以禁用ipv6地址。此方法在debian10和CentOS7下测试可用!用nano或vi命令编辑配置文件nano /etc/sysctl.conf在末尾添加如下两行:net.ipv6.conf.all.disable_ipv6...
linux vps没有wget命令会提示:-bash: wget: command not foundlinux vps解决没有wget命令的方法:debian系统apt-get -y update apt-get instal...
主机哥闲着无聊写了一个流量消耗命令,运行这个命令后可以把VPS流量全部都消耗光!这样不仅仅是无聊,而是一定程度上可以测试出主机商是否能否长期跑带宽,因为有些主机商会在你带宽持续占用一定时间后限制你的速度。此脚本适合所有linux vps系统使用方法:安装screen命令apt-get is...
主机哥做测评时发现一个测试VPS跑分、网络及IO的脚本,测得的数据还是比较准确的。项目地址:https://github.com/masonr/yet-another-bench-script脚本使用:curl -sL yabs.sh | bash如果提示没有...
上次主机哥分享过一款测评脚本里其实也带跑分测试,但是主机哥发现在某些VPS跑分测不出来,于是再分享一个脚本。wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh...