Skip to content

Instantly share code, notes, and snippets.

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@littlekign
littlekign / mac-apps.md
Created July 11, 2019 06:01 — forked from erikreagan/mac-apps.md
Mac developer must-haves

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik

一、environment configuration(环境配置)
yum update
yum install git wget
二、shadowsocks-libev for centos7 configuration(ss在centos7在的依赖配置)
yum install gcc gettext autoconf libtool automake make pcre-devel asciidoc xmlto c-ares-devel libev-devel libsodium-devel mbedtls-devel -y
//install libsodium
wget https://download.libsodium.org/libsodium/releases/libsodium-1.0.16.tar.gz --no-check-certificate
tar xvf libsodium-1.0.12.tar.gz
@littlekign
littlekign / README.md
Created April 29, 2018 07:23 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@littlekign
littlekign / meta-tags.md
Created April 3, 2018 06:58 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
@littlekign
littlekign / SourceCodeSearchEngines.md
Created August 30, 2017 03:43 — forked from phillipalexander/SourceCodeSearchEngines.md
Source Code Search Engines You Can Use For Programming Projects

Source Code Search Engines

NOTE: This list is almost entirely copy/pasted from THIS awesome article. I've made my own personal edits (adding some additional content) which is why I keep it here.

Every day meanpath crawls over 200 million websites capturing the visible text, HTML source code, CSS and Javascript. This information is used by many companies to monitor the growth of web facing technology.