Skip to content

Instantly share code, notes, and snippets.

View totuworld's full-sized avatar

totuworld totuworld

View GitHub Profile
@inureyes
inureyes / VinpokTaptic.json
Created June 13, 2019 02:14
Ultimate VInpok taptic patch for right shift using karabiner-element (put it in .config/karabiner/complex_modifications)
{
"title": "Vinpok Taptek (left shift patch)",
"rules": [
{
"description": "Up arrow as it is if type alone, otherwise work as shift (Bluetooth)",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "up_arrow",
@willrstern
willrstern / node-ubuntu-upstart-service.md
Last active August 17, 2023 10:15
Run Node.js App as Ubuntu Upstart Service

###The Issue With Forever Forever is great for running node services, with a minor setback: the word "forever" doesn't apply to system reboots.

###The solution, run node apps as a system service logged in as root

vim /etc/init/node-app.conf

Contents for node-app.conf