Skip to content

Instantly share code, notes, and snippets.

View kriserickson's full-sized avatar
💭
GitHub is not a social media site.

Kris Erickson kriserickson

💭
GitHub is not a social media site.
View GitHub Profile
@joepie91
joepie91 / .md
Last active May 7, 2024 09:12
Running a Node.js application using nvm as a systemd service

Read this first!

Hi there! Since this post was originally written, nvm has gained some new tools, and some people have suggested alternative (and potentially better) approaches for modern systems. Make sure to have a look at the comments to this article, before following this guide!


The original article

Trickier than it seems.

@blockloop
blockloop / rdio-media-keys.ahk
Created October 1, 2013 21:16
Control Rdio with key combinations using autohotkey. NOTE: this works with either the Rdio desktop app or a Chrome application shortcut but I've noticed that the Chrome shortcut works better and since the Rdio desktop application is basically just a Site-specific browser I just use Chrome.
#SingleInstance force
SetTitleMatchMode 2
RControl & UP::
Send {Volume_Up}
return
RControl & DOWN::