Manjaro تصویر ISO دانلود شده را برای خطا بررسی کنید

تصویر ISO دانلود شده را برای خطا بررسی کنید

From Manjaro
Revision as of 08:58, 31 January 2022 by Argon (talk | contribs) (Created page with "نگران نباشید اگر همه اینها کمی زیاد به نظر می رسد، در واقع برای استفاده بسیار ساده و آسان است!")
Other languages:
English • ‎Türkçe • ‎español • ‎français • ‎русский • ‎فارسی
BigManjaroIcon.png

بررسی اجمالی

قبل از رایت تصویر ISO دانلود شده (یا استفاده از آن به عنوان یک دیسک مجازی در ویرچوال باکس)، به شدت توصیه می‌شود ابتدا بررسی کنید که خراب نشده باشد. عواقب عدم انجام این کار، به خصوص اگر قصد دارید مانجارو را به عنوان سیستم‌عامل اصلی خود نصب کنید، باید واضح باشد، یعنی یک تصویر خراب منجر به نصب خراب می شود.

برای بررسی، ابتدا باید فایل 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

sha1 و sha256

قسمت sha نام فایل checksum مخفف الگوریتم هش ایمن (Secure Hash Algorithm) است. این الگوریتم برای تولید یک کد خاص منحصر به فرد برای تصویر ISO دانلود شده استفاده می شود. sha1 و sha256 نسخه‌های متفاوتی از الگوریتم هستند که می‌توانید برای انجام این کار از آنها استفاده کنید. در حالی که sha1 رایج ترین نسخه است، sha256 نسخه جدیدتر و ایمن تر است. هر کدام که تصمیم به استفاده از آن دارید کاملاً انتخاب شماست. با این حال، اگر مطمئن نیستید، توصیه می شود از sha256 استفاده کنید.

خود فایل checksum فقط یک سند متنی است که حاوی کدی است که باید با کد تولید شده توسط الگوریتم sha1 یا sha256 مطابقت داشته باشد. به این ترتیب، اگر کد تولید شده از فایل ISO با کد موجود در فایل checksum مطابقت داشته باشد، ISO خوب است. در غیر این صورت، اگر این دو کد مطابقت نداشته باشند، به این معنی است که فایل ISO به نوعی تغییر کرده است، به احتمال زیاد به دلیل خراب بودن. شما می توانید آن را مانند شخصی در نظر بگیرید که از یک رمز عبور مخفی استفاده می کند تا تشخیص دهد که چه کسی هستند: اگر آنها رمز عبور اشتباهی را ارائه کنند، مشخصاً چیزی اشتباه است!

نگران نباشید اگر همه اینها کمی زیاد به نظر می رسد، در واقع برای استفاده بسیار ساده و آسان است!

Checking in Linux

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:
user $ cd Downloads COPY TO CLIPBOARD

The command to then perform a checksum uses the following syntax:

[sha1sum or sha256sum] [ISO Image]
Sha256.png

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:

user $ sha256sum manjaro-xfce-0.8.1-x86_64.iso COPY TO CLIPBOARD


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:

user $ sha1sum manjaro-xfce-0.8.1-x86_64.iso COPY TO CLIPBOARD


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.

Checking in Windows

Wincheck.jpg

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


Cookies help us deliver our services. By using our services, you agree to our use of cookies.