- 下载tiny-tiny-rss source code
cd ~/src/git
clone git://github.com/gothfox/Tiny-Tiny-RSS.git
- 创建openshift空间
# 因爲【雙拼】使用的詞典就是【朙月拼音】的詞典,所以輸入方案中原有的 | |
# reverse_lookup/dictionary: luna_pinyin 保持不變,另外指定一項 prism | |
patch: | |
reverse_lookup/prism: double_pinyin | |
reverse_lookup/tips: 〔雙拼〕 | |
reverse_lookup/preedit_format: [] |
cd ~/src/git
clone git://github.com/gothfox/Tiny-Tiny-RSS.git
# -*- coding: utf-8 -*- | |
# More information: Send Multiple Tasks to OmniFocus at Once with Drafts and Pythonista or one task with Launch Center Pro. Supported Chinese. (Other Unicode characters should also work.) | |
# Script name: MultiLineOmniFocus | |
# Drafts "URL Action": pythonista://MultiLineOmniFocus?action=run&argv=[[draft]]%0Adrafts | |
# Launch Center Pro: pythonista://MultiLineOmniFocus?action=run&args={{[prompt:New Item]}}%0Alaunchpro | |
# or Install from http://launchcenterpro.com/tdp7fb | |
# Modified from email script by OMZ: ImageMail | |
# Modified from script by @Thinkbond from Zhihu.com (http://www.zhihu.com/question/20888606/answer/17093178) | |
# Inspired by http://n8henrie.com/2013/03/send-multiple-tasks-to-omnifocus-at-once-with-drafts-and-pythonista |
// Simple script that exports a users "Saved For Later" list out of Feedly | |
// as a JSON string. | |
// | |
// This was intended for use in the Google Chrome's "Inspector" tool so your | |
// mileage may vary if used in other contexts. | |
// | |
// Format of JSON is as follows: | |
// [ | |
// { | |
// title: "Title", |
route = 8.0.0.0/255.0.0.0 | |
route = 58.0.0.0/255.0.0.0 | |
route = 23.0.0.0/255.0.0.0 | |
route = 117.0.0.0/255.0.0.0 | |
route = 199.0.0.0/255.0.0.0 | |
route = 190.0.0.0/255.0.0.0 | |
route = 198.0.0.0/255.0.0.0 | |
route = 173.0.0.0/255.0.0.0 | |
route = 174.0.0.0/255.0.0.0 | |
route = 168.0.0.0/255.0.0.0 |
good, 你已经有了一个自己的shadowsocks代理了,现在想要把这个代理公布出去给所有人分享。 | |
但是没有两个小时,代理就没法使用了,为什么?因为你需要额外注意以下事项(以下步骤需要比较高的linux技能) | |
本文只关注于确保shadowsocks服务还“活着”,如果你希望让其跑得更快,请参考 | |
https://github.com/clowwindy/shadowsocks/wiki/Optimizing-Shadowsocks | |
1、 shadowsocks的timeout设置 | |
超时时间越长,连接被保持得也就越长,导致并发的tcp的连接数也就越多。对于公共代理,这个值应该调整得小一些。推荐60秒。 | |
2、 检查操作系统的各种限制 | |
对于openvz的vps,特别需要检查一下 |
# Amazon | |
route = 8.18.144.0/255.255.254.0 | |
route = 23.20.0.0/255.252.0.0 | |
route = 27.0.0.0/255.255.252.0 | |
route = 46.51.0.0/255.255.0.0 | |
route = 46.137.0.0/255.255.0.0 | |
route = 50.16.0.0/255.252.0.0 | |
route = 50.112.0.0/255.255.0.0 | |
route = 54.0.0.0/255.0.0.0 |
dns = 8.8.8.8 | |
max-clients = 0 | |
max-same-clients = 5 | |
route = 172.68.2.0/255.255.255.0 | |
route = 3.0.0.0/255.0.0.0 | |
route = 4.0.0.0/255.0.0.0 | |
route = 8.0.0.0/255.0.0.0 | |
route = 17.0.0.0/255.0.0.0 | |
route = 198.0.0.0/255.0.0.0 |
(* | |
File: OmniFocus_Due_List.scpt | |
Revision: 1.1 | |
Revised: 2019-02-10 | |
Summary: Create taskpaper list of tasks due +/- 7d from current date. | |
----------------------------------------------------------- | |
Script based on Justin Lancy (@veritrope) from Veritrope.com | |
http://veritrope.com/code/write-todays-completed-tasks-in-omnifocus-to-a-text-file |