复现
$ 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/
相关推荐
-
win10修改administrator 账号名称
如果正常通过控制面板-账户-修改用户名即可,就不需要按下面的看了,我的是无法修改 打开可以按 Win +R 组合键,输入:netplwiz 命令,确定或回车,打开用户账户 双击修改…
-
k8s安装Node节点之部署kube-proxy(四)
部署机器 hdss7-21 hdss7-22 创建生成证书csr的json配置文件在hdss7-200的主机上操作 注意:下面的system:kube-proxy不能修改,这个是k…
-
bind9添加域名在windows访问有缓存时间,不能及时生效
添加k8s-dash.home.com 在11机器上添加域名 在nginx机器上配置转发 在win10上访问 浏览器打开:https://k8s-dash.home.com 不是对…
-
ESXI系列之直通硬盘给黑群晖系统
直通sata接口 直接上命令 开启直通 选择sata控制器,点击切换直通就行,需要重启系统,重启之后就显示为活动 直通给黑群晖 点击添加设备,选择PCI设备即可,重启群晖系统 RD…
-
Linux上安装openvpn
简介 这里提供github一键安装脚步,手动安装太费劲了,而且很容易出错。 适合centos/ubuntu 地址:https://github.com/Nyr/openvpn-in…
-
k8s安装Node节点之部署kubelet(三)
操作机器 hdss7-21 hdss7-22 2、创建生成kubelet服务端证书csr的json配置文件在hdss7-200.host.com上操作 3、生成拷贝kubelet证…
-
配置本地nginx代理文件服务
关闭selinux 不关闭nginx会403 2021/11/18 15:33:07 [error] 7250#7250: *23 opendir() “/data/d…
-
docker 安装 rabbitmq
安装代码 登录 默认账号密码 guest/guest 增加root用户 进入容器 增加用户 授权root admin权限 查看所有用户
-
记一次网站dns被攻击,域名指向的地址被修改了
背景 早上访问wsppx.cn,浏览器提示有风险,查看了证书并未过期,但是浏览器的证书提示与当前的域名不一致 证书变为uisp.com 所以ping 了一下wsppx.cn,发现i…