Skip to content

Instantly share code, notes, and snippets.

View lookphp's full-sized avatar
🤡
no pains , no gains .

xingwangliu lookphp

🤡
no pains , no gains .
View GitHub Profile
@lookphp
lookphp / install-mongodb-2.6.12-from-tarball.sh
Last active February 22, 2024 09:04 — forked from abepark01/install-mongodb-2.6.12-from-tarball.sh
install mongodb-2.6.12 from the tarball
#!/usr/bin/env bash
# run this script from your home folder
# sudo bash
curl -O http://downloads.mongodb.org/linux/mongodb-linux-x86_64-2.6.12.tgz
tar -zxvf mongodb-linux-x86_64-2.6.12.tgz
cp mongodb-linux-x86_64-2.6.12/bin/* /usr/local/bin
groupadd mongodb
useradd --system --no-create-home -g mongodb mongodb
@lookphp
lookphp / php
Created March 10, 2017 06:55
Gist description
what's this about gist ?