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
    
  
  
    
  | name=PEAP with MSCHAPv2 | |
| author=jmvrbanac | |
| version = 1 | |
| require username *Username password *Password | |
| ----- | |
| ctrl_interface=/var/run/wpa_supplicant | |
| network={ | |
| ssid="$_ESSID" | |
| scan_ssid=$_SCAN | |
| key_mgmt=WPA-EAP | 
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| set +x | |
| # Setup all of the pyenvs | |
| export PATH="$HOME/.pyenv/bin:$PATH" | |
| export CONFIGURE_OPTS='--enable-shared' | |
| eval "$(pyenv init -)" | |
| pyenv shell 2.7.5 | |
| pyenv virtualenvwrapper | |
| pyenv rehash | 
  
    
      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
    
  
  
    
              Show hidden characters
| { | |
| "scroll_past_end": false, | |
| "rulers": [ | |
| 72, | |
| 79 | |
| ], | |
| "word_wrap": false, | |
| "wrap_width": 80, | |
| "tab_size": 4, | |
| "translate_tabs_to_spaces": true, | 
  
    
      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
    
  
  
    
  | $FILE_PATH$:$LINE$:$COLUMN$ | 
  
    
      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
    
  
  
    
  | [diff] | |
| tool = bc3 | |
| [difftool] | |
| prompt = false | |
| [difftool "bc3"] | |
| cmd=/opt/bcompare/bin/bcompare $LOCAL $REMOTE | |
| [merge] | |
| tool = bc3 | |
| [mergetool] | |
| prompt = false | 
  
    
      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
    
  
  
    
  | # Other Stuff | |
| [merge] | |
| tool = p4merge | |
| keepBackup = false | |
| [mergetool "p4merge"] | |
| cmd = p4merge "$BASE" "$LOCAL" "$REMOTE" "$MERGED" | |
| keepTemporaries = false | |
| trustExitCode = false | |
| keepBackup = false | |
| [diff] | 
  
    
      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 ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(uname -r)/include/linux/version.h | 
NewerOlder