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的方式
脚本地址:https://github.com/lmc999/RegionRestrictionCheck脚本介绍:A bash script to check if your VPS’s IP is available for various OTT platforms,可用于检测VPS能否解锁N...
手动关闭ubuntu防火墙命令sudo iptables -P INPUT ACCEPT sudo iptables -P FORWARD ACCEPT sudo iptables -P ...
主机哥做测评时发现一个测试VPS跑分、网络及IO的脚本,测得的数据还是比较准确的。项目地址:https://github.com/masonr/yet-another-bench-script脚本使用:curl -sL yabs.sh | bash如果提示没有...
主机哥今天购买了一台纯IPV6的小机,自带系统是alpine而且没有其他诸如debian、centos之类的系统,由于之前一直没接触过这个系统,做个教程记录一下百度了一下才知道alpine是只用非常节省资源的Linux发行版,难怪我买的71MB内存2GB硬盘的LXC小机就只能用这个系统了首次开通机器...
压缩命令tar -zcvf 压缩文件名.tar.gz 被压缩文件名可先切换到当前目录下这样就不用加入路径便可压缩当前目录里的文件,可同时输入多个被压缩的文件名或目录,压缩文件名和被压缩文件名都可加入路径。例如tar -zcvf test.tar.gz...
项目地址:https://github.com/iiiiiii1/Block-IPs-from-countries 本脚本适用于CentOS、Debian、Ubuntu等常用系统。使用root运行以下命令:wget https://raw.githubusercontent.co...