服务器是阿里云的 centos 默认linux是没有安装解压rar,zip的软件的.而网上找到的yum install命令也没有用.而且这个rar并不是免费的,只有40天的试用期...真是坑啊 由于用的centos是64位的,所以要下载64位的 rar linux .因为32位的在执行时会出现 /lib/: bad ELF interpreter: No such file or directory 的报错,而按网上说的使用yum install glibc.i686命令安装兼容库,但yum上并
dotNetZip on CodePlex: http://dotnetzip.codeplex.com/ 详细的可以看源代码……总之感觉比SharpZipLib好用.而且DotNetZip支持VB,C#以及任何.NET语言. 加压:(从CodePlex上偷过来的) using (ZipFile zip = new ZipFile()) { // add this map file into the "images" directory in the zip archive 把这个PN
1.Download rar for linux wget http://www.rarlab.com/rar/rarlinux-x64-5.5.b1.tar.gz 2.Configure rar tar -zxvf rarlinux-x64-5.5.b1.tar.gz cd rar make install Note : 常用功能 1.添加压缩文件 rar a vick_test.rar ./vick_test 2.解压缩 #保留压缩目录名 rar x vick_test.rar [root@
[root@vmbbak yum]# unzip RHEL_5.7\ x86_64\ DVD-1.zip error: Zip file too big (greater than 4294959102 bytes)Archive: RHEL_5.7 x86_64 DVD-1.zipwarning [RHEL_5.7 x86_64 DVD-1.zip]: 2776688134 extra bytes at beginning or within zipfile (attempting to pr
1.下载:根据主机系统下载合适的版本,当前64为centos系统演示下载: wget http://www.rarlab.com/rar/rarlinux-x64-5.3.0.tar.gz 2.解压安装 tar xvf rarlinux-x64-5.3.0.tar.gz cd rar make install OK! 压缩一个文件: rar a -r pazzn.rar pazzn 压缩一个文件: unrar x pazzn.rar Linux解压tar.gz和tar.bz2的命令