复现
$ unzip test.zip
Archive: test.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of test.zip or
test.zip.zip, and cannot find test.zip.ZIP, period.
原因
unzip默认解压大小小于2G
安装7za
wget --no-cookie --no-check-certificate https://jaist.dl.sourceforge.net/project/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2
tar -jxvf p7zip_16.02_src_all.tar.bz2
cd p7zip_16.02
sudo make && make install
执行解压命令:
7za x test.zip
原创文章,作者:站长,如若转载,请注明出处:https://wsppx.cn/1391/%e7%bd%91%e7%ab%99%e9%83%a8%e7%bd%b2/

相关推荐
-
docker安装svn
下载镜像 运行容器 进入到容器修改配置 创建仓库 修改三个配置文件 vi svnserve.conf vi passwd vi authz 退出容器即可访问,端口是3690
-
postman使用pre-request-script,可以减少手动获取cookie的次数
前言 一般公司都是使用sso单点登录,接口是oauth2.0标准的,每次请求都需要将Authorization带上。而这个字段又需要从页面上手动登录后再获取,比较麻烦,这里推荐使用…
-
2021年如何激活windos7
2021年如何激活win7呢 版本 windows7 旗舰版 激活码 WXJPY-T4KRK-J8JQY-PW2K6-KTQMH 输入产品密钥,就是上面的 点击激活 选择电话激活,…
-
kubernetes搭建mysql主从服务
参考:https://kubernetes.io/zh/docs/tasks/run-application/run-replicated-stateful-application…
-
记一次网站dns被攻击,域名指向的地址被修改了
背景 早上访问wsppx.cn,浏览器提示有风险,查看了证书并未过期,但是浏览器的证书提示与当前的域名不一致 证书变为uisp.com 所以ping 了一下wsppx.cn,发现i…
-
pve修改ip和节点名称
pve修改节点名称 vi /etc/hosts 修改pve为新的名称 reboot重启 移动原来的节点的数据到新的节点 pve修改ip和网关地址 修改hosts里面的ip vi …
-
k8s部署之验证集群(五)
一、创建一个资源配置清单nginx容器在hdss7-21或hdss7-22任意一个节点上创建一个资源配置清单 二、集群检查在hdss7-21 curl 172.7.21.2 在hd…
-
安装ingress-ngin v1.1.0版本并测试是否成功
前言:不要盲目追新,不要盲目追新,不要盲目追新。这几天ingress安装不下就是因为新版本我下载不下来最新的镜像,并且这类新版本的安装内容也找不到借鉴的。 ingress-ngin…