Difference between revisions of "Check a Downloaded ISO Image For Errors/fa"
Views
Actions
Namespaces
Variants
Tools
(Created page with "نگران نباشید اگر همه اینها کمی زیاد به نظر می رسد، در واقع برای استفاده بسیار ساده و آسان است!") Tags: Mobile web edit Mobile edit |
(Created page with "بررسی کردن در لینوکس") |
||
Line 24: | Line 24: | ||
{{SectionTemplate| | {{SectionTemplate| | ||
1= | 1=بررسی کردن در لینوکس| | ||
2=To check the integrity of your downloaded file, it will be necessary to first open the downloaded checksum file using a text editor such as ''Gedit''. Depending on whether you intend to use sha1 or sha256, ensure that you have downloaded and opened the appropriate checksum file, that is one ending in *.sha1sum or *.sha256sum respectively) as they will contain different codes. Once the checksum file has been opened and the code is visible, open up your terminal and change to the directory where your downloaded ISO is stored. For example, if your ISO file is located in the default ''Downloads'' folder, you would enter the following command: | 2=To check the integrity of your downloaded file, it will be necessary to first open the downloaded checksum file using a text editor such as ''Gedit''. Depending on whether you intend to use sha1 or sha256, ensure that you have downloaded and opened the appropriate checksum file, that is one ending in *.sha1sum or *.sha256sum respectively) as they will contain different codes. Once the checksum file has been opened and the code is visible, open up your terminal and change to the directory where your downloaded ISO is stored. For example, if your ISO file is located in the default ''Downloads'' folder, you would enter the following command: | ||
Revision as of 08:58, 31 January 2022
برای بررسی، ابتدا باید فایل checksum مناسب را از همان صفحه دانلود تصویر ISO انتخابیتان در سایت sourceforge دانلود کنید. یک فایل checksum نامی مشابه تصویر ISO خواهد داشت که قرار است با آن استفاده شود.تنها تفاوت این است که به iso.sha1. یا iso.sha256. ختم می شود. برای مثال، فایل checksum مناسب برای فایلmanjaro-kde-21.2.2-210123-linux515.iso (نسخه 21.2.2 مانجارو با دسکتاپ kde) خواهد بود:
- manjaro-kde-21.2.2-210123-linux515.iso.sha1
یا
- manjaro-kde-21.2.2-210123-linux515.iso.sha256
خود فایل checksum فقط یک سند متنی است که حاوی کدی است که باید با کد تولید شده توسط الگوریتم sha1 یا sha256 مطابقت داشته باشد. به این ترتیب، اگر کد تولید شده از فایل ISO با کد موجود در فایل checksum مطابقت داشته باشد، ISO خوب است. در غیر این صورت، اگر این دو کد مطابقت نداشته باشند، به این معنی است که فایل ISO به نوعی تغییر کرده است، به احتمال زیاد به دلیل خراب بودن. شما می توانید آن را مانند شخصی در نظر بگیرید که از یک رمز عبور مخفی استفاده می کند تا تشخیص دهد که چه کسی هستند: اگر آنها رمز عبور اشتباهی را ارائه کنند، مشخصاً چیزی اشتباه است!
نگران نباشید اگر همه اینها کمی زیاد به نظر می رسد، در واقع برای استفاده بسیار ساده و آسان است!The command to then perform a checksum uses the following syntax:
[sha1sum or sha256sum] [ISO Image]
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:
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:
When satisfied that both codes match, then it is safe to proceed to either burning the ISO to your chosen installation media, or using it immediately in Virtualbox. If the codes do not match, then it will be necessary to delete the ISO image and download it again.
It will be necessary to download and install a checksum utility application. There are many tools which can provide sha1 and sha256 sums. One such tool is Quick Hash