start new:
tmux
start new with session name:
tmux new -s myname
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <title>Sample RevealJS with CDN</title> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/reveal.css"> |
| .PHONY: build doc fmt lint run test vendor_clean vendor_get vendor_update vet | |
| # Prepend our _vendor directory to the system GOPATH | |
| # so that import path resolution will prioritize | |
| # our third party snapshots. | |
| GOPATH := ${PWD}/_vendor:${GOPATH} | |
| export GOPATH | |
| default: build |
| #! /bin/bash | |
| ### BEGIN INIT INFO | |
| # Provides: mongodb | |
| # Required-Start: $all | |
| # Required-Stop: $all | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: starts the mongodb data-store | |
| # Description: starts mongodb using start-stop-daemon |