As configured in my dotfiles.
start new:
tmux
start new with session name:
'''this module implements two functions, send() and receive(), capable | |
of sending arbitrary objects through the network (with pickle), with | |
authentication and integrity assurance''' | |
import socket | |
try: | |
import cPickle as pickle | |
except ImportError: | |
import pickle | |
import hmac |
As configured in my dotfiles.
start new:
tmux
start new with session name: