Skip to content

Instantly share code, notes, and snippets.

View jradd's full-sized avatar

Jeremy Redd jradd

View GitHub Profile
@jradd
jradd / gist:7d468ef8f3192995ee79db30fa52cab2
Last active October 26, 2025 09:55
kali linux macbook pro rtl8812au and broadcom bcm4360
### 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
@jradd
jradd / file1.txt
Created August 12, 2016 23:49
the description for this gist
String file contents
@jradd
jradd / myweechat.md
Created March 5, 2016 01:22 — forked from pascalpoitras/1.md
My always up-to-date WeeChat configuration (weechat-dev)

WeeChat Screenshot

Encrypted password in sec.conf

/secure passphrase <pass>
/secure set bncpass <pass>
/secure set relaypass <pass>
---
droplets:
- name: devel.fullstack.0
region: 3
- name: stage.fullstack.0
region: 3
- name: production.fullstack.0
size: 63
@jradd
jradd / vimrc_auto
Created April 25, 2014 01:16
auto install vundle
" 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
@jradd
jradd / osx_time_machine_samba
Created February 27, 2014 03:28
snippets for samba os x time machine hack
os x time machine hack using debian samba server
[MyTimeMachine]
path=/srv/photog/mtp
browseable = yes
writeable = yes
read only = no
guest ok = yes