start new:
tmux
start new with session name:
tmux new -s myname
Add the following chunk to your existing ISC dhcpd.conf
file.
if exists user-class and ( option user-class = "iPXE" ) {
filename "http://boot.smidsrod.lan/boot.ipxe";
}
else {
filename "undionly.kpxe";
}
(or see https://gist.github.com/4008017 for a more elaborate setup
#!/bin/sh | |
# | |
# Shell script that configures gnome-terminal to use solarized theme | |
# colors. Written for Ubuntu 11.10, untested on anything else. | |
# | |
# Solarized theme: http://ethanschoonover.com/solarized | |
# | |
# Adapted from these sources: | |
# https://gist.github.com/1280177 | |
# http://xorcode.com/guides/solarized-vim-eclipse-ubuntu/ |
sudo su | |
apt-add-repository ppa:chromium-daily/ppa | |
apt-add-repository ppa:eee-control/eee-control | |
apt-add-repository ppa:ubuntu-mozilla-daily/ppa | |
apt-get update && sudo apt-get install build-essential eee-control vlc cpufrequtils \ | |
powertop htop install libncurses-dev libgnome2-dev libgtk2.0-dev libatk1.0-dev \ | |
libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev git-core guake \ | |
openssh-server chromium-browser thunderbird thunderbird-locale-de \ | |
exuberant-ctags ack-grep python-pygments |