Difference between revisions of "Check a Downloaded ISO Image For Errors/ru"

no edit summary
(Created page with "Чтобы проверить целостность загруженного файла необходимо сначала открыть загруженный файл к...")
Tags: Mobile web edit Mobile edit
Tags: Mobile web edit Mobile edit
Line 34: Line 34:
[[File: sha256.png|thumb|left|375px]]
[[File: sha256.png|thumb|left|375px]]


For example, the following command will use sha256 to generate a code from the 64 bit Manjaro XFCE 0.8.1 ISO. The code generated can then be compared to the code provided by the appropriate sha256 checksum file:
Например, следующая команда будет использовать sha256 для генерации кода из 64-битного Manjaro XFCE 0.8.1 ISO. Затем сгенерированный код можно сравнить с кодом, предоставленным соответствующим файлом контрольной суммы sha256:


  {{UserCmd|command=sha256sum manjaro-xfce-0.8.1-x86_64.iso}}
  {{UserCmd|command=sha256sum manjaro-xfce-0.8.1-x86_64.iso}}


As illustrated, in this instance both codes match, thus confirming that the downloaded ISO file is correct. The following command would use sha1 to undertake exactly the same task:
As illustrated, in this instance both codes match, thus confirming that the downloaded ISO file is correct. The following command would use sha1 to undertake exactly the same task:
translator
10,713

edits