https://www.youtube.com/playlist?list=PLKK11Ligqitg9MOX3-0tFT1Rmh3uJp7kA
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
#!/usr/bin/python3 -u | |
# | |
# Copyright Dan Smith <dsmith+ustopo@danplanet.com> | |
# | |
# This downloads USGS topo GeoPDF maps in bulk, by default the current | |
# high-resolution 7.5-minute maps. For reference, all of Oregon comes to | |
# 96GB, all of Washington is 78G. For each state, the index will be downloaded | |
# into the root of the per-state directory, which is how you find which | |
# section map you need, by name. | |
# |
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 | |
# This script uses the xmlrpc command from the xmlrpc-c package to change the label of an imported torrent in rTorrent. | |
# First argument is host | |
host="${1:-localhost}" | |
# Second argument is port | |
port="${2:-9082}" |
This guide is unmaintained and was created for a specific workshop in 2017. It remains as a legacy reference. Use at your own risk.
Workshop Instructor:
- Lilly Ryan @attacus_au
This workshop is distributed under a CC BY-SA 4.0 license.