Difference between revisions of "Processus d'installation"

From Redcore Linux Project Wiki
Jump to navigationJump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Installation de Redcore Linux ==
== 🛠️ Redcore Linux Installation ==


Redcore Linux est distribué sous la forme d'une image ISO (fichier .iso) qui peut être utilisée pour créer une clé USB bootable (ou un DVD) pour l'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. 🖥️🚀


Suivez ce guide pour télécharger l'image ISO appropriée, créer un support de démarrage et installer Redcore Linux sur votre ordinateur.
=== Installation Steps 🛠️ ===


=== Étapes d'Installation ===
; '''Downloading the ISO Image''' :
Visit the [https://redcorelinux.org/download 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. 🔍


1. **Téléchargement de l'image ISO** :
=== Checking Checksums 🧾 ===
  - Rendez-vous sur le site officiel de Redcore Linux à l'adresse https://redcorelinux.org/download.
  - Accédez à la section "Téléchargements" ou une section similaire.
  - Sélectionnez la version d'installation appropriée (par exemple, la version stable ou la version de développement) et la variante (si disponible).
  - Cliquez sur le lien de téléchargement pour l'image ISO. Assurez-vous de télécharger la version correspondant à votre architecture (32 bits ou 64 bits).


2. **Création d'une Clé USB Bootable** :
; '''Downloading Checksums''' :
  - Téléchargez et installez un utilitaire de création de clé USB bootable tel que "Etcher" ou "Rufus" (disponible sous Windows).
On the download page, look for the checksum files (SHA-256 and MD5) associated with the ISO image.
  - Insérez une clé USB vide d'au moins 4 Go dans votre ordinateur.
Download the checksum files, which may have extensions like ".sha256" and ".md5".
  - Lancez l'outil de création de clé USB bootable et sélectionnez l'image ISO que vous avez téléchargée.
  - Choisissez la clé USB comme support de destination.
  - Démarrez le processus de création de la clé USB bootable.


3. **Installation de Redcore Linux** :
; '''Checking Checksums''' :
  - Insérez la clé USB bootable dans l'ordinateur sur lequel vous souhaitez installer Redcore Linux.
Once you have downloaded your ISO and its sha256sum, open a terminal and switch to root mode, then navigate to your downloads folder.
  - Démarrez votre ordinateur à partir de la clé USB (vous devrez peut-être accéder au menu de démarrage ou modifier l'ordre de démarrage dans le BIOS/UEFI).
  - Suivez les instructions d'installation à l'écran. Vous devrez choisir la langue, le fuseau horaire, le clavier, et l'emplacement d'installation.
  - Créez un compte utilisateur et un mot de passe pour vous connecter à Redcore Linux.
  - Lorsque l'installation est terminée, redémarrez votre ordinateur à partir du disque dur (en retirant la clé USB).


4. **Configuration et Personnalisation** :
<pre>
  - Une fois que Redcore Linux démarre à partir du disque dur, vous pouvez personnaliser votre système en installant des applications supplémentaires et en configurant les paramètres selon vos préférences.
user@hostname ~ $ su
root ~ $ cd /home/user/Downloads/
</pre>


Vous avez maintenant installé Redcore Linux avec succès sur votre ordinateur ! Profitez de cette distribution Linux puissante et flexible.
For SHA-256 verification:
<pre>
sha256sum -c redcore-linux-xxxx.iso.sha256
</pre>
 
For MD5 verification:
<pre>
md5sum -c redcore-linux-xxxx.iso.md5
</pre>
 
'''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''' :
<pre>
gpg --verify redcore-linux-xxxx.iso.sig redcore-linux-xxxx.iso
</pre>
 
; '''Verification Result''' :
  * 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. 🔒