Skip to content

Instantly share code, notes, and snippets.

View lyo5ha's full-sized avatar

lyo5ha lyo5ha

View GitHub Profile
@kwhitaker
kwhitaker / Casting Magick.md
Last active October 3, 2020 04:07
Zweihander Procedures

Casting Magick

  1. Pick the Spell you wish to cast.
    • Only Spells you have formally learned can be attempted.
    • You cannot be wearing armor with the Heavy quality.
    • Wearing armor of any sort may affect the Difficulty Rating when attempting to cast.
  2. Remember the 4 Golden Rules for casting:
    • Can you see the target?
    • Do you have at least one hand free?
    • Can you speak?
  • Do you have the required Reagents on you?
@finalfantasia
finalfantasia / fixing_text_anti_aliasing_in_fedora.md
Last active March 20, 2024 22:53
Fixing Text Anti-aliasing in Fedora
  1. Add the RPMFusion repositories (both free and non-free) to the YUM repository directory (/etc/yum.repos.d/):
sudo dnf localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
  1. Install the patched version of FreeType with subpixel rendering enabled:
sudo dnf install -y freetype-freeworld