Skip to content

Instantly share code, notes, and snippets.

View tadxb888's full-sized avatar

Ross Rostane tadxb888

View GitHub Profile
@tadxb888
tadxb888 / install-mongo.sh
Created December 13, 2020 09:56 — forked from ccarrasc/install-mongo.sh
Untested script with commands used for installing MongoDB on CentOS 7
#! /bin/bash
APPLICATION_IP="192.168.33.1/24"
REPLICA_SET="MyReplicaSet"
KEY_FILE_PATH="/etc/mongodb/keyfiles"
KEY_FILE="mongodb-keyfile"
# Make sure this is executed on CentOS 7
OS=`cat /etc/redhat-release | awk {'print $1$4}'`
if [ "$OS" != CentOS7* ]; then
@tadxb888
tadxb888 / iterm2-solarized.md
Created November 27, 2020 17:35 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k