Skip to content

Instantly share code, notes, and snippets.

View Luv2C0d3's full-sized avatar

Pierre Jacomet Luv2C0d3

  • Seattle, WA USA
View GitHub Profile
# Note: Still WIP
#
# Create a virtual machine, with 8GB + 4cpus. This such that compilation
# goes fast and you can pass for jobs (-j4) to make.
#
#
# Use any disk to boot. I used the archlinux boot disk because it works
# and it has the genfstab utility which makes it easy to create the mount table.
#
@Luv2C0d3
Luv2C0d3 / arch-on-virtualbox.txt
Last active March 28, 2021 04:31
Arch Linux on VirtualBox
# Install Arch Linux on VirtualBox
#
# References I used:
#
# Install Arch Linux on Dell XPS-13 (https://bit.ly/32P6t61):
# Has some of the BTRFS commands, but uses encryption.
# Install.txt file in Arch ISO image.
#
# How to install Gnome on Arch Linux (https://bit.ly/2MRPB96):
# or https://www.wikihow.com/Install-Gnome-on-Arch-Linux#Installing-GNOME_sub
@Luv2C0d3
Luv2C0d3 / gist:f076e4130666a88e2a5afd8c54a040ac
Last active November 3, 2019 09:40
EFI Dual boot Windows + Arch Linux on Dell XPS 13 9370
# References:
# Install Arch Linux on XPS 13 9370: https://gist.github.com/android10/3b36eb4bbb7e990a414ec4126e7f6b3f
# Install Arch Linux + EFI + Gnome in VMWare player VM: https://gist.github.com/Coffee-fan/05a2f33509998993336ccbbba0d92ce6
# How to install Google Chrome on Arch Linux: https://linuxhint.com/install-google-chrome-on-arch-linux/
# Enter BIOS with F2 and configure:
# - "System Configuration" > "SATA Operation": "AHCI"
# - "Secure Boot" > "Secure Boot Enable": "Disabled"
# - Make sure you disable legacy boot, otherwise EFI vars will not be present below.
@Luv2C0d3
Luv2C0d3 / gist:05a2f33509998993336ccbbba0d92ce6
Last active November 3, 2022 12:36
Install Arch Linux + EFI + Gnome in VMware player VM
# Install Arch Linux on VMWare player 15
#
# References I used:
#
# Install Arch Linux on Dell XPS-13 (https://bit.ly/32P6t61):
# Has some of the BTRFS commands, but uses encryption.
# Install.txt file in Arch ISO image.
#
# Arch Linux Installation and Configuration on UEFI Machines (https://bit.ly/2PtvIY1):
# This tutorial includes same info as others, but also some network commands if you