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
version: "3" | |
services: | |
mongo: | |
image: mongo | |
restart: unless-stopped | |
environment: | |
- MONGO_DATA_DIR=/data/db | |
- MONGO_LOG_DIR=/dev/null | |
volumes: |
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
#!/bin/bash | |
usage() | |
{ | |
cat << EOF | |
usage: $0 options | |
This script sets ownership for all tables, sequences, views, and functions for a given schema. | |
Run this script as your postgres OS user. |
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
# Turn off that annoying start up message | |
startup_message off | |
# Turn the even more annoying whole-screen-flash-on-tab-complete "feature" | |
vbell off | |
# I use control+a for beginning-of-line, this remaps it to the tick/tilda key | |
#escape `` | |
# Bind tick+e to show the tick character since tick+tick is too convenience to toggle windows |
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
#!/bin/bash | |
grep "^ *\"id.*[0-9A-Fa-f]-" NewRealm-realm.json | cut -d'"' -f4 > myuuidfile | |
while read; | |
do | |
uuid=$(cat /proc/sys/kernel/random/uuid); | |
sed -i "s/$REPLY/$uuid/g" NewRealm-realm.json | |
done < myuuidfile |
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
Gans Media Retro Games Hot Mulligan | |
Wonder Cheese Xavier Dang | |
Shhhh! Golf is On Hot Mulligan | |
This Is Why Paramore | |
Shhhh! Golf is On Hot Mulligan | |
BCKYRD - Acoustic Hot Mulligan | |
Black Hole Be Your Own Pet | |
Heem Wasn't There Hot Mulligan | |
BCKYRD Hot Mulligan | |
À la renverse Intenable |
OlderNewer