This file contains hidden or 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
| python3 /usr/local/lib/python3.6/dist-packages/pgadmin4/pgAdmin4.py |
This file contains hidden or 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 | |
| # run like: | |
| # sudo -S bash ./install_protobuf.sh | |
| #-------- Config --------- | |
| SO=linux-x86_64 # linux-x86_64 | linux-x86_32 | windows | osx | |
| PROTOBUF_REPO="protocolbuffers/protobuf" | |
| PROTOBUF_USER=`whoami` |
This file contains hidden or 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
| ## CONFIG | |
| USR=`whoami` | |
| SHARED_FOLDER=/home/${USR}/NAS | |
| ## GO CONFIG | |
| GOVER='1.11.1' | |
| GOPATH=/opt/go | |
| GO_INSTALL_FOLDER=/usr/local/ | |
| GOROOT=${GO_INSTALL_FOLDER}/go |
This file contains hidden or 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
| export const REGEX_TELEFONO_CHILE = /^(\+?(56))?(([92]\d{8})|(((3[2345])|(4[1235])|(5[123578])|(6[134578])|(7[1235]))\d{7}))$/; |
OlderNewer