apm config set http-proxy socks5:127.0.0.1:1080
apm config set https-proxy socks5:127.0.0.1:1080
apm config set strict-ssl false
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
| # Create a private network, which allows host-only access to the machine | |
| # using a specific IP. | |
| config.vm.define "host1" do |hostone| |
| #!/bin/sh | |
| # sudo ./install-shadowsocks-local-service.sh | |
| cp shadowsocks-local.default /etc/default/shadowsocks-local | |
| cp shadowsocks-local.init /etc/init.d/shadowsocks-local | |
| chmod +x /etc/init.d/shadowsocks-local | |
| ln -s ../init.d/shadowsocks-local /etc/rc0.d/K01shadowsocks-local | |
| ln -s ../init.d/shadowsocks-local /etc/rc1.d/K01shadowsocks-local | |
| ln -s ../init.d/shadowsocks-local /etc/rc2.d/K01shadowsocks-local | |
| ln -s ../init.d/shadowsocks-local /etc/rc3.d/K01shadowsocks-local |
| #!/usr/bin/bash | |
| DIR=/path/to/www/public | |
| DATA=/path/to/pms5003.rrd | |
| TIME=$1 | |
| time=$(date '+%H\:%M\:%S') | |
| rrdtool graph $DIR/pm-$TIME.svg \ | |
| --imgformat SVG \ |
| [General] | |
| bypass-system = true | |
| skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, localhost, *.local | |
| bypass-tun = 0.0.0.0/8, 1.0.0.0/9, 1.160.0.0/11, 1.192.0.0/11, 10.0.0.0/8, 14.0.0.0/11, 14.96.0.0/11, 14.128.0.0/11, 14.192.0.0/11, 27.0.0.0/10, 27.96.0.0/11, 27.128.0.0/9, 36.0.0.0/10, 36.96.0.0/11, 36.128.0.0/9, 39.0.0.0/11, 39.64.0.0/10, 39.128.0.0/10, 42.0.0.0/8, 43.224.0.0/11, 45.64.0.0/10, 47.64.0.0/10, 49.0.0.0/9, 49.128.0.0/11, 49.192.0.0/10, 54.192.0.0/11, 58.0.0.0/9, 58.128.0.0/11, 58.192.0.0/10, 59.32.0.0/11, 59.64.0.0/10, 59.128.0.0/9, 60.0.0.0/10, 60.160.0.0/11, 60.192.0.0/10, 61.0.0.0/10, 61.64.0.0/11, 61.128.0.0/10, 61.224.0.0/11, 100.64.0.0/10, 101.0.0.0/9, 101.128.0.0/11, 101.192.0.0/10, 103.0.0.0/10, 103.192.0.0/10, 106.0.0.0/9, 106.224.0.0/11, 110.0.0.0/7, 112.0.0.0/9, 112.128.0.0/11, 112.192.0.0/10, 113.0.0.0/9, 113.128.0.0/11, 113.192.0.0/10, 114.0.0.0/9, 114.128.0.0/11, 114.192.0.0/10, 115.0.0.0/8, 116.0.0.0/8, 117.0.0.0/9, 117.128.0.0/10, 118.0.0.0/11, 118.64.0.0/10, 118.128.0.0/9, |
| #!/bin/bash | |
| # Copyright 2017 Théo Chamley | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| # this software and associated documentation files (the "Software"), to deal in the Software | |
| # without restriction, including without limitation the rights to use, copy, modify, merge, | |
| # publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons | |
| # to whom the Software is furnished to do so, subject to the following conditions: | |
| # | |
| # The above copyright notice and this permission notice shall be included in all copies or |
I upgraded my iPhone 5s to iOS 10 and could no longer retrieve photos from it. This was unacceptable for me so I worked at achieving retrieving my photos. This document is my story (on Ubuntu 16.04).
The solution is to compile libimobiledevice and ifuse from source.
Who is this guide intended for?
| Settings on Twidere: | |
| API URL Format: https://your-host/[DOMAIN.]twitter.com/ | |
| Uncheck "Same OAuth signing URL" | |
| Uncheck "No verion suffix" | |
| Password login recommended. |
pip3 install -r requirements.txt to install dependenciesfollowers_clear.py and follow instructions.Consumer keys can be found here. Use these keys instead of applying yourself can get rid of rate limit.
| #設定rpc監聽端口 | |
| rpc-listen-port=6800 | |
| #開啓rpc監聽 | |
| enable-rpc=true | |
| #設定rpc密碼 | |
| rpc-secret=password | |
| #允許所有來源, web界面跨域權限需要 | |
| rpc-allow-origin-all=true | |
| #允許非外部訪問 | |
| rpc-listen-all=true |