I hereby claim:
- I am jonbackhaus on github.
- I am jonbackhaus (https://keybase.io/jonbackhaus) on keybase.
- I have a public key ASB1eVVQRTN8rSAoxu6etz9axuQ3krM29LEr9fIQsto-iAo
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Description: Sync Plex playlists to shared users. | |
| # Author: /u/SwiftPanda16 | |
| # Requires: plexapi, requests, xmltodict | |
| import requests | |
| import xmltodict |
| #!/usr/bin/python3 | |
| import argparse, sys | |
| import apt | |
| import networkx as nx | |
| parser = argparse.ArgumentParser( | |
| description = "Find top-level packages of the dependency graph" | |
| ) | |
| parser.add_argument( |
| #!/usr/bin/env bash | |
| # Reset routing table on OSX | |
| # display current routing table | |
| echo "********** BEFORE ****************************************" | |
| netstat -r | |
| echo "**********************************************************" | |
| for i in {0..4}; do | |
| sudo route -n flush # several times |
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching | |
| # 5. Process Management |
I hereby claim:
To claim this, I am signing this object: