Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
import random
def getMaxNumber():
i = 0
while(True):
try:
maxNumber = int(input('Up to what number would you like to guess? '))
break
@ettore26
ettore26 / arch-linux-install
Last active December 3, 2021 21:35 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption using dm-crypt and luks
# Install ARCH Linux with encrypted file-system and UEFI
# Useful links --------------------------------------------------------------------
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Partitioning (https://wiki.archlinux.org/index.php/partitioning)
# dm-crypt/Device encryption (https://wiki.archlinux.org/index.php/Dm-crypt/Device_encryption)
# dm-crypt/Encrypting an entire system (https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system)
# ---------------------------------------------------------------------------------
# Download the archiso image from https://www.archlinux.org/