export GOPRIVATE=github.com/yourorg/yourrepo1,github.com/yourorg/yourrepo2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"log" | |
"math/rand" | |
"sync" | |
"time" | |
) | |
type Report struct { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type f -name "*.env" | xargs grep "HTTP_PORT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
wget https://www.toptal.com/developers/gitignore/api/go -O .gitignore |
I hereby claim:
- I am fahadsiddiqui on github.
- I am fsdqui (https://keybase.io/fsdqui) on keybase.
- I have a public key ASCL3APHaktYii4s1q9LPl5zfZmD2hhyGkTG2QevG2GatAo
To claim this, I am signing this object:
- Install
brew
(Homebrew) - Install
hadoop
brew install hadoop
cd
into hadoop configuration filescd /opt/homebrew/Cellar/hadoop/3.3.4/libexec/etc/hadoop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -ex | |
PWD=$(pwd) | |
mkfifo /tmp/servicelogs.pipe || echo "pipe already exists" | |
runningPIDs=() | |
exitfn () { |
First run the one below to be able to install pg_config
brew install postgresql
Install openssl
brew link openssl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tree . -aF --dirsfirst -I '.git|node_modules|.idea' | sed -e 's/│/|/g' -e 's/└/+/g' -e 's/├/+/g' -e 's/──/--/g' |
NewerOlder