windows傳輸至linux的壓縮--分包與解包
windows端使用壓縮-500M
進行md5校驗
傳輸至linux
linux安裝
wget /> 不用安裝,直接解壓至資料夾
tar zxvf rarlinux-3.8.0.tar.gz -C /usr/local
建立link
#ln -s /usr/local/rar/rar /usr/local/bin/rar
#ln -s /usr/local/rar/unrar /usr/local/bin/unrar
如果遇到報錯,按照報錯安裝缺的東西
[root@hrtest expdp]# unrar
unrar: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
[root@hrtest expdp]# yum -y install libstdc++.so.6
只需解壓第一個包即可
unrar x exp.part01.rar
進行md5校驗
傳輸至linux
linux安裝
wget /> 不用安裝,直接解壓至資料夾
tar zxvf rarlinux-3.8.0.tar.gz -C /usr/local
建立link
#ln -s /usr/local/rar/rar /usr/local/bin/rar
#ln -s /usr/local/rar/unrar /usr/local/bin/unrar
如果遇到報錯,按照報錯安裝缺的東西
[root@hrtest expdp]# unrar
unrar: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
[root@hrtest expdp]# yum -y install libstdc++.so.6
只需解壓第一個包即可
unrar x exp.part01.rar
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21302630/viewspace-1767364/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux tar分卷壓縮與解壓縮Linux
- 資料壓縮傳輸與斷點續傳那些事兒斷點
- Linux 常用的壓縮與解壓縮命令詳解Linux
- 序列化資料傳輸壓縮
- Linux下檔案的壓縮與解壓Linux
- 探索HTTP傳輸中gzip壓縮的祕密HTTP
- Linux中檔案的壓縮和解壓縮Linux
- linux 下壓縮與解壓資料夾Linux
- Linux如何傳輸資料至另一臺Linux?Linux
- Linux壓縮解壓Linux
- Linux科研武器庫 - 檔案壓縮與解壓縮 - zip / unzipLinux
- linux下壓縮解壓縮命令Linux
- linux壓縮和解壓縮命令整理Linux
- linux windows遠端傳輸工具LinuxWindows
- linux 高效壓縮工具之xz的壓縮解壓使用Linux
- Linux與windows檔案傳輸詳解及例項LinuxWindows
- [20181112]11g 日誌傳輸壓縮模式.txt模式
- linux分卷壓縮解壓Linux
- Linux下的tar壓縮解壓縮命令詳解Linux
- Linux之壓縮Linux
- Linux打包壓縮解壓工具Linux
- 【Linux基礎】壓縮和解壓Linux
- Linux常用命令之檔案壓縮與解壓縮命令詳解Linux
- Linux 檔案壓縮Linux
- 壓縮或解壓檔案用的Linux命令?linux開發入門與實戰Linux
- linux下壓縮、解壓命令大全Linux
- linux檔案壓縮和解壓命令Linux
- Windows&Linux檔案傳輸方式總結WindowsLinux
- Windows的壓縮資料夾(zip/cab)Windows
- Linux(四):Linux的打包和壓縮詳解Linux
- Linux基於tar與openssl加密解密壓縮包Linux加密解密
- 傳輸體積下降 85%,融雲 HTTP 壓縮演算法解析HTTP演算法
- linux 下面壓縮、解壓.rar檔案Linux
- js上傳圖片壓縮JS
- 告警壓縮與降噪
- 大資料中批次壓縮與獨立壓縮的比較 - Bozho大資料
- 短影片開發app,利用資料壓縮加速大檔案傳輸APP
- Linux 學習筆記--檔案打包與解壓縮Linux筆記
- NET中SharpZipLib 的使用(一)【壓縮與解壓】