start new:
tmux
start new with session name:
tmux new -s myname
| #!/usr/bin/env python | |
| # encoding: utf-8 | |
| import sys | |
| from argparse import ArgumentParser | |
| from xml.dom import minidom | |
| try: | |
| from urllib.request import urlopen | |
| from urllib.parse import urlencode | |
| except ImportError: |
| # Monitoring on interface eth0 | |
| tcpdump -i eth0 -n port 67 and port 68 |