Skip to content

Instantly share code, notes, and snippets.

View davidtwco's full-sized avatar
🦀
Contributing to rustc

David Wood davidtwco

🦀
Contributing to rustc
View GitHub Profile
@killercup
killercup / pandoc.css
Created July 3, 2013 11:31
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
/*
* I add this to html files generated with pandoc.
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
@davidtwco
davidtwco / deluge.docker.service
Last active May 14, 2021 08:39
Systemd units for running Deluge (w/ VPN), Jackett, SABnzbd, Sonarr, Radarr, Plex in Docker containers; superseded by https://github.com/davidtwco/veritas.
[Unit]
Description=Deluge
After=docker.service
Requires=docker.service
Requires=jackett.docker.service
[Service]
ExecStartPre=/usr/bin/docker pull linuxserver/deluge
ExecStart=/usr/bin/docker run --rm --name %n \
--network media \