Skip to content

Instantly share code, notes, and snippets.

@jezeniel
jezeniel / dhclient.conf
Last active August 29, 2015 14:01
Default dhclient.conf
# Configuration file for /sbin/dhclient, which is included in Debian's
# dhcp3-client package.
#
# This is a sample configuration file for dhclient. See dhclient.conf's
# man page for more information about the syntax of this file
# and a more comprehensive list of the parameters understood by
# dhclient.
#
# Normally, if the DHCP server provides reasonable information and does
# not leave anything out (like the domain name, for example), then

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname