I hereby claim:
- I am bcreasy on github.
- I am genetik (https://keybase.io/genetik) on keybase.
- I have a public key ASCpuPLgL3mTIZR5XziUg1bU796SKi1B1SwIdFprFLhVcwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| remote_file "#{Chef::Config[:file_cache_path]}/jdk-8u11-linux-x64.tar.gz" do | |
| source "http://download.oracle.com/otn-pub/java/jdk/8u11-b12/jdk-8u11-linux-x64.tar.gz" | |
| headers({"Cookie" => "oraclelicense=accept-securebackup-cookie"}) | |
| end |
| Week 1 (Jun 23 - Jun 29): | |
| - Mon: 3 | |
| - Tue: -- | |
| - Wed: 4 | |
| - Thu: 3 | |
| - Fri: -- | |
| - Sat: 5 | |
| - Sun: -- | |
| Week 2 (Jun 30 - Jul 6): |
I hereby claim:
To claim this, I am signing this object:
| scpr() { | |
| # usage: scpr filename user@hostname:/tmp/sub/dir/ | |
| remote_host=${2%%:*} | |
| remote_path=${2##*:} | |
| remote_dir=${remote_path%/*} | |
| file=${remote_path##*/} | |
| ssh $remote_host mkdir -p ${remote_dir} | |
| scp $1 $remote_host:$remote_dir | |
| } |
| Description='Wireless' | |
| Interface=wlp3s0 | |
| Connection=wireless | |
| Security=wpa-configsection | |
| WPAConfigSection=( | |
| 'ssid="SSID"' | |
| 'key_mgmt=WPA-EAP' | |
| 'proto=RSN WPA2' | |
| 'pairwise=CCMP' | |
| 'group=CCMP' |