Download ApolloScape using aria2.
$ aria2c -i list.txt
#!/usr/bin/env bash | |
# Installs ffmpeg from source (HEAD) with libaom and libx265, as well as a few | |
# other common libraries | |
# binary will be at $BASE_DIR/bin/ffmpeg | |
apt update && apt upgrade -y | |
BASE_DIR="/openbayes/home" |
Download ApolloScape using aria2.
$ aria2c -i list.txt
#!/bin/bash | |
# CloudFlare as a Dynamic DNS (DDNS) | |
# Support CloudFlare API v4 | |
# Author: Tunghsiao Liu (t@sparanoid.com) | |
# Setup envrionment | |
export PATH=/usr/local/bin:/usr/local/sbin:$PATH | |
# NOTE: You need `curl` v7.19.4 or higher to support `--noproxy` flag. |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# Speedtest.net Auto Update Script | |
# Usage: Download the latest SpeedTest script monthly as in 1st of every month at 00:00 | |
# 0 0 1 * * nice -n 19 bash /srv/www/speedtest.sh >/dev/null 2>&1 | |
# Make sure speedtest.sh is executable | |
# chmod +x /srv/www/speedtest.sh | |
DES_PATH=/usr/share | |
PUB_PATH=/srv/www/speedtest.tokyo.sparanoid.com/public_html | |
ST_DIR=speedtest |
Tencent (腾讯):
server { | |
listen 80; | |
server_name sparanoid.com www.sparanoid.com; | |
server_name_in_redirect off; | |
access_log /srv/www/sparanoid.com/logs/access.log; | |
error_log /srv/www/sparanoid.com/logs/error.log; | |
location / { | |
root /srv/www/sparanoid.com/public_html; |