Difference between revisions of "Processus d'installation"

From Redcore Linux Project Wiki
Jump to navigationJump to search
 
Line 1: Line 1:
== 🛠️ Installation de Redcore Linux ==
== 🛠️ Redcore Linux Installation ==


'''Introduction''' : Redcore Linux est une distribution Linux disponible sous forme d'image ISO. Ce guide vous aidera à télécharger l'image ISO, à créer un support de démarrage et à installer Redcore Linux sur votre ordinateur. 🖥️🚀
'''Introduction''': Redcore Linux is a Linux distribution available in ISO image format. This guide will assist you in downloading the ISO image, creating a bootable media, and installing Redcore Linux on your computer. 🖥️🚀


=== Étapes d'Installation 🛠️ ===
=== Installation Steps 🛠️ ===


; '''Téléchargement de l'image ISO''' :
; '''Downloading the ISO Image''' :
Visitez le [https://redcorelinux.org/download site officiel de Redcore Linux] pour accéder à la section de téléchargement.
Visit the [https://redcorelinux.org/download official Redcore Linux website] to access the download section.
Sélectionnez et téléchargez l'image ISO qui correspond à votre architecture système.
Select and download the ISO image that matches your system architecture.
Effectuez une vérification de la signature md5sum ou sha256sum pour assurer l'intégrité du fichier téléchargé. 🔍
Perform an md5sum or sha256sum signature verification to ensure the integrity of the downloaded file. 🔍


=== Vérification des Sommes de Contrôle 🧾 ===
=== Checking Checksums 🧾 ===


; '''Téléchargement des Sommes de Contrôle''' :
; '''Downloading Checksums''' :
Sur la page de téléchargement, recherchez les fichiers de somme de contrôle (SHA-256 et MD5) associés à l'image ISO.
On the download page, look for the checksum files (SHA-256 and MD5) associated with the ISO image.
Téléchargez les fichiers de somme de contrôle, qui peuvent avoir des extensions comme ".sha256" et ".md5"
Download the checksum files, which may have extensions like ".sha256" and ".md5".


; '''Vérification des Sommes de Contrôle''' :
; '''Checking Checksums''' :
Une fois que vous avez téléchargé votre ISO ainsi que votre sha256sum, ouvrez un terminal et passez en mode root, puis déplacez-vous dans votre dossier de téléchargements.
Once you have downloaded your ISO and its sha256sum, open a terminal and switch to root mode, then navigate to your downloads folder.


<pre>
<pre>
Line 24: Line 24:
</pre>
</pre>


Pour la vérification SHA-256 :
For SHA-256 verification:
<pre>
<pre>
sha256sum -c redcore-linux-xxxx.iso.sha256
sha256sum -c redcore-linux-xxxx.iso.sha256
</pre>
</pre>


Pour la vérification MD5 :
For MD5 verification:
<pre>
<pre>
md5sum -c redcore-linux-xxxx.iso.md5
md5sum -c redcore-linux-xxxx.iso.md5
</pre>
</pre>


'''Note pratique''' :
'''Practical Note''':
Vous pouvez écrire les trois premières lettres du nom de votre fichier sha256sum ou md5, puis utiliser la touche tabulation afin d'autocompléter le nom de votre fichier. 🚀
You can type the first three letters of your sha256sum or md5 file name and then use the tab key to autocomplete the file name. 🚀


 
; '''Verification Result''' :
; '''Résultat de la Vérification''' :
   root Redcore.Linux.Hardened.2301.Sirius.KDE.amd64.iso: OK
   root Redcore.Linux.Hardened.2301.Sirius.KDE.amd64.iso: OK
   root Redcore.Linux.Hardened.2301.Sirius.KDE.amd64.iso: OK
   root Redcore.Linux.Hardened.2301.Sirius.KDE.amd64.iso: OK


Si les deux sommes de contrôle (SHA-256 et MD5) correspondent, l'image ISO est sûre pour l'installation. ✅
If both checksums (SHA-256 and MD5) match, the ISO image is safe for installation. ✅


=== Vérification des Fichiers de Signature 🖋️ ===
=== Checking Signature Files 🖋️ ===


; '''Téléchargement des Fichiers de Signature''' :
; '''Downloading Signature Files''' :
   * Recherchez les fichiers de signature '''.sig''' associés à l'image ISO sur la page de téléchargement.
   * Look for the ''.sig''' signature files associated with the ISO image on the download page.


; '''Vérification des Fichiers de Signature''' :
; '''Checking Signature Files''' :
<pre>
<pre>
gpg --verify redcore-linux-xxxx.iso.sig redcore-linux-xxxx.iso
gpg --verify redcore-linux-xxxx.iso.sig redcore-linux-xxxx.iso
</pre>
</pre>


; '''Résultat de la Vérification''' :
; '''Verification Result''' :
   * Si le message "Good signature" apparaît, l'image ISO est authentique et n'a pas été altérée. 🔒
   * If the message "Good signature" appears, the ISO image is authentic and has not been tampered with. 🔒

Latest revision as of 11:44, 22 October 2023

🛠️ Redcore Linux Installation

Introduction: Redcore Linux is a Linux distribution available in ISO image format. This guide will assist you in downloading the ISO image, creating a bootable media, and installing Redcore Linux on your computer. 🖥️🚀

Installation Steps 🛠️

Downloading the ISO Image

Visit the official Redcore Linux website to access the download section. Select and download the ISO image that matches your system architecture. Perform an md5sum or sha256sum signature verification to ensure the integrity of the downloaded file. 🔍

Checking Checksums 🧾

Downloading Checksums

On the download page, look for the checksum files (SHA-256 and MD5) associated with the ISO image. Download the checksum files, which may have extensions like ".sha256" and ".md5".

Checking Checksums

Once you have downloaded your ISO and its sha256sum, open a terminal and switch to root mode, then navigate to your downloads folder.

user@hostname ~ $ su
root ~ $ cd /home/user/Downloads/

For SHA-256 verification:

sha256sum -c redcore-linux-xxxx.iso.sha256

For MD5 verification:

md5sum -c redcore-linux-xxxx.iso.md5

Practical Note: You can type the first three letters of your sha256sum or md5 file name and then use the tab key to autocomplete the file name. 🚀

Verification Result
 root Redcore.Linux.Hardened.2301.Sirius.KDE.amd64.iso: OK
 root Redcore.Linux.Hardened.2301.Sirius.KDE.amd64.iso: OK

If both checksums (SHA-256 and MD5) match, the ISO image is safe for installation. ✅

Checking Signature Files 🖋️

Downloading Signature Files
 * Look for the .sig' signature files associated with the ISO image on the download page.
Checking Signature Files
gpg --verify redcore-linux-xxxx.iso.sig redcore-linux-xxxx.iso
Verification Result
 * If the message "Good signature" appears, the ISO image is authentic and has not been tampered with. 🔒