Skip to content

Instantly share code, notes, and snippets.

View aliwatters's full-sized avatar

Ali Watters aliwatters

  • travelblog.org
  • Portland, OR
View GitHub Profile
@GLMeece
GLMeece / Steps_to_Terminal_Enlightenment_on_a_Mac.md
Last active April 29, 2024 05:17
Steps to Terminal Enlightenment on a Mac (tweaking your terminal for fun and profit)
@sgnn7
sgnn7 / enable_mongo.sh
Created December 22, 2015 23:06
Mongodb 3.2 on Ubuntu 15.10
echo '[Unit]
Description=High-performance, schema-free document-oriented database
After=syslog.target network.target
[Service]
User=mongodb
Group=mongodb
ExecStart=/usr/bin/mongod -f /etc/mongod.conf
[Install]