Skip to content

Instantly share code, notes, and snippets.

View cleett's full-sized avatar

cleett

View GitHub Profile
0x71bd7b024b6361a95ae5895474de23b31b80010b
@cleett
cleett / gist:6f9066f60280233658ad27bf30083c49
Created October 10, 2017 01:41
0x2b175e00a8cac6395cda2421828d871b46c1b51b
0x2b175e00a8cac6395cda2421828d871b46c1b51b
@cleett
cleett / gist:897a9b1c84ba8e4702a652f94c4e0e11
Created November 29, 2017 08:39
0x24142791C99f78217842Ce06d4d81eA1E275f853
0x24142791C99f78217842Ce06d4d81eA1E275f853
#!/bin/sh
###############################################################################
#
# install-full-node.sh
#
# This is the earn.com install script for Bitcoin full node based on Bitcoin Core.
#
# This script attempts to make your node automatically reachable by other nodes
# in the network. This is done by using uPnP to open port 8333 on your router
@cleett
cleett / install-testnet-node.sh
Created June 16, 2019 09:51
install-testnet-node.sh
#!/bin/sh
###############################################################################
#
# install-full-node.sh
#
# This is the earn.com install script for Bitcoin full node based on Bitcoin Core.
#
# This script attempts to make your node automatically reachable by other nodes
# in the network. This is done by using uPnP to open port 8333 on your router
@cleett
cleett / delete-all-node_modules-folders
Last active April 10, 2020 11:24
delete all node_modules folders recursively from the current working directory on mac/linux
find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
@cleett
cleett / gist:85b19078cf2b9c7c16c85042900be46f
Created July 2, 2020 06:37
Setup native NFS for Docker
#!/usr/bin/env bash
#
# Coppied from https://github.com/ajeetraina/docker101/tree/master/os/macOS/nfs
#
OS=`uname -s`
if [ $OS != "Darwin" ]; then
echo "This script is OSX-only. Please do not run it on any other Unix."
exit 1

Keybase proof

I hereby claim:

  • I am cleett on github.
  • I am cleett (https://keybase.io/cleett) on keybase.
  • I have a public key ASBvviE132q_2sS8cGTUru532UuBq1aI5PleA4yhbNc8Vgo

To claim this, I am signing this object: