Linux分卷压缩和解压缩
1.将分卷的文件合并成一个文件
cat inpectWeb.zip.* > inspectWeb.zip
2.解压合并后的文件
unzip -zvf inspectWeb.zip
CCache安装
wget https://www.samba.org//ftp/ccache/ccache-3.6.tar.xz
tar -xvf ccache-3.6.tar.xz
cd ccache-3.6
./configure -prefix=/var/ccache
make -j8
make install
ln -s /var/ccache/bin/ccache /usr/bin/ccache
阅读次数: 本文累计被阅读 1000000 次