I hereby claim:
- I am stbenjam on github.
- I am stbenjam (https://keybase.io/stbenjam) on keybase.
- I have a public key ASAq3x84uNLtXFaKoQ_sXOqTggBl7GHVe8jwi1JfGt30wAo
To claim this, I am signing this object:
#!/bin/bash | |
# Delay before starting | |
DELAY=10 | |
# Sound notification to let one know when recording is about to start (and ends) | |
beep() { | |
paplay /usr/share/sounds/KDE-Im-Irc-Event.ogg & | |
} |
#!/usr/bin/env ruby | |
# get memory in kilobytes and store it | |
output = %x(free) | |
min_ram = 8388608 | |
# grab the total column and store it | |
free_ram = output.split(" ")[7].to_i |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
[email protected]:$USERNAME | |
for i in modules/* | |
do | |
pushd $PWD | |
cd $i | |
git remote add user $GIT_REMOTE_PREFIX/`basename $PWD` | |
popd |
## | |
## Licensed to the Apache Software Foundation (ASF) under one | |
## or more contributor license agreements. See the NOTICE file | |
## distributed with this work for additional information | |
## regarding copyright ownership. The ASF licenses this file | |
## to you under the Apache License, Version 2.0 (the | |
## "License"); you may not use this file except in compliance | |
## with the License. You may obtain a copy of the License at | |
## | |
## http://www.apache.org/licenses/LICENSE-2.0 |
polkit.addRule(function(action, subject) { | |
if (action.id == "org.libvirt.unix.manage" && | |
subject.isInGroup("wheel")) { | |
return polkit.Result.YES; | |
} | |
}); |
#!/usr/bin/env ruby | |
require 'octokit' | |
require 'set' | |
ORGS = %w[catello].freeze | |
unless ENV['GITHUB_TOKEN'] | |
puts 'You must specify a github token in the GITHUB_TOKEN environment variable.' | |
exit 1 |
acl CONNECT method CONNECT
acl ssl_ports port 443
acl whitelist dstdomain subscription.rhsm.redhat.com
acl whitelist dstdomain cdn.redhat.com
acl whitelist dstdomain .akamaiedge.net
option arch code 93 = unsigned integer 16; # RFC4578 | |
local-address 192.168.73.1; | |
class "pxeclients" { | |
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; | |
next-server 192.168.73.1; | |
log(info, "PXE Client Detected"); | |
if exists user-class and option user-class = "iPXE" { |