Skip to content

Instantly share code, notes, and snippets.

天涯论坛审查得厉害啊。无法发帖,搬来这里。
这是公共github帐号,本文很有可能被他人删除。如果你觉得本文有道理,欢迎保存或转载到其他论坛,当作备份。
正在考虑低成本移民,这是我找到的关于厄瓜多尔的情况,若有不实烦请指正。
具体法律、规定请找当地律师咨询。我搜集到的资料不一定正确,可能人云亦云,还可能过时。
厄瓜多尔:
1.优点:
1.1.移民门槛低
十几万身家?可以。大学毕业?可以。后面会说到。
@ookcode
ookcode / ytf_download.sh
Created June 7, 2018 06:28
袁腾飞全系列视频的mp3下载脚本
#!/bin/bash
########################################
#
# 使用youtube-dl库下载
# https://github.com/rg3/youtube-dl
#
########################################
# 腾飞五千年系列———中华文明起源
@PatrickRoumanoff
PatrickRoumanoff / postgres_container_reset.sh
Last active April 28, 2023 20:56
Shell script to reset a postgres DB running in a docker container with no exposed network port
#!/bin/bash
# To create the seed run
# docker exec -t <dockerid> pg_dump -U postgres <dbname> -fc > seed.dump
set -euo pipefail
IFS=$'\n\t'
if [ $# -eq 0 ]; then
echo "dockerId must be provided"
echo "$0 <dockerId> [filename.dump:-seed.dump] [db_name:-DB_NAME:–postgres]"
@cdpath
cdpath / wechat.json
Last active May 8, 2023 09:47
使用 Huginn 实现微信公众号全文 RSS
{
"schema_version": 1,
"name": "WeChat",
"description": "微信公众号全文 RSS",
"source_url": false,
"guid": "dd67102f09869c2228f8ed903a32d063",
"tag_fg_color": "#333333",
"tag_bg_color": "#66ff66",
"icon": "leaf",
"exported_at": "2019-01-12T10:56:41Z",
@Wizmann
Wizmann / workflowy-with-image.js
Last active June 14, 2023 13:29
workflowy-with-image.js
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://workflowy.com/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
@alvin2ye
alvin2ye / pptpd.sh
Created May 31, 2011 04:38 — forked from yinhm/pptpd.sh
Automaticlly install pptpd on Amazon EC2 Amazon Linux
# Automaticlly install pptpd on Amazon EC2 Amazon Linux
#
# Ripped from http://blog.diahosting.com/linux-tutorial/pptpd/
# pptpd source rpm packing by it's authors
#
# WARNING:
# first ms-dns setting to 172.16.0.23, 172.16.0.23 was showing on my
# /etc/resolv.conf, I'm not sure this is the same on all Amazon AWS zones.
#
# You need to adjust your "Security Groups" which you are using too.