path:/home/dallen/[]
path:/etc/my.cnf[]
key:Enter[]
oss focused: | |
https://bountyoss.com | |
http://beex.org | |
http://www.freedomsponsors.org | |
http://selfstarter.us | |
not oss focused: | |
http://flattr.com | |
http://pledgie.com | |
http://www.launcht.com |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Frédéric Grosshans, 19 January 2012 | |
Nathan R. Yergler, 6 June 2010 | |
This file does not contain sufficient creative expression to invoke | |
assertion of copyright. No warranty is expressed or implied; use at | |
your own risk. |
update_current_git_vars |