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的方式
手动关闭ubuntu防火墙命令sudo iptables -P INPUT ACCEPT sudo iptables -P FORWARD ACCEPT sudo iptables -P ...
这里整理了我常用的vps脚本和工具,本页已置顶会定期更新。网络测试Linux回程路由检测https://23vps.com/post/9.htmlIP可用性检测工具https://23vps.com/post/15.htmlping.pe替代品ping.sxhttps://23vps.com/pos...
给vps dd完debian10系统在运行python程序的时候提示这个错误root@srv1634123456:~# python client-linux.py -bash: python: command not found解决办法...
主机哥做测评时发现一个测试VPS跑分、网络及IO的脚本,测得的数据还是比较准确的。项目地址:https://github.com/masonr/yet-another-bench-script脚本使用:curl -sL yabs.sh | bash如果提示没有...
近日主机哥发现用于检测小鸡网络的ping.pe已经没有国内检测节点了(只剩一个腾讯云节点了),对于检测国内连通性来说已经不够用了,有个替代网站就是https://ping.sx/网站截图:...
项目地址:https://github.com/younasiqw/Linux-NetSpeed-New 原项目地址:https://github.com/ylx2016/Linux-NetSpeed/ 原作者博客:https://blog.ylx.me/archives/783...