start new:
tmux
start new with session name:
tmux new -s myname
if (window.tty) { | |
tty.on('open', function() { | |
var tty = window.tty; | |
window.tty.socket.on('connect', function() { | |
console.log('connect ',window.tty.socket.socket.transport.name); | |
document.getElementById('help').innerHTML += "<p>" + window.tty.socket.socket.transport.name; | |
}); | |
}); | |
} |
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