I hereby claim:
- I am x-drum on github.
- I am xdrum (https://keybase.io/xdrum) on keybase.
- I have a public key ASC3EwNJd4Joud28oeFP84Ort7EzCG5Gix1qZsmSDwgjfAo
To claim this, I am signing this object:
| #!/bin/sh | |
| ## place in ~/.config/plasma-workspace/shutdown/ssh-agent-shutdown.sh | |
| ## exec order: "kde shutdown" | |
| $SSH_AGENT_PID" ] || eval "$(ssh-agent -k)" |
I hereby claim:
To claim this, I am signing this object:
| cat <<TSTZONE | |
| // file: dynamic.foo.bar.db | |
| $TTL 86400 ; 1 minute | |
| @ IN SOA dynamic.foo.bar. root.foo.bar. ( | |
| 2001072010 ; serial | |
| 10800 ; refresh (3 hours) | |
| 3600 ; retry (1 hour) | |
| 1814400 ; expire (3 weeks) | |
| 86400 ; minimum (1 day) | |
| ) |
| if $::operatingsystem == 'Debian' { | |
| file { | |
| '/etc/dpkg/dpkg.cfg.d/01_nolocale': | |
| ensure => present, | |
| source => 'puppet:///private/debian/dpkg_nolocale'; | |
| '/etc/dpkg/dpkg.cfg.d/01_nodoc': | |
| ensure => present, | |
| source => 'puppet:///private/debian/dpkg_nodoc'; | |
| } | |
| } |
| echo $SSH_CLIENT | awk '{printf "-%s\n", $1}' > /proc/net/xt_recent/SSH |
| ddns-update-style none; | |
| deny bootp; #default | |
| authoritative; | |
| include "/etc/dhcp/ipxe-option-space.conf"; | |
| # GREEN | |
| subnet 10.1.1.0 netmask 255.255.255.0 { | |
| range 10.1.1.100 10.1.1.199; | |
| option subnet-mask 255.255.255.0; |
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
| https://github.com/x-drum/linux-sunxi/commit/53d90d1122eacd8044f1175e400065150d99811b |