Skip to content

Instantly share code, notes, and snippets.

View MariusRumpf's full-sized avatar

Marius de Vries MariusRumpf

View GitHub Profile
@MariusRumpf
MariusRumpf / README.md
Last active July 31, 2023 14:46
n8n community module loading

Keybase proof

I hereby claim:

  • I am MariusRumpf on github.
  • I am mariusrumpf (https://keybase.io/mariusrumpf) on keybase.
  • I have a public key whose fingerprint is 6CB2 FDCC BFC8 3CFC E171 5D3E 0FBE 0D0F 61B6 0C18

To claim this, I am signing this object:

@MariusRumpf
MariusRumpf / clear-icon-cache.sh
Created July 9, 2019 07:44
Clear Mac OS X's icon cache
#!/usr/bin/env bash
# Ask for the administrator password upfront
sudo -v
# Clear icon caches
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;
sudo find /private/var/folders/ -name com.apple.iconservices -exec rm {} \;
sudo rm -rf /Library/Caches/com.apple.iconservices.store
@MariusRumpf
MariusRumpf / config.json
Last active November 23, 2021 02:35
Detect irregular whitespace in visual studio code with whitespace+ extension
// Whitespace+ irregular whitespace detection
// https://marketplace.visualstudio.com/items?itemName=davidhouchin.whitespace-plus
// Inspired by eslint https://github.com/eslint/eslint/blob/master/lib/rules/no-irregular-whitespace.js
{
"mode": "all",
"autoStart": true,
"refreshRate": 100,
"elements":
[{
"name": "space",
@MariusRumpf
MariusRumpf / gist:dee22640175d28267558
Created January 2, 2016 16:06
Output of check-config.sh
info: reading kernel config from /proc/config.gz ...
Generally Necessary:
- cgroup hierarchy: properly mounted [/sys/fs/cgroup]
- CONFIG_NAMESPACES: enabled
- CONFIG_NET_NS: enabled
- CONFIG_PID_NS: enabled
- CONFIG_IPC_NS: enabled
- CONFIG_UTS_NS: enabled
- CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled