- deluge-console
$ wget -O deluge_throttle.sh https://gist.githubusercontent.com/Generator/67da7dc859634046165320ef061769e0/raw/deluge_throttle.sh
$ chmod +x deluge_throttle.sh
Edit deluge_throttle.sh
and set deluged
username password .
/* ==UserStyle== | |
@name qBittorrent force Light/Dark | |
@namespace gist.github.com/Generator/cf0ddba575bc1011680f3907176815de | |
@homepageURL https://gist.github.com/Generator/cf0ddba575bc1011680f3907176815de | |
@updateURL https://gist.github.com/Generator/cf0ddba575bc1011680f3907176815de/raw/qbittorrent.user.css | |
@version 1.0.0 | |
@description Force Light or Dark theme on qBittorrent >=5.0 | |
@author Generator | |
@license CC-BY-SA-4.0 | |
@preprocessor stylus |
*{box-sizing: content-box !important;} | |
body {background:transparent !important;} | |
#time, #togglemin, #ajaxtimeout, #summary {display:none !important;} | |
.double-val-label > span, #center, #stats, .col-lg-4, .btnoffline, .btnunknown, .btnonline {box-shadow: none !important; -webkit-box-shadow:none !important;} | |
#stats { | |
background-color:transparent !important; | |
} |
Inspiration from kill_stream.py but wihtout the need of Plex Pass.
Kill any transconding stream or paused for a long time.
Cons:
#!/bin/bash | |
# Google Drive Grive script that syncs your Google Drive folder on change | |
# This functionality is currently missing in Grive and there are still no | |
# official Google Drive app for Linux coming from Google. | |
# | |
# This script will only detect local changes and trigger a sync. Remote | |
# changes will go undetected and are probably still best sync on a periodic | |
# basis via cron. | |
# | |
# Kudos to Nestal Wan for writing the excellent Grive software |
--- alsa-info.txt.4.1.6-1-ARCH 2015-09-01 23:46:23.013205902 +0100 | |
+++ alsa-info.txt.4.1.6-1-ck 2015-09-01 23:47:02.970785233 +0100 | |
@@ -3,7 +3,7 @@ | |
!!ALSA Information Script v 0.4.64 | |
!!################################ | |
-!!Script ran on: Tue Sep 1 22:27:30 UTC 2015 | |
+!!Script ran on: Tue Sep 1 22:32:53 UTC 2015 | |
#!/bin/sh | |
## DD-WRT Log HTML generator | |
## Instructions: | |
## put script in /tmp/www/ | |
## chmod 700 /tmp/www/log_gen.sh | |
## Add cron job in Administrations panel | |
## */15 * * * * root /tmp/www/log_gen.sh | |
## Page available in http://<routerip>/user/syslog.html | |
## Change nline for number of generated lines |