Skip to content

Instantly share code, notes, and snippets.

View magynhard's full-sized avatar

Matthäus J. N. Beyrle magynhard

View GitHub Profile
@magynhard
magynhard / manjaro_rvm_install_ruby_openssl.md
Created May 21, 2023 19:50
Install Ruby with RVM and OpenSSL support on Manjaro

Update to current ruby versions on Manjaro Linux when using RVM and no precompiled binary is available.

Prerequisites

sudo pacman -S gcc openssl-1.1

Install

Replace Ruby version at the end of this command with the version you want to install.

@magynhard
magynhard / wacom-conf
Created January 30, 2022 14:23 — forked from Plotist/wacom-conf
Wacom Intuos Pro L configuration script for Krita
#!/bin/zsh
# This should work out of the box on debian based systems. See last comment for sysvinit specific adjustments
# required libs:
# - xsetwacom
# - xinput
# Attach tools to specific monitor (use port name e.g. "VGA1" for non NVIDIA drivers)
@magynhard
magynhard / app.html.eex
Last active January 12, 2017 22:46
Elixir Phoenix Framework: Add class to active navigation entry
...
<div class="container">
<%= render "top_navi.html", conn: @conn %>
</div>
...