Skip to content

Instantly share code, notes, and snippets.

View class101's full-sized avatar

Arnaud Dovi class101

  • dgfip.finances.gouv.fr, pole-emploi.fr
  • France
View GitHub Profile
@class101
class101 / 0001-Add-Load-On-Demand-support-for-the-services-of-aur-v.patch
Created June 9, 2021 09:41
Add Load-On-Demand support for the services of ArchLinux aur/vmware-workstation
From 31d0cce5d03127d69c5628881b300066f0602f94 Mon Sep 17 00:00:00 2001
From: Arnaud Dovi <[email protected]>
Date: Wed, 9 Jun 2021 11:40:24 +0200
Subject: [PATCH] Add Load-On-Demand support for the services of
aur/vmware-workstation
PKGBUILD: added vmware-*.path files
vmware-*.service: removed the [Install] section in order to prevent the activation of the service by the user
vmware-*.install: enable path files automatically, disable service files
---
@class101
class101 / arch-linux-installation.sh
Last active April 28, 2023 23:51
Arch Linux Installation w/ or w/o Encryption w/ Cinnamon and Nemo
# Arch Linux Installation with
# - UEFI Bios
# - w/ or w/o Disk encryption
# - GRUB, LightDM, cinnamon/Nemo
#
# https://wiki.archlinux.org/index.php/Installation_Guide
# https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system
# [OPTIONAL] Creating a bootable usb disk (sha1sum /home/arno/archlinux-2020.02.01-x86_64.iso to verify iso integrity)
dd bs=4M if=/home/arno/archlinux-2021.04.01-x86_64.iso of=/dev/sde status=progress oflag=sync # (Linux)