Skip to content

Instantly share code, notes, and snippets.

View ngochuy13's full-sized avatar

Huy Pham ngochuy13

View GitHub Profile
@ngochuy13
ngochuy13 / MongoDB_macOS_Sierra.md
Created September 27, 2018 02:15 — forked from nrollr/MongoDB_macOS_Sierra.md
Install MongoDB on Sierra using Homebrew

Install MongoDB on macOS Sierra

This procedure explains how to install MongoDB using Homebrew on macOS Sierra 10.12.
Official MongoDB install documentation: here

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
@ngochuy13
ngochuy13 / audio-bg-animation
Created January 26, 2021 04:33
audio-bg-animation
<html>
<body style="
background-color: #bfbfbf;
display: flex;
align-items: center;
justify-content: center;">
<img id="img" src="laptrinhvientv.jpg" style="
width: 200px;
border-radius: 50%;