Skip to content

Instantly share code, notes, and snippets.

View jbstep's full-sized avatar

Joel Stephens jbstep

View GitHub Profile
@ironicbadger
ironicbadger / bash_aliases
Last active October 22, 2023 13:04
Lets Encrypt Reverse Proxy Files
alias dcp='docker-compose -f /opt/docker-compose.yml '
alias dcpull='docker-compose -f /opt/docker-compose.yml pull --parallel'
alias dcplogs='docker-compose -f /opt/docker-compose.yml logs -tf --tail="50" '
alias df='df -h -x aufs -x tmpfs -x udev'
alias editle='sudo vi /opt/appdata/letsencrypt/nginx/site-confs/default'
@superjamie
superjamie / raspberry-pi-vpn-router.md
Last active April 13, 2024 12:22
Raspberry Pi VPN Router

Raspberry Pi VPN Router

This is a quick-and-dirty guide to setting up a Raspberry Pi as a "router on a stick" to PrivateInternetAccess VPN.

Requirements

Install Raspbian Jessie (2016-05-27-raspbian-jessie.img) to your Pi's sdcard.

Use the Raspberry Pi Configuration tool or sudo raspi-config to:

@wicastchen
wicastchen / tmp_config.yml
Last active January 19, 2021 21:08
a sample for flexget 1.2 with aria2
#重要!!!每个“:”、“-”后的参数前面一定要加空格!!!
templates:
aria:
aria2:
server: localhost
port: 6800
do: add-new
uri: '{{url}}'
rename_content_files: yes
rename_template: '{{series_name}} {{series_id}}'