/secure passphrase <pass>
/secure set bncpass <pass>
/secure set relaypass <pass>
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
| ### BROADCOM BCM4360 WIRELESS | |
| printf "%s\n" "For BCM4360 (apple)" | |
| apt-get update | |
| apt-get install -y linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms && \ | |
| modprobe -r b44 b43 b43legacy ssb brcmsmac bcma && \ | |
| modprobe wl | |
| ### RTL8812AU WIRELESS USB | |
| printf "%s\n" "For Alfa AC1300" | |
| apt-get install -y realtek-rtl88xxau-dkms && \ | |
| modprobe -v 8812au |
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
| String file contents |
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
| --- | |
| droplets: | |
| - name: devel.fullstack.0 | |
| region: 3 | |
| - name: stage.fullstack.0 | |
| region: 3 | |
| - name: production.fullstack.0 | |
| size: 63 |
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
| " Setting up Vundle - the vim plugin bundler | |
| let iCanHazVundle=1 | |
| let vundle_readme=expand('~/.vim/bundle/vundle/README.md') | |
| if !filereadable(vundle_readme) | |
| echo "Installing Vundle.." | |
| echo "" | |
| silent !mkdir -p ~/.vim/bundle | |
| silent !git clone https://github.com/gmarik/vundle ~/.vim/bundle/vundle | |
| let iCanHazVundle=0 | |
| endif |
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
| os x time machine hack using debian samba server | |
| [MyTimeMachine] | |
| path=/srv/photog/mtp | |
| browseable = yes | |
| writeable = yes | |
| read only = no | |
| guest ok = yes | |
