Fixing things until they're broken since 2008!
-
Lambda Labs
- Ames, IA
- https://www.linkedin.com/in/qskwood/
- @qskwood
Pinned Loading
-
This script uses wget to generate a ...
This script uses wget to generate a WARC that can be read by a player like OpenWayback and places it into a directory. It also handles creation and use of CDX indexes for de-duplication. 1#!/bin/bash
2if [[ $# -ne 2 ]]; then
3echo "Must only have two arguments, the URL and the collection" >&2
4exit 1
5fi
-
This script uses wget and warcprox t...
This script uses wget and warcprox to generate a WARC that can be read by a player like OpenWayback. 1#!/bin/bash
2if [[ $# -ne 1 ]]; then
3echo "Must only have one argument, the URL" >&2
4exit 1
5fi
-
These scripts add and remove IPv4 fo...
These scripts add and remove IPv4 forwarding and NAT from a Linux bridge while still allowing it to be managed by Proxmox. 1Place each file in /etc/network/if-up.d/ or /etc/network/if-down.d/ as appropriate, mark as executable, and name whatever you want.
-
stream-archiver
stream-archiver PublicThis is a collection of shell scripts for archiving live video broadcasts for later viewing.
Shell 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.