发布时间:2011-04-01 17:02:52
在Linux系统 centos系统 上安装RAR由于最近弄了个计划,不得不使用RAR,所以要在centos上安装RAR,记录如下:wget http://www.rarsoft.com/rar/rarlinux-3.9.3.tar.gztar -xvf rarlinux-3.9.3.tar.gzcd rarmake看见下面这些信息就是安装成功了mkdir -p /usr/local/binmkdir -p /usr/loca.........【阅读全文】
发布时间:2011-04-01 16:44:59
Linux 下 unzip .zip 文件出错尝试 unzip wget 过来的压缩文件:unzip bbs.zip提示如下错误:Archive: bbs.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.........【阅读全文】