I hereby claim:
- I am cjbrigato on github.
 - I am cjbrigato (https://keybase.io/cjbrigato) on keybase.
 - I have a public key ASAyRm-syalvxdw4VjDlE7FF2k4-sb23A1d_YZEV__suQgo
 
To claim this, I am signing this object:
| package main | |
| import ( | |
| "encoding/binary" | |
| "errors" | |
| "flag" | |
| "fmt" | |
| "io" | |
| "log" | |
| "net" | 
| #!/bin/bash | |
| # usage: | |
| # | |
| # $~ echo "whatever" | hastebin.sh | |
| # paste url: https://hastebin.skyra.pw/raw/$key | |
| # | |
| key=$(curl -s 'https://hastebin.skyra.pw/documents' -H 'accept: application/json' -H 'content-type: text/plain' --data-binary @- | jq -r '.key') | |
| echo "paste url: https://hastebin.skyra.pw/raw/$key" | 
| #!/bin/bash | |
| banner() { | |
| echo "sunosh - a suno custom cli with gpt integration for fast song generation" | |
| echo "by Colin J.Brigato <[email protected]>" | |
| echo '-' | |
| } | |
| ## CONF | |
| #set it from https://clerk.suno.com/v1/client?_clerk_js_version=4.73.2 request in developer tools | 
| { | |
| "version": "1.0.18.0", | |
| "url": "https://github.com/M2Team/NanaRun/releases/download/1.0.18.0/NanaRun_1.0_Preview2_1.0.18.0.zip", | |
| "extract_dir": "x64", | |
| "bin": [ [ "MinSudo.exe", "minsudo" ] ] | |
| } | 
| #!/bin/bash | |
| set -e | |
| . <(base64 -d <<< X19fX19fXygpeyA6OyB9O18oKXsgOjsgfQ==) | |
| _______ PREFLIGH UTILS _______________________________________________________________ | |
| NOW="$(date +%s)" | |
| : ${STATES_DIR:=/tmp/spawn_states_$NOW} | |
| mkdir -p "$STATES_DIR" | |
| trap "rm -rf $STATES_DIR" EXIT | 
I hereby claim:
To claim this, I am signing this object:
| ################################## | |
| ### SCROLL DOWN FOR AN EXAMPLE ### | |
| ################################## | |
| module Enumerable | |
| # your each_with_position method | |
| def each_pos &block | |
| EachWithPosition.each(self, &block) | |
| end | |
| end | 
| //To fetch a branch, you simply need to: | |
| git fetch origin | |
| //This will fetch all of the remote branches for you. With the remote branches | |
| //in hand, you now need to check out the branch you are interested in, giving | |
| //you a local working copy: | |
| git checkout -b test origin/test | 
A little lookup for commands I use frequently
git commit -a -m "My commit"
git add .
Let's look at an example of how to launch a Kubernetes cluster from scratch on DigitalOcean, including kubeadm, an Nginx Ingress controller, and Letsencrypt certificates.
We'll be creating a four-node cluster (k8s-master, k8s-000...k8s-002), load balancer, and ssl certificates.