Linux 精心设计的操作

compress & uncompress

bzcat -c cpjs.tar.bz2  | tar -xvf -
gunzip -c jdk-8u191-linux-x64.tar.gz | tar -xvf -

验证GPG

gpg --import xxx.gpg.key
gpg --verify file_name.asc file_name

md5

NeroMD5Verifier、hash、hashcalc
WARNING: No any other purpose,keeping reminded! So sorry to offended,if necessary, contact me and I do change what I had done to protect your privileges!
原文地址:https://www.cnblogs.com/MimiSnowing/p/15602683.html