Originally, this recipe was referred to as Vegan Brisket, but it's definitely closer to tenderloin in style.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | if [[ -d /opt/build/resources/jdk ]]; then | |
| servertype="build" | |
| else | |
| servertype="code" | |
| fi | |
| jdkpath=/opt/$servertype/resources/jdk/jdk | |
| export PATH=$jdkpath/bin:$PATH | |
| export JAVA_HOME=$jdkpath | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | sudo sed -i .orig 's/\(<string>\/usr\/sbin\/mDNSResponder<\/string>\)/\1\ | |
| <string>-AlwaysAppendSearchDomains<\/string>/ | |
| ' /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist | |
| sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist | |
| sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Description='Wireless' | |
| Interface=wlp3s0 | |
| Connection=wireless | |
| Security=wpa-configsection | |
| WPAConfigSection=( | |
| 'ssid="SSID"' | |
| 'key_mgmt=WPA-EAP' | |
| 'proto=RSN WPA2' | |
| 'pairwise=CCMP' | |
| 'group=CCMP' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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 | |
| } | 
- 1 cup nutritional yeast flakes
- 1.5 cup unsweetened almond milk
- 1 Tbsp. arrowroot starch
- 2 Tbsp. Earth Balance vegan butter
- 3 shakes of garlic powder
- 1 tsp. ground cumin
I hereby claim:
- I am bcreasy on github.
- I am genetik (https://keybase.io/genetik) on keybase.
- I have a public key whose fingerprint is 7D24 82AF F764 5EF7 5DE1 E401 58C2 968C BCA6 4D46
To claim this, I am signing this object:
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Week 1 (Jun 23 - Jun 29): | |
| - Mon: 3 | |
| - Tue: -- | |
| - Wed: 4 | |
| - Thu: 3 | |
| - Fri: -- | |
| - Sat: 5 | |
| - Sun: -- | |
| Week 2 (Jun 30 - Jul 6): | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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 | 
- 1 block of firm tofu, pressed and drained
- 0.25 cup nutritional yeast flakes
- Black pepper to taste
- 2 tsp. ground cumin
OlderNewer