Skip to content

Instantly share code, notes, and snippets.

View markusguenther's full-sized avatar

Markus Günther markusguenther

View GitHub Profile
{
"items": [
{
"label": "Element",
"value": "element-42",
"identifier": "element-42"
},
{
"label": "Second Element",
"value": "element-22",

Setup local domain without a DNS

step 1 : Assign at least two IP address to your MAC OS (one per domain), let's say :

192.168.0.10
192.168.0.11

To setup the second IP you will have to add a second Ethernet Adapter (logical not physical).

@markusguenther
markusguenther / keybase.md
Created October 17, 2019 10:13
keybase.md

Keybase proof

I hereby claim:

  • I am markusguenther on github.
  • I am unikka (https://keybase.io/unikka) on keybase.
  • I have a public key ASBfcVK5O0gAwaBBntMx42w2Rzs07vheqWlGnzJ7gTbOqwo

To claim this, I am signing this object:

@markusguenther
markusguenther / Vagrantfile
Created November 10, 2017 08:38
Workaround for High Sierra NFS issue
config.vm.synced_folder '../../[flow-project-src-on-host]', '/[guest-project-root]', type: 'sshfs', sshfs_opts_append: '-o nonempty'
config.vm.synced_folder '.', '/vagrant', type: 'sshfs', sshfs_opts_append: '-o nonempty'
config.vm.provision :shell, path: "bootstrap.sh"