###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
| # IPv6 Configuration | |
| # -> note that I have disabled ip6 for our internet-connection (wan/eth0) because | |
| # -> my upstream/ISP (still) does not do IPv6. The rest, even localhost, does ip6 stuff. | |
| net.ipv6.conf.all.disable_ipv6 = 0 | |
| net.ipv6.conf.default.disable_ipv6 = 0 | |
| net.ipv6.conf.lo.disable_ipv6 = 0 | |
| net.ipv6.conf.eth0.disable_ipv6 = 1 | |
| net.ipv6.conf.wan.disable_ipv6 = 1 | |
| # Packet Forwarding |
| # The best and greatest tmux.conf ever - improved! 2.0 | |
| # https://gist.github.com/rsp/eda949a908804c3b36456a8794045a91 | |
| # See also my previous config: | |
| # The best and greatest tmux.conf ever - improved! | |
| # https://gist.github.com/rsp/f4770a1fe8ea7e2378ac3a16e01a2b53 | |
| # Here are some customizations done by Rafał Pocztarski: | |
| # use Ctrl+Backslash instead of Ctrl+A or Ctrl+B | |
| # use Slash to split vertically |
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com