Skip to content

Instantly share code, notes, and snippets.

View ArturiaPendragon's full-sized avatar
⛏️
I may be slow to respond.

アルトリア・ペンドラゴン ArturiaPendragon

⛏️
I may be slow to respond.
  • Wakanda, Somewhere
  • 16:50 (UTC +02:00)
View GitHub Profile
@ArturiaPendragon
ArturiaPendragon / SwitchingRAID.md
Last active June 12, 2023 07:44
Step-by-Step Tutorial for Switching from RAID1 to RAID0 using Scaleway/OneProvider

Introduction

  • This guide is based on Debian 11 (Bullseye) and is designed to be used with Scaleway/OneProvider as the cloud provider.
  • We will be transitioning from RAID1 to RAID0 on SSD. It's vital to verify that your hosting solution supports the RAID configuration you're about to implement.
  • Also, remember to back up any data stored on the drives as the RAID configuration changes could result in data loss.
  • Here are the steps to follow, with appreciation to @danaelg for their contributions.

Preliminary

  • /dev/md126 (typically md0) = /boot (RAID 1)

Installation Qemu + UEFI for Large Storage & Windows 2016, 2019, 2022 Datacenter Edition

Version pris en charge : Debian 11.1 - Hetzner @2022

Pré-requis:

apt-get update
apt-get install qemu-utiles qemu-kvm bridge-utils virt-manager qemu virt-viewer spice-vdagent

OVMF pour UEFI/GPT :

@ArturiaPendragon
ArturiaPendragon / gitFormation.md
Last active August 6, 2018 14:02
Formation au versionning avec Git

Formation au gestion de version (versioning) avec Git

Objectifs :

  • Comprendre les concepts de base de la gestion des versions et des apports de la décentralisation
  • Installer et configurer l'outil Git sous Windows
  • Créer et initialiser un dépôt avec Git
  • Manipuler les commandes de Git pour gérer les fichiers et les branches
  • Mettre en œuvre un projet en mode collaboratif avec GIT, GitLab et ses dérivés.

Durée : 3x1h (ou plus).

@ArturiaPendragon
ArturiaPendragon / installServer.md
Last active October 12, 2022 03:59
Installation mkvmerge, ffmpeg, mediainfo, yasm, fdk-aac, mediainfo, git, tar, subversion, tesseract-ocr, x265 et sox

Installation mkvmerge, ffmpeg, mediainfo, yasm, fdk-aac, mediainfo, git, tar, subversion, tesseract-ocr, x265 et sox

Version pris en charge : Debian 11.2

Pré-requis:

apt-get update
apt-get install checkinstall wget tar make git subversion mediainfo
apt-get install libtesseract-dev tesseract-ocr
apt-get install build-essential checkinstall git libfaac-dev libjack-jackd2-dev \

libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev libtheora-dev \