start new:
tmux
start new with session name:
tmux new -s myname
| #!/usr/bin/env python | |
| from __future__ import print_function | |
| import json | |
| import logging | |
| from urllib2 import Request, urlopen, URLError, HTTPError | |
| from base64 import b64decode |
| #!/bin/bash | |
| # | |
| # autosshd This script starts and stops the autossh daemon | |
| # | |
| # chkconfig: 2345 95 15 | |
| # processname: autosshd | |
| # description: autosshd is the autossh daemon. | |
| # Source function library. | |
| . /etc/rc.d/init.d/functions |