Skip to content

Instantly share code, notes, and snippets.

@GrumpyChunks
GrumpyChunks / backup.sh
Created November 22, 2020 10:52
Full system backup to external drive mounted on /mnt
sudo rsync -aAXv / --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /mnt
@GrumpyChunks
GrumpyChunks / oreexcavation.cfg
Last active December 24, 2020 09:38
This is my personal preferred OreExcavation 1.12.2 Config with vanilla and Thermal Foundation ores
# Configuration file
general {
# Allow players to use shape mining [default: true]
B:"Allow Shapes"=false
# Allows the undo command to overwrite replacables like fluids [default: true]
B:"Allow Undo Replacables"=true
# Use alternate check for tool validity (e.g. swords on webs) [default: false]
@GrumpyChunks
GrumpyChunks / readme.md
Last active March 17, 2021 09:01 — forked from benstr/readme.md
Gist Markdown Cheatsheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraph

@GrumpyChunks
GrumpyChunks / ArchInstallation.md
Last active May 16, 2024 19:17
Arch Linux Installation on a mid-2015 MacBook Pro

Install Arch Linux on a mid-2015 MacBook Pro

This is based upon the LearnLinux.tv guide and this OdinsPlasmaRifle's gist

Assumptions

  • /dev/sda1 will be our EFI partition
  • /dev/sda2 will be an encryprted LVM ext4 filesystem

Installation Steps