Skip to content

Instantly share code, notes, and snippets.

# /etc/systemd/system/aria2.service
[Unit]
Description=Aria2 Service
After=network.target
[Service]
User=aria2
ExecStart=/usr/bin/aria2c --conf-path=/var/lib/aria2/.config/aria2/config
KillSignal=SIGINT
@reallyimeric
reallyimeric / [email protected]
Last active March 5, 2020 14:30
extra shadowsocks-libev/simple-obfs systemd unit files
[Unit]
Description=Shadowsocks-Libev Server Service With Standalone Simple Obfusacting Service
After=network.target
BindsTo=simple-obfs-server@%i.service
After=simple-obfs-server@%i.service
[Service]
Type=simple
User=nobody
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
> 女孩十六岁了,她愈发聪明伶俐,美丽动人,站在广场上,她就是小镇的中心;在花丛里坐下,最艳丽的花也会变成映衬她的绿叶。
不知为何,看完君名后这三周里我像被上了奇怪的buff一样,平时什么都不想干,并且特别容易被这些文字打动。
也许只是因为其本身很优秀吧...
// ==UserScript==
// @name kbnewtab
// @author Eric <[email protected]>
// @icon http://en.gravatar.com/userimage/46203070/0cf34385a83b024fe00c148706ff35a6.png?size=200
// @version 0.2.0
// @description view km in a new tab instead of in original page at kb.ceve-market.org
// @include http://kb.ceve-market.org/*
// @grant GM_registerMenuCommand
// ==/UserScript==
myfirstpost