Author: Lin Dong
Date: Sun Mar 8 13:36:08 PDT 2015
Lets talk about Mongo, src code
Intro
| /** | |
| * Translucent borders | |
| */ | |
| body { | |
| background: url('http://csssecrets.io/images/stone-art.jpg'); | |
| } | |
| div { | |
| border: 10px solid hsla(0,0%,100%,.5); |
| # basic pfctl control | |
| # == | |
| # Related: http://www.OpenBSD.org | |
| # Last update: Tue Dec 28, 2004 | |
| # == | |
| # Note: | |
| # this document is only provided as a basic overview | |
| # for some common pfctl commands and is by no means | |
| # a replacement for the pfctl and pf manual pages. |
Author: Lin Dong
Date: Sun Mar 8 13:36:08 PDT 2015
Lets talk about Mongo, src code
Intro
| Bash Keyboard Shortcuts | |
| Moving the cursor: | |
| Ctrl + a Go to the beginning of the line (Home) | |
| Ctrl + e Go to the End of the line (End) | |
| Ctrl + p Previous command (Up arrow) | |
| Ctrl + n Next command (Down arrow) | |
| Alt + b Back (left) one word | |
| Alt + f Forward (right) one word |
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.