start new:
tmux
start new with session name:
tmux new -s myname
| source 'https://rubygems.org' | |
| gem "activerecord" | |
| gem "mysql |
| #!/bin/sh | |
| #get GitHub user name if it is not provided | |
| if [ $# -lt 1 ]; then | |
| echo -n "Enter GitHub user name: " | |
| read _githubUsername | |
| else | |
| _githubUsername=$1 | |
| fi |
| #!/bin/sh | |
| # | |
| # <%=@service%> This shell script takes care of starting and stopping | |
| # the <%=@service%> service. | |
| # | |
| # chkconfig: 2345 65 35 | |
| # description: <%=@description%> | |
| # | |
| SERVICE=<%=@service%> |
| package main | |
| // Usage: go run diskstats_linux.go | |
| // public domain | |
| import ( | |
| "bytes" | |
| "io/ioutil" | |
| "log" | |
| "strconv" | |
| ) |
| #!/bin/bash | |
| # CHANGE THESE | |
| auth_email="user@example.com" | |
| auth_key="c2547eb745079dac9320b638f5e225cf483cc5cfdda41" # found in cloudflare account settings | |
| zone_name="example.com" | |
| record_name="www.example.com" | |
| # MAYBE CHANGE THESE | |
| ip=$(curl -s http://ipv4.icanhazip.com) |
| #!/usr/bin/python | |
| """ | |
| This script take a cloud-config file as input and returns the 'shellified' | |
| script that would be produced by cloudinit from the runcmd stanza. | |
| https://github.com/number5/cloud-init/blob/74e61ab27addbfcceac4eba254f739ef9964b0ed/cloudinit/config/cc_runcmd.py | |
| https://github.com/number5/cloud-init/blob/74e61ab27addbfcceac4eba254f739ef9964b0ed/cloudinit/util.py#L1708 | |
| """ |
| ---------- Usage | |
| The syntax created by these parameters is placed in an alert's description on TradingView | |
| to be utilized by Autoview, a Chrome Extension. | |
| Autoview: https://chrome.google.com/webstore/detail/autoview/okdhadoplaoehmeldlpakhpekjcpljmb | |
| > Website: https://autoview.with.pink | |
| > Help: https://use.autoview.with.pink | |
| > Discord: https://discordapp.com/invite/BFz8VPn | |
| TradingView: https://tradingview.go2cloud.org/aff_c?offer_id=2&aff_id=1187 |