Skip to content

Instantly share code, notes, and snippets.

@goncalopp
goncalopp / sendreceive.py
Created November 9, 2012 09:00
send and receive python objects through network with integrity and authentication
'''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

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: