当前位置:网站首页>Verifying downloaded files using sha256 files
Verifying downloaded files using sha256 files
2022-07-02 05:56:00 【mengloveyu】
sha256 File verification downloaded file
Get ready sha256 Documents and documents to be inspected
[[email protected]]# ll
total 24076
-rw-r--r-- 1 root root 24647024 May 18 01:22 istio-1.13.4-linux-amd64.tar.gz
-rw-r--r-- 1 root root 97 May 18 01:22 istio-1.13.4-linux-amd64.tar.gz.sha256
Use sha256sum
Verification file
grammar :
cat [sha256 file ] | sha256sum --check
Sample execution :
// Automatic comparison
[[email protected]]# cat istio-1.13.4-linux-amd64.tar.gz.sha256 | sha256sum --check
istio-1.13.4-linux-amd64.tar.gz: OK
// Or compare yourself
[[email protected] istio]# cat istio-1.13.4-linux-amd64.tar.gz.sha256
a7066afc8ff91266f8903ce6c3c994aafc12da80175c5a3f9f7ab0ed7eaa020f istio-1.13.4-linux-amd64.tar.gz
[[email protected]]# sha256sum istio-1.13.4-linux-amd64.tar.gz
a7066afc8ff91266f8903ce6c3c994aafc12da80175c5a3f9f7ab0ed7eaa020f istio-1.13.4-linux-amd64.tar.gz
边栏推荐
- [C language] simple implementation of mine sweeping game
- 软件测试基础篇
- 在uni-app中引入uView
- keepalived安装使用与快速入门
- Reading notes of cgnf: conditional graph neural fields
- [whether PHP has soap extensions installed] a common problem for PHP to implement soap proxy: how to handle class' SoapClient 'not found in PHP
- Technologists talk about open source: This is not just using love to generate electricity
- PHP gets CPU usage, hard disk usage, and memory usage
- CNN可视化技术 -- CAM & Grad-CAM详解及pytorch简洁实现
- 脑与认知神经科学Matlab Psytoolbox认知科学实验设计——实验设计四
猜你喜欢
Opencv LBP features
神机百炼3.54-染色法判定二分图
如何写出好代码 — 防御式编程指南
RGB 无限立方体(高级版)
mysql的约束总结
Thunder on the ground! Another domestic 5g chip comes out: surpass Huawei and lead the world in performance?
Happy Lantern Festival | Qiming cloud invites you to guess lantern riddles
Cube magique infini "simple"
all3dp.com网站中全部Arduino项目(2022.7.1)
Software testing Q & A
随机推荐
深度学习分类网络--VGGNet
js判断移动端还是pc端
memcached安装
PHP inner class name is the same as the inner class method name
在uni-app中引入uView
I want to understand the swift code before I learn it. I understand it
500. 键盘行
GRBL 软件:简单解释的基础知识
PHP development and testing WebService (soap) -win
Common websites for Postgraduates in data mining
15 C language advanced dynamic memory management
all3dp. All Arduino projects in com website (2022.7.1)
51单片机——ADC讲解(A/D转换、D/A转换)
外部中断无法进入,删代码再还原就好......记录这个想不到的bug
File contains vulnerability (I)
Stick to the big screen UI, finereport development diary
Typora installation (no need to enter serial number)
STC8H8K系列匯編和C51實戰——數碼管顯示ADC、按鍵串口回複按鍵號與ADC數值
PHP obtains some values in the string according to the specified characters, and reorganizes the remaining strings into a new array
PHP read file (read the specified line containing a string in the file)