Skip to content

Instantly share code, notes, and snippets.

View alecgerona's full-sized avatar

Alexandre Gerona alecgerona

View GitHub Profile
Covenant Signature Abilities
From: https://www.reddit.com/r/wow/comments/qlgxxz/comment/hj5a7gm/?utm_source=share&utm_medium=web2x&context=3
#showtooltip
/cast Door of Shadows
/cast Soulshape
/cast Fleshcraft
/cast Summon Steward
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Door of Shadows" or G"Soulshape" or G"Fleshcraft"or G"Summon Steward")
healthcheck:
test: ["CMD-SHELL", "curl -f http://192.168.1.100:8181 || exit 1"]
interval: 5m
timeout: 10s
retries: 3
@alecgerona
alecgerona / docker-compose.yml
Last active May 17, 2020 14:33
Docker compose for a linux media server. Based off of linuxserver.io
---
version: '2'
services:
plex:
image: linuxserver/plex
container_name: plex
volumes:
- /opt/appdata/plex:/config
- /home/pi/downloads:/data
network_mode: host
@alecgerona
alecgerona / dual_boot_arch_windows.md
Last active March 21, 2024 11:46
Dual Boot install Arch Linux in a Windows 10 preinstalled laptop

Notes: This install was done on MSI GL62M 7REX, ASUS FX503v, and Lenovo Y540 laptops and doesn't implement a secured partition for simplicity and ease of use. Use at your own discretion.

Since the laptop has an SSD, I'd like to install Arch Linux on the SSD as well. Unfortunately, Windows' installation has the whole drive occupied so it needs to be shrunk

  1. Boot into Windows and go into "Create and format hard disk partitions" in Control Panel.
  2. Free up some space in the SSD.

At this point we now have an unallocated disk space. We need to make this space usable by making it of file system type RAW

  1. While still in the Disk Management window, select the unallocated space and create a simple volume in it. Don't assign a path/letter to it, use the whole space, and don't format the drive.