程序员工具集合及使用

对程序员有用的工具集合。

相关知识

云应用部署

通过存放到Github等代码平台的镜像仓库,可以在云服务商部署应用。仓库应当有docker,以供服务器创建容器。

IaaS/SaaS/BaaS

IaaS指提供系统/储存空间等硬件,软件需要手动安装。

SaaS只能使用开发好的软件。

BaaS一般类似于非关系数据库,但各供应商间不通用。

资料

大厂泄露资料

Hacking Team

1
http://ht.transparencytoolkit.org/

网易

1
2
https://mega.nz/#F!ewNxmbyT!toMSJLz44mpmQOO6W7j3Kg
magnet:?xt=urn:btih:066c588a6fe43ce29a07c96e4063357eb18433ab

乌云公开漏洞

1
https://github.com/hanc00l/wooyun_public

3DMax高清贴图

1
2
链接 / https://share.weiyun.com/5TX2Fvk
密码 / lo8n23

简历

现成模板

1
2
3
4
5
6
7
8
9
10
11
https://www.officeplus.cn/WORD/
https://jianlixiazai.cn/
http://www.yyfangchan.com/
https://www.jianlisheji.com/
https://www.job592.com/doc/who1.html
https://sc.chinaz.com/jianli/free.html
https://github.com/dyweb/awesome-resume-for-chinese
https://www.polebrief.com/edit

链接 / https://share.weiyun.com/5qHQlwJ
密码 / bs5tpa

在线制作

1
2
3
4
5
6
https://www.polebrief.com/index
https://www.mujicv.com/
https://www.52cv.com/
https://www.chuangkit.com/tupian/jianli-or0-pt2-pn1.html
https://www.canva.cn/templates/search/简历/
https://www.101dao.com/templates/FL129

网站

Wifi破解

1
http://www.52bug.cn/hkjs/2427.html

内容合集

待整理。

1
2
3
4
5
6
http://www.100bestfreewebspace.com/searchPage0/Free-Host.html
https://github.com/ramitsurana/awesome-kubernetes
https://github.com/awesome-selfhosted/awesome-selfhosted
https://github.com/ivbeg/awesome-status-pages
https://github.com/bhnddowinf/vuejs-learn
https://github.com/josephmisiti/awesome-machine-learning

论坛和博客

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://axutongxue.com/
https://www.imbushuo.net/blog/
https://program-think.blogspot.com/
https://shanyue.tech/
https://g.widora.cn/
https://www.cnblogs.com/
https://masuit.com/
https://www.freehao123.com/
https://dev.to/
https://www.mf8.biz/
https://www.acexy.cn/
https://masuit.com/
https://salsa.debian.org/public
https://www.nutgeek.com/
https://pdf-lib.org/
https://blog.yazawaniko.com/
https://coderschool.cn/
https://www.techspot.com/
https://www.itengli.com/
https://www.chengxuzhilu.com/
https://jubt.gq/cn/index.html
https://hao.su/tos.html

其它

1
2
3
4
https://51.ruyo.net/5570.html
https://asia.cloudns.net/?utm_source=affiliate&utm_medium=244749&utm_campaign=affiliate&utm_content=244749
https://kb.adguard.com/en/general/dns-providers
https://www.digitalocean.com/community/tutorials/how-to-set-up-an-object-storage-server-using-minio-on-ubuntu-18-04

学生专属项目

Office 365 E5

教育版

1
2
3
4
https://www.microsoft.com/en-us/education/products/office?tab=students?tab=students
https://xyxywan.gitee.io/web/
https://od.obagg.com/
https://get.porta1.net/?__cf_chl_jschl_tk__=83c928ebbf99663237ea88805bc924e141699fc3-1605690660-0-AdnezinmvFMzpyB50OfoJCxwTtvM6LK4QCGvz5H-IApWWBURmgaDE8F0ls64UAmhogL2rFz9I9j43Pubz4pIwnxSBYE4x3LUVtmGSmxJey29d6JEKzRWYJGMb0aQKL9j8w0DROKY369MQ0x-ocjbi7gEo68wkc_SyIUuGf-1-I6fFbaWhNCIUod9O_08ANMH79Ws4y9fYn2_f9Xa6AocqNf_vFJYh54JbbrlrE6IhEcLLG0xcBJHzCiNutc417DtiVBbF-Nc93a966QfzJA0LccQIqVLez6kr-OFGE0JGeES_Ilbq1jjy52hyjn7sqxvtA#intro

开发者账号

打开以下链接开通Office开发者账号,国家选择美国,可以所有选项都勾选。然后点击SET UP E5 SUBSCRIPTION,按照流程填写即可。

1
https://developer.microsoft.com/en-us/office/profile/

自动续订

注册完成后打开以下链接,点击Azure Active Directory,进入后选择应用注册-新注册,账户类型选择任何组织目录(任何 Azure AD 目录 – 多租户)中的帐户和个人 Microsoft 帐户(例如,Skype、Xbox),URI填写http://localhost:53682/,然后点击注册。

1
https://portal.azure.com/

注册完成后记录应用程序(客户端)ID,然后点击左侧菜单API权限-添加权限-Microsoft Graph-委托的权限,勾选以下权限。

1
2
3
4
5
6
7
8
9
10
11
12
Files.Read.All
Files.ReadWrite.All
Sites.Read.All
Sites.ReadWrite.All
User.Read.All
User.ReadWrite.All
Directory.Read.All
Directory.ReadWrite.All
Mail.Read
Mail.ReadWrite
MailboxSettings.Read
MailboxSettings.ReadWrite

完成后点击左侧证书和密码-新客户端密码,截止期限随意,添加后记录以备用。

在本机安装rclone,对于Mac可通过brew安装,其余平台可参考以下链接。

1
https://rclone.org/install/

然后输入以下命令,在弹出的窗口完成登录授权。

1
rclone authorize "onedrive" "[应用程序(客户端)ID]" "[应用程序密码]"

回到终端,复制"refresh_token"的内容,不包含双引号。

打开以下项目并fork一份,然后修改1.txt,用刚才的"refresh_token"的内容覆盖。

1
https://github.com/wangziyingwen/AutoApiSecret

然后点击Settings-Secrets,添加以下Secret。

1
2
3
4
5
名称 / CONFIG_ID
值 / id=r'[应用程序(客户端)ID]'

名称 / CONFIG_KEY
值 / secret=r'[应用程序密码]'

添加后激活该Action即可。

Semaphore

1
https://docs.semaphoreci.com/account-management/discounts/

Unreal Engine

教育版免费。

1
https://www.unrealengine.com/zh-CN/education

loom

1
https://support.loom.com/hc/en-us/articles/360006579637-Loom-Pro-Free-for-Students-and-Teachers/?ref=codegena.com

Astah UML

1
https://astah.net/products/free-student-license/

Tableau

1
https://www.tableau.com/academic/students

StudentUniverse

面向30岁以下学生的旅游预订网站,提供学生航班折扣。中国大陆仅支持国航。

1
https://www.studentuniverse.com/

Github Education Pack

1
https://education.github.com/

Microsoft Azure

免费12个月试用。

1
2
https://azure.microsoft.com/zh-cn/
https://docs.microsoft.com/zh-cn/azure/education-hub/azure-dev-tools-teaching/program-faq

充分使用Azure学生订阅免费额度

教程如下。

1
https://www.jianshu.com/p/9bdd35dc2341

反代Google

教程如下。

1
https://51.ruyo.net/4880.html

定时任务

教程如下。

1
https://51.ruyo.net/6499.html

利用SendGrid免费计划发送邮件服务

教程如下。

1
https://51.ruyo.net/15179.html

Imagine激活Azure

以及免费膜法上网教程。

1
https://51.ruyo.net/3141.html

AWS

1
2
https://aws.amazon.com/cn/education/awseducate/
https://www.awseducate.com/Registration#APP_TYPE

Autodesk

1
https://www.autodesk.com.cn/education/home

G Suite for Education

1
https://edu.google.com/products/gsuite-for-education/

LINGO Educational Research License

1
https://www.lindo.com/index.php?option=com_content&view=article&id=120&Itemid=45

Office in Education

1
https://products.office.com/en-us/student?tab=students

Pantheon

1
https://pantheon.io/edu

Axure

1
https://www.axure.com/edu

Tableau

1
https://www.tableau.com/zh-cn/academic

Minecraft

1
https://education.minecraft.net/get-started

OriginPro Student Version

1
https://www.originlab.com/OriginProLearning.aspx

Notion

1
https://www.notion.so/student

Shapr3D

1
https://www.shapr3d.com/education

Intel® Software Development Tools

1
https://software.intel.com/content/www/us/en/develop/articles/qualify-for-free-software.html

Bootstrap Studio

1
https://bootstrapstudio.io/pages/student-license

MATLAB

1
https://ww2.mathworks.cn/products/matlab/student.html

1Password

1
https://www.studentappcentre.com/App/1Password

invision

1
https://www.invisionapp.com/education

Basecamp

1
https://basecamp.com/discounts

YNAB

个人理财软件。

1
https://www.youneedabudget.com/college/

Adobe

最多四折。

1
https://www.adobe.com/creativecloud/buy/students.html

Squarespace

五折优惠。

1
https://www.squarespace.com/students/

Azendoo

1
https://blog.azendoo.com/azendoo-for-education-special-offers/

Figma

1
https://www.figma.com/education/

Tower

1
https://www.git-tower.com/students/mac

Lucidchart

流程图绘制。

1
https://www.lucidchart.com/pages/usecase/education

Sketch Education

1
https://www.sketch.com/store/edu/

Asana

学生生活安排。

1
https://asana.com/students?language=en

Dashlane

为期一年的Dashlane高级版免费使用权。

1
https://www.dashlane.com/students

DNS

普通DNS

供应商 主DNS 备用DNS 备注
Google 8.8.8.8 4.4.4.4 https://developers.google.com/speed/public-dns
OpenDNS 208.67.222.222 208.67.220.220 https://www.opendns.com/
Level3 209.244.0.3 209.244.0.4
DNS Advantage 156.154.70.1 156.154.71.1
Verizon 4.2.2.1 4.2.2.1
SmartViper 208.76.50.50 208.76.51.51 https://www.markosweb.com/free-dns/
AIXYZ DNS 123.206.21.48 115.159.146.99
HelloDNS 123.56.46.123 182.254.185.148
Ali 223.5.5.5 223.6.6.6
Tencent 119.29.29.29 119.28.28.28
114 114.114.114.114 114.114.115.115
rubyfish DoT tls://rubyfish.cn:853 tls://dns.rubyfish.cn:853
rubyfish DoH https://rubyfish.cn https://dns.rubyfish.cn

带安全功能的DNS

供应商 主DNS 备用DNS
Norton ConnectSafe 198.153.192.40 198.153.194.40
198.153.192.50 198.153.194.50
198.153.192.60 198.153.194.60
Comodo Secure DNS 8.26.56.26 8.20.247.20
Securly 184.169.143.224 184.169.161.155
ScrubIT 67.138.54.100 207.225.209.66

DNS供应商

阿里云公共DNS

1
https://www.alidns.com/setup/

Public DNS

1
https://www.publicdns.xyz/public/puntcat.html

Yandex.DNS

1
https://dns.yandex.com/

Freenom World

1
http://www.freenom.world/zh/index.html

1.1.1.1

1
https://1.1.1.1/

Quad9

1
https://quad9.net/

OpenNIC

1
https://www.opennic.org/

京东智联云

1
https://www.jdcloud.com/cn/products/jd-cloud-dns

华为云

1
https://www.huaweicloud.com/product/dns.html

DNS.COM

1
https://www.dns.com/

dnsever

1
https://www.dnsever.com/

Zoneedit

1
https://www.zoneedit.com/

DNS EXIT

免费动态DNS,托管DNS服务。

1
https://www.dnsexit.com/

GeoScaling DNS2

提供具有独特功能的免费(每月最多100万个DNS请求)托管的DNS服务。

1
https://www.geoscaling.com/

DNS.LA

1
https://www.dns.la/

八戒DNS

1
https://www.bajiedns.com/

DNS盾

1
https://www.dnsdun.com/

xip.io

1
http://xip.io/

dynv6

1
https://dynv6.com/

SPDYN

1
https://www.spdyn.de/

FreeDNS

1
https://freedns.afraid.org/

DYNDNSS

1
https://dyndnss.net/eng/

ClouDNS

1
https://asia.cloudns.net/

DNSPOD

1
2
https://www.dnspod.cn/
https://www.dnspod.com/

优惠券如下。

1
2
https://www.dnspod.cn/promo/coupon
https://cloud.tencent.com/act/pro/DNSPodDomainsCarnival?fromSource=gwzcw.1293314.1293314.1293314&cps_key=98e3b13dc4a1659435daf62289161ee5

Duck DNS

1
https://www.duckdns.org/

FreeDNS

1
https://freedns.afraid.org/

LuaDNS

1
https://www.luadns.com/

Hurricane Electric Free DNS Management

1
https://dns.he.net/

Dynu

1
https://www.dynu.com/

no.ip

1
https://www.noip.com/

ZoneWatcher

1
https://zonewatcher.com/

Zoneedit

1
https://www.zoneedit.com/free-dns/

Lilore

1
https://zilore.com/en/dns

GratisDNS

1
https://web.gratisdns.dk/domaener/dns/

Selectel

1
https://old.selectel.ru/en/services/additional/dns/

PointDNS

1
https://pointhq.com/developer

NS1

1
https://ns1.com/

DomainTools

1
https://www.domaintools.com/

DNS服务程序

Overture

1
https://github.com/shawn1m/overture

glider

1
https://github.com/nadoo/glider

dnsmasq-china-list

1
https://github.com/felixonmars/dnsmasq-china-list

ChinaDNS

1
https://github.com/aa65535/ChinaDNS

SSL证书

国内证书

又拍云

1
https://www.upyun.com/products/ssl

腾讯云

1
https://buy.cloud.tencent.com/ssl?fromSource=ssl

阿里云

1
2
https://common-buy.aliyun.com/?spm=5176.7968328.231195.3.DAY7Db&commodityCode=cas#/buy
https://developer.aliyun.com/adc/student/?source=5176.11533457&userCode=qhrfl7xv

沃通

1
https://buy.wosign.com/free/#ssl

allinssl

1
https://allinssl.com/zh/

国外证书

freeSSL

1
2
https://freessl.cn/
https://freessl.org/

Let’s Encrypt

1
2
https://certbot.eff.org/
https://github.com/certbot/certbot

教程如下。

1
2
3
https://51.ruyo.net/8077.html
https://51.ruyo.net/3163.html
https://mp.weixin.qq.com/s/sN5WwukKWmaT6E5R0Txp_Q

KeyChest

1
https://keychest.net/

GlobalSign

1
https://www.globalsign.com/en/managed-ssl/ssl-open-source

ZeroSSL

1
https://zerossl.com/

CDN

国内免费

360网站卫士CDN前端公共库

1
http://libs.useso.com/

七牛静态资源CDN服务

1
https://www.staticfile.org/

又拍云常用JS库CDN服务

1
http://jscdn.upai.com/

极客族公共加速服务

1
https://cdn.geekzu.org/cached.html

奇虎360前端静态资源库

1
https://cdn.baomitu.com/

百度静态资源公共库

1
http://cdn.code.baidu.com/

新浪云计算公共库

1
http://lib.sinaapp.com/

CDNBee

1
https://cdnbee.com/

BootCDN

1
http://www.bootcdn.cn/

七牛云

1
https://developer.qiniu.com/af/kb/1574/free-credit-information

Fikker

自建CDN。

1
https://www.fikker.com/

关闭系统IIS服务和防火墙,以避免与Fikker的80、443、6780端口冲突。下载Fikker并打开,分别点击注册服务运行服务,然后在浏览器输入以下地址以登录管理后台,初始密码为123456。

1
http://your-fikker-ip:6780/

FreeCDN

1
http://su.zhiduopc.com/

加速乐

1
https://defense.yunaq.com/jsl/

YUNDUN

1
https://www.yundun.com/

字节跳动静态资源公共库

1
http://cdn.bytedance.com/

JSHub

1
https://jshub.com/

腾讯网静态资源公共库

1
https://libs.qq.com/

BootCDN

1
https://www.bootcdn.cn/

JSHub

1
https://jshub.com/

又拍云JS库

1
http://jscdn.upai.com/

Staticfile CDN

1
https://staticfile.org/

loli

1
https://cdnjs.loli.net/

UCLOUD GlobalSSH

需要实名。

1
https://docs.ucloud.cn/pathx/globalssh

unpkg CDN

1
https://www.v2ex.com/t/521411

百度云加速

1
https://su.baidu.com/

知道创宇云安全

1
https://defense.yunaq.com/

CDNFINE

1
https://www.cdnfine.com/

美尔联

1
http://cdn.meierlian.net/

又拍云

常用JavaScript库CDN服务。

1
http://jscdn.upai.com/

前端静态资源库CDN

首个支持HTTP/2的CDN服务。

1
https://cdn.baomitu.com/

国外免费

Microsoft ASP.net CDN

1
http://www.asp.net/ajaxlibrary/cdn.ashx

j-Query

1
2
https://jquery.com/
http://code.jquery.com/

Google Hosted Libraries

1
https://developers.google.com/speed/libraries/#d3.js

Fast.io

用于图像,视频和文档的CDN。

1
https://fast.io/

jare

1
http://www.jare.io/

FreeDNS

1
https://www.1984.is/product/freedns/

cdnjs

1
2
https://cdnjs.com/
http://cdnjs.net/

Microsoft Ajax内容分发网络

1
https://docs.microsoft.com/zh-cn/aspnet/ajax/cdn/overview

Google Hosted Libraries

1
https://developers.google.com/speed/libraries/

bootstrapCDN

1
https://www.bootstrapcdn.com/

embed.ly

1
https://embed.ly/

image 4 io

1
https://image4.io/

Sirv

图像CDN。

1
https://sirv.com/

Travis CI

1
https://travis-ci.org/

tiiny.host

1
https://tiiny.host/

Z.A.R.V.I.S.

1
https://zarvis.ai/

CODING

1
https://coding.net/

gitee

1
https://gitee.com/

NotABug

1
https://notabug.org/

Perforce

1
https://www.perforce.com/products/helix-teamhub

OpenJS Foundation

1
https://openjsf.org/

deployhq

直接从存储库构建和部署代码,管理网站的持续部署。免费试用10天。

1
https://www.deployhq.com/

HOUND

1
https://houndci.com/

COVERALLS

1
https://coveralls.io/

CodeFactor

Git的自动代码审查。

1
https://www.codefactor.io/

codecov

改善代码审查工作流程和质量。

1
https://codecov.io/

Deepcode

实时语义代码分析。

1
https://www.deepcode.ai/

CodeScene

1
https://codescene.io/

CODE CLIMATE

1
https://codeclimate.com/

codeac

将基础架构分析为代码。

1
https://www.codeac.io/infrastructure-as-code.html?ref=free-for-dev

codacy

自动检查提交和拉取请求的代码。

1
https://www.codacy.com/

cacher

1
https://www.cacher.io/

Dependabot

1
https://dependabot.com/

CodeNotary

1
https://codenotary.io/

FoxPass

实现服务器和网络访问的自动化。

1
https://www.foxpass.com/

百度效率云

1
https://xiaolvyun.baidu.com/

Opendev

1
https://opendev.org/

para

1
https://paraio.com/

国内免费

盛大云

1
http://www.grandcloud.cn/

小米云服务

1
https://i.mi.com/

看云

1
https://www.kancloud.cn/

亿方云

1
https://www.fangcloud.com/

优刻得

用兑换码coding-ucloud可兑换300元优惠券。可购买标准机型(洛杉矶),CPU双核,内存2GB。

1
https://www.ucloud.cn/site/product/ufile.html

酷播云

免费版空间5G/年,流量12G/月。

1
http://www.cuplayer.com/price/

灵雀云

可申请免费试用。

1
https://www.alauda.cn/

DaoCloud

地址如下。

1
https://www.daocloud.io/

搭建SSR

只能用于国外翻回国内。

在管理后台点击发现镜像-Docker Hub,搜索malaohu/ssr-with-net-speeder。也可直接访问以下链接。

1
https://dashboard.daocloud.io/packages/15ff48d8-10cf-4ab5-8555-da7bd619aa95

点击部署,版本选择latest,运行环境选择云端测试环境。端口填写8089,协议和访问方式均为TCP,访问范围选择外部服务。部署完成后可在右上方查看访问地址,格式为8989/TCP->RUYO_net.t1.daoapp.io:61564,其中RUYO_net.t1.daoapp.io为服务器地址,61564为端口,填写到SSR客户端即可。

部署中转代理

访问以下链接部署,建议端口设置为80,协议和访问方式均为TCP,访问范围选择外部服务。

1
https://dashboard.daocloud.io/packages/2c28004e-eb70-4974-82a1-e4056e6294d9

通过以下命令启动。

1
TCP4-LISTEN:80,reuseaddr,fork TCP4:[服务器IP]:[端口]

自动重启

该环境默认24小时自动停止。通过API可实现自动重启。

通过以下链接申请API Token。

1
https://dashboard.daocloud.io/settings/profile

创建一个应用并获取AppID。访问以下链接即可完成重启,注意替换AppID和Token。

1
https://dsproxy-malaohu.rhcloud.com/http/daocloud/restart/[AppID]/[Token]

也可通过以下nodejs代码部署重启服务。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
var request = require('request');

# 重启DaoCloud
app.get('/http/daocloud/restart/:appid/:token',function(req, res){
var appid = req.params.appid;
var token = req.params.token;
request({
method: 'POST',
url:"https://openapi.daocloud.io/v1/apps/"+ appid +"/actions/restart",
headers: {"Authorization": token}},
function (error, response, body) {
if(error)
res.send(error);
else
res.send(body);
});

可通过IFTTT设置定期访问以上链接以实现定期重启。触发方式为Date&Time,响应为Maker Webhooks,参数如下。

选项 内容
URL 链接内容
Method GET
Centont Type text/plan

Bmob

1
https://www.bmob.cn/

又拍云

1
https://www.upyun.com/

思爱普SAP

1
https://www.sap.cn/products/cloud-platform/pricing.html

时速云

1
https://www.tenxcloud.com/

魔泊云

1
https://www.mopaas.com/

伙伴云

1
https://www.huoban.com/

简道云

1
https://www.jiandaoyun.com/

氚云

1
https://h3yun.com/

明道云

1
https://www.mingdao.com/

国外免费

Cloudcraft

可视化云架构。

1
https://www.cloudcraft.co/

OpenStack

1
https://www.openstack.org/

Rancher

1
https://rancher.com/

cloudAMQP

1
https://www.cloudamqp.com/

Cloudinary

1
https://cloudinary.com/pricing

Firebase

1
https://firebase.google.cn/pricing

Virtual VM

暂时缺货。

1
http://www.virtualvm.com/#!/Home

Hikiku

暂时缺货。

1
https://hikiku.fr/cart.php?gid=1

Ikoula

新用户送100美金。

1
https://www.ikoula.cn/zh/cloudikoulaone

Digital Ocean

新用户送100美金。

1
https://try.digitalocean.com/virtual-private-servers/?refcode=1ac212f0057b

阿里云

免费12个月试用。

1
https://www.alibabacloud.com/zh/campaign/free-trial?utm_content=se_1005982105&gclid=Cj0KCQjwpNr4BRDYARIsAADIx9wDyfkU0SVGIme51lYoe5OAck_D7ARwEC5M3extalTLq4xaRg2hocYaAsVoEALw_wcB

Amazon Web Services

免费12个月试用,750个小时。

1
https://aws.amazon.com/cn/about-aws/select-regions/?sc_channel=PS&sc_campaign=acquisition_CN&sc_publisher=baidu&sc_medium=bz&sc_content=pc&sc_detail=HL&sc_category=pc&sc_segment=test&sc_country=CN&trkCampaign=request_for_pilot_account&trk=baidu-ppc-test

Ikoula

免费领取100欧元。

1
https://www.xobk.cn/159.html?btwaf=60719348

Atlantic

免费12个月试用。

1
https://www.atlantic.net/

Evolution Host

需要有个人网站才可以申请。

1
https://evolution-host.com/free-vps.php

FossHost

1
https://fosshost.org/

OpenShift

1
https://github.com/bclswl0827/v2ray-openshift

redislabs

1
https://redislabs.com/try-free/

Staroid

1
https://staroid.com/

platform9

1
https://platform9.com/

BackBlaze

1
https://www.backblaze.com/b2/cloud-storage.html

invantive cloud

需要翻墙。

1
https://cloud.invantive.com/language/en

Kubernautic

1
https://kubernauts.sh/

Clever Cloud

前20欧元免费。

1
https://www.clever-cloud.com/en/pricing

cloudcannon

1
https://cloudcannon.com/

render

1
https://render.com/

BackBlaze

1
https://www.backblaze.com/b2/cloud-storage.html

Appharbor

支持.NET。

1
https://appharbor.com

FreeASPHosting

支持.NET。

1
https://freeasphosting.net/

Dev Graph

需要有公司邮箱。

1
https://www.engineyard.com/

LeanCloud

1
https://leancloud.app/

AWS Cloud9

用于编写、运行和调试代码的云IDE。

1
https://aws.amazon.com/cn/cloud9/

M3O

1
https://m3o.com/about

Terraform

1
https://www.terraform.io/

UCloud

1
https://www.ucloud.cn/

听云

可免费试用。

1
https://www.tingyun.com/

Scalingo

1
https://scalingo.com/

skyvia

1
https://skyvia.com/

Okta Developer Platform

1
https://developer.okta.com/

JumpCloud

1
https://jumpcloud.com/

Shippable

1
https://www.shippable.com/pricing.html

GearHost

1
https://www.gearhost.com/pricing

Glitch

1
https://glitch.com/

Krucible

1
https://usekrucible.com/

Terraform

1
https://www.terraform.io/

Scalingo

1
https://scalingo.com/

云优化

MemCachier

托管内存缓存。

1
https://www.memcachier.com/

通讯与匿名身份

通讯工具

环信

1
https://www.easemob.com/

亲加通讯云

1
http://www.gotye.com.cn/

虚拟号码

Sonetel

可免费试用。

1
https://sonetel.com/zh-hans/

短信平台

云片

1
http://www.yunpian.com/

SendCloud

1
https://sendcloud.sohu.com/

消息推送和同步

ably

1
https://www.ably.io/

Iron

快速通过托管消息队列传递消息。

1
https://www.iron.io/

OneSignal

Web推送,电子邮件和应用内消息。

1
https://onesignal.com/

QuickBlox

提供即时消息API。

1
https://quickblox.com/

simperium

跨平台的数据同步服务。

1
https://simperium.com/

pusher

跨平台的推送通知API。

1
https://pusher.com/beams

VWO

通过网络推送通知和Facebook Messenger使您的访客参与自动营销活动。

1
https://vwo.com/engage/?ref=pc

pushbots

1
https://pushbots.com/

VPS

国内免费

三丰云

国内VPS,需要通过发帖进行免费续费。

1
https://www.sanfengyun.com/

新睿云

首月免费。

1
https://activity.xinruiyun.cn/free/

腾讯云

免费使用15天。

1
https://cloud.tencent.com/act/free

OneNET

可免费试用OneNET应用托管服务的全栈服务,试用时有资源限制。

1
https://open.iot.10086.cn/cloud/introduction/cloud-server

国外免费

Oracle Cloud

前一个月免费试用300美元,同时提供永久免费额度,可以创建并运行2个VPS主机,包含足够用的月流量和100GB的存储。

1
2
https://wzfou.com/oraclecloud/
https://www.oracle.com/cloud/free/

VPN Jantit

1
https://www.vpnjantit.com/free-softether.html

R-VPN Network

通过代码TRIAL可以进行24小时的免费试用。

1
https://w.rvpn.space/

XREA

需要使用全局日本IP,浏览器使用隐身模式。需要日本手机号。

打开以下链接注册。

1
https://www.value-domain.com/signup_buy/

注册完成后打开以下链接,输入所需域名,服务器选s1003。

1
https://www.value-domain.com/web.php?action=signupfreeweb1

完成后点击新控制面板即可进入域名管理后台。

Serverspace

试用送1卢布体验金,开最低配置的服务器能用3天。

1
https://serverspace.by/services/vps-server/

OVHCloud

免费30欧元。

1
https://www.ovh.com/fr/

Qwiklabs

无限免费体验GCP服务器,单次时长3小时。打开以下链接以注册。

1
https://google.qwiklabs.com/

注册完成后打开以下链接开启课程即可。

1
https://google.qwiklabs.com/focuses/3393?catalog_rank=%7B%22rank%22%3A1%2C%22num_filters%22%3A0%2C%22has_search%22%3Atrue%7D&parent=catalog&search_id=7893158

virtualmaster

无限免费4小时的VPS。

1
https://www.virtualmaster.com/en

HyperVMart

免费一个月VPS,可用优惠码2MOFREEVM。若只使用一个月,需手动取消自动续费。

1
http://hypervmart.com/

工具包

Atlas

软件库。

1
https://atlastk.org/

主机管理面板/后台控制面板

Porta1.Net CDN

CloudFlare Partner可视化管理面板,Cloudflare CNAME/IP/NS配置。

1
2
https://github.com/ZE3kr/Cloudflare-CNAME-Setup/blob/master/README.zh.md
https://dns.porta1.net/

LAMP

1
2
http://lnmp.org/
http://86.re/index_cn.html

Appnode

Linux服务器集群管理面板。免费版不支持面板。

1
https://www.appnode.com/

宝塔

正常版链接如下。

1
http://www.bt.cn/

英文版链接如下。

1
http://www.aapanel.com

AMH

1
http://amh.sh/

WDCP

1
http://www.wdlinux.cn/bbs/

VestaCP

自带中文。

1
http://vestacp.com/

Kloxo-MR

有中文包。

1
https://github.com/mustafaramadhan/kloxo/

Webmin/Virtualmin

自带中文。

1
http://www.webmin.com/virtualmin.html

Ispconfig

有中文包。

1
https://github.com/dclardy64/ISPConfig-3-Debian-Installer

i-MSCP

自带中文。

1
http://i-mscp.net/

EasySCP

自带中文。

1
http://www.easyscp.net/

Ajenti

轻量级,类似Webmin,自带中文。

1
http://ajenti.org/

zPanel(sentora)

支持Windows,有中文包。

1
2
http://www.zpanelcp.com/
http://www.sentora.org/

centos webpanel

1
http://centos-webpanel.com/

Froxlor

轻量,适应各种环境。

1
http://www.froxlor.org/

AlternC

1
https://alternc.org/

Easy Hosting Control Panel

有第三方汉化包。

1
http://ehcp.net/

CyberPanel

只支持CentOS 7.x。

1
http://docs.cyberpanel.net/doku.php

runcloud.io

有免费版和付费版。

1
https://runcloud.io

froxlor

没有汉化。

1
https://www.froxlor.org/

Oneinstack

1
2
https://oneinstack.com/
https://github.com/oneinstack/lnmp

Teddyson

1
2
http://teddysun.com/lamp
http://teddysun.com/lamp-yum

LTMP

支持CentOS/RadHat。

1
http://www.ltmp.cc/

CENTMIN MOD

1
http://centminmod.com/

VPSSIM

1
https://vpssim.com/

lowendscript

1
https://github.com/Xeoncross/lowendscript

monkeyServer

轻量级的web服务器。

1
https://github.com/alexandreteles/monkeyServer

UPUPW

Windows平台环境搭建。

1
http://www.upupw.net/

PhP study

1
https://www.xp.cn/linux.html#install-show

AdminLTE

1
https://github.com/ColorlibHQ/AdminLTE

VUE ELEMENT ADMIN

1
https://github.com/PanJiaChen/vue-element-admin

Tabler

1
https://github.com/tabler/tabler

gentelella

1
https://github.com/ColorlibHQ/gentelella

ngx-admin

1
https://github.com/akveo/ngx-admin

Ant Design Pro

1
https://github.com/ant-design/ant-design-pro

BlurAdmin

1
https://github.com/akveo/blur-admin

Vue Bulma

1
https://github.com/vue-bulma/vue-admin

iView Admin

1
https://github.com/iview/iview-admin

Material Dashboard

1
https://github.com/creativetimofficial/material-dashboard

WHMCS

WHMCS需要安装在带MysqL数据库的PHP服务器,并要求安装Ioncube组件。若未安装,可在服务器输入以下命令。

1
2
3
4
5
6
7
8
9
# 32位
cd /usr/local/
wget https://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
tar xvfz ioncube_loaders_lin_x86.tar.gz

# 64位
cd /usr/local/
wget https://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar xvfz ioncube_loaders_lin_x86-64.tar.gz

然后编辑php.ini文件,一般在/usr/local/lib,也有可能在/usr/local/etc/php5/cgi或/usr/local/etc/php4/cgi。

添加以下代码到该文件末尾。注意5.3为PHP版本,需要根据具体情况进行修改。

1
2
[ionCube Loader]
zend_extension="/usr/local/ioncube/ioncube_loader_lin_5.3.so"

执行以下命令以查看是否完成安装。

1
php -v

下载WHMCS破解版,如下。将程序包上传到服务器,然后通过https://www.yourdomain.com/whmcs/install/install.php访问安装界面。

1
https://pan.baidu.com/s/1xf7uL

安装可能需要将configuration.php.new重命名为configuration.php,并赋予目录读写权限即755或777。

安装完成后即跳转到WHMCS管理后台。点击系统设置-付款-支付接口,在启动模块中可添加PayPal作为支付网关。

若需要添加支付宝网关,则需要下载以下安装包,解压后将alipay.php上传到/modules/gateways目录,callback中的alipay_callback.php和alipay_return.htm上传到/modules/gateways/callback目录。在WHMCS管理后台点击系统设置—付款—货币设置—添加货币,添加RMB人民币,然后即可在支付接口中选择支付宝。注意需要申请支付宝商家服务,才能成功开通支付宝网关。

1
2
链接 / https://pan.baidu.com/s/1nvv1dbF
密码 / n4kr

其余插件如下。

1
2
3
4
5
6
# 微信支付网关
链接 / http://pan.baidu.com/s/1nu6FV65
密码 / ruyo

# WHMCS Shadowsocks
https://github.com/NETOUCHER/WHMCS_Shadowsocks_Admin/wiki/Home:-SSAdmin-User-Guide

客户端

用于连接到服务器。

XSHELL+XFTP

学生包

1
https://www.netsarang.com/zh/free-for-home-school/

破解

使用前需在hosts文件添加以下内容。

1
2
3
4
5
127.0.0.1 transact.netsarang.com
127.0.0.1 update.netsarang.com
127.0.0.1 www.netsarang.com
127.0.0.1 www.netsarang.co.kr
127.0.0.1 sales.netsarang.com

注册码如下。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Xshell 5
181226-111351-999033

// Xshell 6
181226-111725-999177

// XshellPlus 6
181226-117860-999055

// Xftp 5
181227-114744-999004

// Xftp 6
181227-114016-999644

// XmanagerPowerSuite 6
181226-116119-999510

配色方案

打开XShell,选择工具-配色方案-导入即可。文件内容如下。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# 方案一
# 文件名称为mycolor.xcs
[mycolor]
text(bold)=e9e9e9
magenta(bold)=ff00ff
text=00ff80
white(bold)=fdf6e3
green=80ff00
red(bold)=ff0000
green(bold)=3c5a38
black(bold)=808080
red=ff4500
blue=00bfff
black=000000
blue(bold)=1e90ff
yellow(bold)=ffff00
cyan(bold)=00ffff
yellow=c0c000
magenta=c000c0
background=042028
white=c0c0c0
cyan=00c0c0
[Names]
count=1
name0=mycolor

# 方案二
# 文件名称为monokai.xcs
[monokai]
text=ffffff
cyan(bold)=a6e22e
text(bold)=ffffff
magenta=f92672
green=80ff80
green(bold)=80ff80
background=272822
cyan=a6e22e
red(bold)=de8e30
yellow=66d9ef
magenta(bold)=f92672
yellow(bold)=66d9ef
red=de8e30
white=c0c0c0
blue(bold)=ae81ff
white(bold)=ffffff
black=000000
blue=ae81ff
black(bold)=000000
[Names]
name0=monokai
count=1

# 方案三
# 文件名称为solarized.xcs
[Solarized Dark]
text=BDB76B
text(bold)=FFD700
background=002B36
red=CB4B16
red(bold)=E14B16
magenta=6C71C4
magenta(bold)=7684D8
yellow=B58900
yellow(bold)=C99D00
blue=268BD2
blue(bold)=26A0D2
cyan=2AA198
cyan(bold)=2AB5AC
green=639A07
green(bold)=77AE1B
white=eee8d5
white(bold)=F8F2DF
black=143F4A
black(bold)=004954
[Names]
name0=Solarized Dark
count=1

虚拟主机

虚拟主机是网络服务器上分出的一定的磁盘空间。与VPS不同,虚拟主机一般不能用SSH连接,也不能搭建宝塔。

获取

GearHost

1
https://my.gearhost.com/Account/Login?ReturnUrl=%2fCloudSite

targetbird

1
https://targetbird.com/

FREEHOSTING

1
https://www.freehosting.com/

强人网络

1
https://www.qiangren.net/html/active/vhost-free/

gigarocket

1
https://www.gigarocket.net/

Glyptodon Enterprise

免费体验15分钟亚马逊Windows虚拟机。

1
https://enterprise.glyptodon.com/

VPSWALA

1
https://vpswala.org/

lensdump

1
https://lensdump.com/

com.nu

1
http://www.com.nu/

NodeHost

1
https://www.nodehost.ca/teachers

Nexus Bytes

1
https://my.nexusbytes.com/cart.php

热铁盒虚拟主机

1
https://host.retiehe.com/

奔腾主机

1
https://benteng.host/

热卖互联

1
https://www.remaile.cn/index.php/buy/index/?

酷番云

1
https://www.kufanyun.com/freehost

主机蛋

1
http://www.idcegg.com/

金泰联

1
http://www.iiddcc.com/

恒爱网络

1
http://www.zzhidc.com/services/freehost/

番茄互联公益景安主机

1
https://www.fqidc.cn/free/

HostingFacts

1
https://hostingfacts.com/

X10hosting

1
https://x10hosting.com/

AwardSpace

1
https://www.awardspace.com/free-hosting/

Free Web Hosting Area

1
https://www.freewebhostingarea.com/

GoogieHost

1
https://googiehost.com/freehosting.html

freehostingnoads

1
https://freehostingnoads.net/

biz.nf

1
https://www.biz.nf/

lima-city

1
https://www.lima-city.de/

VIEWEN

1
https://viewen.com/free-cloud-hosting/

wpnode

1
https://wpnode.net/free-hosting/

mofh

1
https://www.myownfreehost.net/

olab

1
http://olab.in/

HostAll

1
http://www.uhostall.com/free-hosting.php

efreehost

1
http://efreehost.com/

BYET

1
https://byet.host/free-hosting

loft

1
https://devspace.cloud/

K8Spin

1
https://k8spin.cloud/oss-projects/

Education Host

Github学生包可获得一年免费虚拟主机。

1
https://github-students.educationhost.co.uk/

Somee

需要翻墙才能使用。

1
https://somee.com/

InfinityFree

无法搭建翻墙。

1
https://infinityfree.net/

彩虹云

国内虚拟空间。可用性差,无法搭建翻墙。

1
https://www.cccyun.net/

我的免费云

国内虚拟空间,需要持续产生推荐才可能长期免费试用。

1
https://www.myfreeyun.com/

Sentris

没有库存。

1
https://www.sentris.net/billing/cart.php

IONOS

六个月免费。

1
https://www.ionos.co.uk/hosting/web-hosting

云上萝莉

1
http://yunloli.com/index.php/buy/index/

Edison

暂时缺货。

1
https://id.ews1.com/cart.php

nexusbytes

1
https://my.nexusbytes.com/cart.php?gid=1

aspify

1
https://order.aspify.com/cz/freehosting/

BYET

1
https://byet.host/free-hosting

Commons Host

1
https://commons.host/

ucraft

1
https://www.ucraft.com/free-web-hosting

景安

1
https://www.zzidc.com/main/huodong/freehost/spreadid_103307.html

使用

反向代理网站

可通过Glype搭建代理,在网站中输入外网地址即可访问。打开以下链接下载glype安装包,名称为glype-master.zip

1
https://codeload.github.com/k1995/glype/zip/master

进入虚拟主机控制后台,为虚拟主机绑定一个域名,此处假定为https://test.com。在文件管理中进入网站根目录,此处为wwwroot。上传下载好的压缩包,完成后解压。

进入以下网站并完成账号注册,其中test.com为域名。完成后再次进入即可。

1
https://test.com/glype-master

可通过以下网站进入管理后台。

1
https://test.com/glype-master/admin.php

You2PHP

搭建到GCP

打开以下网站并用Google账号登录。若之前使用过GCP,则已有项目,否则新建一个项目。选择好项目后点击启用API和服务,在左侧下拉列表找到Youtube,点击Youtube Data API并启用。然后选择创建凭据,凭据种类选YouTube Data API v3,调用API选网页服务器要访问的数据选公开数据,点击按钮并复制API密钥即可。

1
https://console.developers.google.com/

打开以下链接下载You2PHP安装包,此处名称设为you2php。将安装包放到虚拟主机的网站根目录下并解压。

1
https://github.com/pigmanidea/you2php-000webhost/blob/master/you2php.zip

访问以下网站以完成安装即可,其中test.com为域名。

1
https://test.com/you2php/install.php

搭建到Heroku

You2PHP也可搭建到Heroku上。获取Youtube的API密钥后,按照以下两种方法中的一种即可。

通过Heroku CLI

克隆以下仓库并修改仓库名为you2php-heroku。编辑web/config.php文件,修改APIKEY后面的星号为所申请到的API密钥,其余资料也可修改。编辑根目录的composer.json和composer.lock,将php的版本号改为一个较高的值,此处采用7.1.33

1
https://github.com/You2php/-heroku

打开终端并运行以下命令,以安装Heroku CLI并完成搭建,其中[github用户名]需替换为自己的账号。

1
2
3
4
5
6
7
brew tap heroku/brew && brew install heroku
git clone https://github.com/[github用户名]/you2php-heroku.git
cd you2php-heroku
heroku create {You APP Name}
git push heroku master
heroku ps:scale web=1
heroku open
通过Github仓库

克隆以下仓库后,编辑根目录的composer.json和composer.lock,将php的版本号改为一个较高的值。

1
https://github.com/onplus/you2php-heroku/tree/web

在浏览器打开Heroku后台,新建一个app后进入设置,点击Deploy选项卡并选择连接到Github。连接完成后在下面搜索仓库名,并选择刚才修改好的仓库,点击部署即可。

探针

探针可显示服务器情况。以Holy Lance探针为例,项目地址如下。

1
https://github.com/Brant2005/Holy-Lance

打开终端并运行以下命令以下载探针。

1
wget https://od.fbk.ink/ufile/php/holy_lance.php

进入虚拟主机后台并将文件放到网站根目录,通过以下链接即可访问,其中test.com为域名。

1
https://test.com/holy_lance.php

WordPress

打开以下链接下载最新的WordPress安装包,并上传到虚拟主机网站根目录。将文件夹里的所有内容都复制到根目录下,而不是单独放到wordpress文件夹。

1
https://cn.wordpress.org/latest-zh_CN.zip

完成后进入虚拟主机网站完成安装即可。

网盘

国内免费

U-File

1
https://u-file.cn/

和彩云

1
https://yun.139.com/w/#/

天翼云盘

1
https://cloud.189.cn/

沃云

1
http://www.wocloud.com.cn/;

和彩云

1
https://yun.139.com/w/#/

曲奇云盘

1
https://www.quqi.com/

ASUS WebStorage

免费5G空间。

1
https://www.asuswebstorage.com/navigate/a/#/index

蓝奏云

1
https://www.lanzou.com/

坚果云

每月免费1G上传流量,3G下载流量。

6盘

1
2
https://2dland.cn/
https://www.liupan.net/

超星云盘

1
http://pan-yz.chaoxing.com/app/download

盛天云盘

1
https://pan.bitqiu.com/

90网盘

有下载收益。

1
https://www.90pan.com/

小麦云盘

免费5TB,最大单文件200MB。

1
https://b.own-cloud.cn/

国外免费

PikPak

迅雷海外版。

1
https://mypikpak.com/

mega.nz

1
https://mega.nz/

MediaFire

1
https://www.mediafire.com/

Dropbox

1
https://www.dropbox.com/

Google云端硬盘

1
https://www.google.com/drive/

pCloud

1
https://www.pcloud.com/zh/

Getspace

主机在立陶宛,免费50G云盘。

1
2
3
4
5
6
7
8
9
# 注册地址
https://getspace.lt/en/storage-cloud/

# 登录地址
https://i.getspace.eu/cloud/apps/files/

# WebDav地址
# 后续连接第三方APP时会用到
https://i.getspace.eu/cloud/remote.php/webdav/

Yandex Disk

1
https://disk.yandex.com/

Google Drive

1
https://gd.zxd.workers.dev/

Koofr

1
https://k00.fr/rz0rx7r6

TeraCLOUD

主机在日本,免费10GB容量。输入邀请码KSW25可再获得5GB。如果使用免费帐户且未登录90天以上,则帐户和数据将被删除。

1
https://teracloud.jp/en/

该网盘可挂载到VPS上,作为额外的磁盘使用。输入以下命令安装davfs2。

1
2
3
4
5
# Ubuntu/Debian
apt-get install davfs2

# CentOS
yum install davfs2

然后输入以下命令,其中网址需要替换为网盘详情页中的WebDAV URL。

1
2
mkdir /TeraCloud
mount -t davfs https://uno.teracloud.jp/dav/ /TeraCloud

输入以下命令以检查是否已经被挂载。

1
df -h

可在本地挂载网盘。在Windows下可在资源管理器界面上右键,点击添加一个网络位置,网络地址为https://nanao.teracloud.jp/dav/,用户名和密码使用登录账户即可。

在Linux下则可在终端输入以下命令。

1
2
3
4
5
yum -y install davfs2
apt-get -y install davfs2
sed -i 's/# use_locks 1/use_locks 0/g' /etc/davfs2/davfs2.conf
echo "[WebDAV地址] [用户名] [密码]" >> /etc/davfs2/secrets
mount.davfs [WebDAV地址] [挂载到的目录]

若需要开机自动挂载,则可执行以下命令。

1
echo "mount.davfs [WebDAV地址] [挂载到的目录]" >> /etc/rc.local

DOSDrive

前50GB免费。

1
https://dosdrive.com/

分布式存储

Google Cloud Storage

1
https://cloud.google.com/storage/

网易数帆

1
https://www.163yun.com/product-cloudcompute?h=fc

阿里云对象存储OSS

1
https://www.aliyun.com/product/oss

腾讯云对象存储COS

1
https://cloud.tencent.com/product/cos

网盘管理

MultCloud

通过一个应用程序传输和管理多个云文件。

1
https://www.multcloud.com/

DockerRegisterCloud

基于Docker仓库协议的网盘客户端,可以将目前众多的免费容器仓库服务用于网盘。

1
https://github.com/xausky/DockerRegisterCloud

网络处理

网络抓取

prerender.io

1
https://prerender.io/

ScrapingAnt

1
https://scrapingant.com/

Sheetson

从Google表格构建即时API。

1
https://sheetson.com/

scrapinghub

网页抓取服务和工具。

1
https://www.scrapinghub.com/

proxycrawl

1
https://proxycrawl.com/

parsehub

1
https://parsehub.com/

Scraper.AI

1
https://scraper.ai/

网络加速与优化

烧饼托管

1
https://sb.sb/blog/css-cdn/

china-speed

国内镜像加速。

1
https://github.com/china-speed/china-speed.github.io

LiteSpeed

免费为单个站点所有者提供LiteSpeed Web Server的功能。

1
https://www.litespeedtech.com/experience-litespeed-for-free

Statically

用于优化Web项目的工具。

1
https://statically.io/

RAPICOM seed

WAN优化/加速软件。

1
https://clealink.jp/products/rapicom/contents/seed/outline/index.html

UDPspeeder

1
https://github.com/wangyu-/UDPspeeder/

网络托管

Keen

完全托管的事件流平台。

1
https://keen.io/

awardspace

附带免费短域名。

1
https://www.awardspace.com/

Bip

静态网站托管,七天免费试用。

1
https://bip.sh/

Freehosting

1
https://freehostingnoads.net/

Freehostia

1
https://www.freehostia.com/

HelioHost

1
https://www.heliohost.org/

PonyICU

1
https://pony.icu/

Raidboxes

1
https://raidboxes.io/

Read the Docs

1
https://readthedocs.org/

render

1
https://render.com/

surge

1
https://surge.sh/

HostingTocDo

1
https://hostingtocdo.cyou/

Endless Hosting

1
https://theendlessweb.com/

000webhost

需要翻墙。

1
https://www.000webhost.com/

surge

面向前端开发人员的静态Web发布。

1
https://surge.sh/

netlify

运行Web项目。

1
https://www.netlify.com/

网络与企业营销

你好现在

1
https://www.ipaynow.cn/productservices

ZSITE

1
https://www.zsite.com/index.html

网络安全

imperva

1
https://www.imperva.com/

Opswat

1
https://www.opswat.com/

DUO

1
https://duo.com/

Crypteron

1
https://www.crypteron.com/

魔盾安全

1
https://www.maldun.com/

云锁

1
https://www.yunsuo.com.cn/download.html

Comodo

1
https://www.comodo.com/secure-dns/

网络支付

stripe

网络支付基础设施。

1
https://stripe.com/hk

temenos

1
https://www.temenos.com/solutions/

内网穿透/FRP/流量转发

CoNET

通过连接第三方公众邮件服务器接入CoNET的匿名虚拟网络,以访问被屏蔽的网址。

1
https://github.com/CoNETProject/CoNET

Reqrypt

隧道和加密Web浏览器请求的工具,可搭配DNSCrypt用于翻墙。

1
https://github.com/basil00/reqrypt

Dragonite

把TCP转为UDP。

1
https://github.com/dragonite-network/dragonite-java

KCP

1
https://github.com/skywind3000/kcp

kcptun

把TCP转为UDP。

1
https://github.com/xtaci/kcptun

ZeroNet

1
https://github.com/HelloZeroNet/ZeroNet

Dog Tunnel

基于kcp的p2p端口映射工具,支持Socks5代理。

1
https://github.com/vzex/dog-tunnel

GO Simple Tunnel

gost-GO简单隧道。

1
https://github.com/ginuerzh/gost

网云穿

送免费体验隧道。

1
https://xiaomy.net/

魔法隧道

1
http://www.mofasuidao.cn/

量子互联

1
https://www.nsloop.com/

路由侠

1
http://www.luyouxia.com/

花生壳

1
https://hsk.oray.com/

inlets

将本地服务暴露到公网。

1
https://github.com/inlets/inlets/blob/master/README_CN.md

Wisdom

1
http://wdom.net/

NATAPP

1
https://natapp.cn/

Ngrok

美国免费服务器。

1
https://www.ngrok.cc/

神卓

免费三天。

1
https://www.shenzhuohl.com/price/index.html

Napvy

1
https://napyy.com/

lu8

免费内网穿透服务及搭建免费内网穿透服务器。

1
https://www.lu8.win/

铂金frp

1
https://bob.kim/frp

SAKURA FRP

1
https://www.natfrp.com/

QYDEV

1
https://qydev.com/index.html

ngrok

1
https://ngrok.com/

TunnelNat

1
https://www.tunnelnat.com/

lanproxy

1
https://github.com/ffay/lanproxy

网络通

1
http://www.youtusoft.com/

Notr

1
https://www.notr.tech/

域名处理

域名解析

He.NET

1
https://ipv6.he.net/certification/register.php

CloudXNS

1
https://www.cloudxns.net/Sign/signup.html

域名注册

freedom

可注册免费域名后缀cf、ga、gq、ml、tk。

注意搜索时需要输入域名全称,如nionguan.ga,否则无法将域名加入购物车。完成订单时选择一年免费,在即将到期前续期即可继续免费使用。

1
2
https://www.freenom.com/zh/index.html?lang=zh
http://www.dot.tk/en/index.html

nic.ua

可注册免费域名后缀pp.ua。注册完成后需要打开邮箱完成验证,然后重新登录账号以查看域名是否已经被分配。若域名仍在等待验证,则需要在Telagram上完成手机验证,用注册时的手机号登录Telegram并搜索@ppuabot,按照流程进行即可。

1
https://nic.ua/en/domains/.pp.ua

.tech

可从Github学生包中免费获得。

1
https://get.tech/

Name.com

可从Github学生包中免费获得。

1
https://www.name.com/zh-cn/products

namecheap

学生免费十二个月。

1
https://nc.me/

porkbun

.design域名首年免费,优惠码为EWEBDESIGN19HO

1
https://porkbun.com/

webnames.ca

.ca免费一年,已暂停。

1
https://www.webnames.ca/covid19-nonprofit-response

Exabytes

有五美金的优惠券。

1
http://www.exabytes.com/domains/domain-name-search

钻磊解析网

1
https://dns.txizd.cn/

co.nr

1
https://www.freedomain.pro/

EU.org

1
https://nic.eu.org/

域名分发

快乐域名分发系统

仓库如下。

1
https://github.com/klsf/kldns

在服务器输入以下命令以完成环境配置。

1
2
3
4
5
6
7
8
9
10
# 对于CentOS/Redhat
yum -y install wget screen
# 对于Debian/Ubuntu
# apt-get -y install wget screen

wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz
tar xzf oneinstack-full.tar.gz
cd oneinstack
screen -S oneinstack
./install.sh

访问以下链接以新建数据库,名称为klym。

1
http://[服务器IP]/phpMyAdmin

在服务器输入以下命令以下载代码到/data/wwwroot/default。

1
2
3
4
cd /data/wwwroot/default
git clone https://github.com/klsf/kldns.git
chmod -R 777 kldns
mv kldns/* ./

访问服务器IP并根据向导部署。部署完成后登录即可,密码为123456或admin。

奥特二级域名分发系统

1
http://cc.1xie.xyz/

数据库相关

GeoIP2

Free IP Geolocation API

1
https://freegeoip.app/

GeoDataSource

1
https://www.geodatasource.com/

Maxmind

1
2
3
https://dev.maxmind.com/geoip/geoip2/geolite2/
https://geolite.clash.dev/
https://github.com/Dreamacro/maxmind-geoip

数据库

可免费试用。

1
2
https://www.navicat.com.cn/sponsorship/education/student
https://www.navicat.com.cn/products

Scaleway

1
https://www.scaleway.com/en/object-storage/

DataStax

1
https://astra.datastax.com/register

db4free

1
https://db4free.net/

ElephantSQL

1
https://www.elephantsql.com/plans.html

FreeSQLdatabase

1
https://www.freesqldatabase.com/

SQLGate

Github学生包可免费使用一年。

1
https://www.sqlgate.com/student-pack

mLab

mongoDB数据库。

1
https://mlab.com/

Free MySQL Hosting

1
https://www.freemysqlhosting.net/

EasyDB

1
https://easydb.io/

n:point

JSON数据库。

1
https://www.npoint.io/

FREE MYSQL

1
https://remotemysql.com/

ElephantSQL

PostgreSQL。

1
https://www.elephantsql.com/

DataStax Astra

免费使用5GB的空间。

1
https://astra.datastax.com/register

UNBOUNDED

1
https://www.unbounded.cloud/

Lambda Store

1
https://lambda.store/

GrapheneDB

免费试用两周。

1
https://www.graphenedb.com/

EverSQL

数据库优化平台。

1
https://www.eversql.com/

caspio

1
https://free.caspio.com/

iH5

1
http://www.ih5.cn/editor3/?nid=10985497
1
2
链接 / http://pan.baidu.com/s/1c2B1t1A
密码 / s3sw

DB DESIGNER

1
https://www.dbdesigner.net/

restdb.io

1
https://restdb.io/

UNBOUNDED

1
https://www.unbounded.cloud/

graphenedb

1
https://www.graphenedb.com/

文件处理

文件下载

Bitport.io

1
https://bitport.io/pricelist

sonic.SeedBox

1
https://www.sonicseedbox.com/

Torrent Safe

1
https://www.torrentsafe.com/cn/

bytebx

1
https://bytebx.com/

seedr

1
https://www.seedr.cc/

FileStream

1
https://filestream.me/

ZBIGZ

下载种子。

1
https://zbigz.com/

Direct Torrents

1
https://www.direct-torrents.com/

Streamza

1
https://streamza.com/

OffCloud

1
https://www.offcloud.com/

Aria2

仓库如下。

1
2
https://github.com/aria2/aria2
https://aria2.github.io/

安装

通过以下命令安装即可。

1
2
3
wget http://ftp.tu-chemnitz.de/pub/linux/dag/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm 
rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
yum -y install aria2

启动

RPC Server模式
命令行启动

在终端输入以下命令。

1
aria2c --enable-rpc --rpc-listen-all --rpc-allow-origin-all -c  --dir /root/downloads -D
配置文件启动

在终端输入以下命令。

1
aria2c --conf-path="/etc/aria2/aria2.conf"

其中配置文件需通过以下命令新建。

1
2
mkdir /etc/aria2/
cat /dev/null > /etc/aria2/aria2.session

内容如下。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
## 文件保存相关

# 文件的保存路径(绝对路径/相对路径),默认当前启动位置
dir=~/downloads

# 启用磁盘缓存,0为禁用缓存,需1.16以上版本,默认16M
# disk-cache=32M

# 文件预分配方式,能有效降低磁盘碎片,默认prealloc
# 预分配所需时间none < falloc ? trunc < prealloc
# falloc和trunc则需要文件系统和内核支持
# NTFS建议使用falloc,EXT3/4建议trunc,Mac下需要注释此项
file-allocation=none

# 断点续传
continue=true

## 下载连接相关

# 最大同时下载任务数,运行时可修改,默认5
max-concurrent-downloads=1

# 同一服务器连接数,添加时可指定,默认1
max-connection-per-server=5

# 最小文件分片大小,添加时可指定,取值范围1M -1024M,默认20M
# 假定size=10M,文件为20MiB 则使用两个来源下载; 文件为15MiB 则使用一个来源下载
min-split-size=10M

# 单个任务最大线程数,添加时可指定,默认5
split=5

# 整体下载速度限制,运行时可修改,默认0
# max-overall-download-limit=0

# 单个任务下载速度限制,默认0
# max-download-limit=0

# 整体上传速度限制,运行时可修改,默认0
# max-overall-upload-limit=0

# 单个任务上传速度限制,默认0
# max-upload-limit=0

# 禁用IPv6,默认false
disable-ipv6=true

## 进度保存相关

# 从会话文件中读取下载任务
input-file=/etc/aria2/aria2.session

# 在Aria2退出时保存`错误/未完成`的下载任务到会话文件
save-session=/etc/aria2/aria2.session

# 定时保存会话,0为退出时才保存,需1.16.1以上版本,默认0
# save-session-interval=60

## RPC相关设置

# 启用RPC,默认false
enable-rpc=true

# 允许所有来源,默认false
rpc-allow-origin-all=true

# 允许非外部访问,默认false
rpc-listen-all=true

# 事件轮询方式,取值epoll/kqueue/port/poll/select,不同系统默认值不同
# event-poll=select

# RPC监听端口,端口被占用时可以修改,默认6800
rpc-listen-port=6800

# 设置的RPC授权令牌,v1.18.4新增功能,取代--rpc-user和--rpc-passwd选项
#rpc-secret=<TOKEN>

# 设置的RPC访问用户名,此选项新版已废弃,建议改用--rpc-secret选项
rpc-user=ruyo

# 设置的RPC访问密码,此选项新版已废弃,建议改用--rpc-secret选项
rpc-passwd=RUYO.net

## BT/PT下载相关

# 当下载的是一个torrent结尾的种子时,自动开始BT任务,默认true
# follow-torrent=true

# BT监听端口,当端口被屏蔽时使用,默认6881-6999
listen-port=51413

# 单个种子最大连接数,默认55
# bt-max-peers=55

# 打开DHT功能,PT需要禁用,默认true
enable-dht=true

# 打开IPv6 DHT功能,PT需要禁用
# enable-dht6=false

# DHT网络监听端口,默认6881-6999
#dht-listen-port=6881-6999

# 本地节点查找,PT需要禁用,默认false
# bt-enable-lpd=true

# 种子交换,PT需要禁用,默认true
enable-peer-exchange=true

# 每个种子限速,对少种的PT很有用,默认50K
#bt-request-peer-speed-limit=50K

# 客户端伪装,PT需要
peer-id-prefix=-TR2770-
user-agent=Transmission/2.77
# 当种子的分享率达到这个数时,自动停止做种,0为一直做种,默认1.0
seed-ratio=0

# 强制保存会话,即使任务已经完成,默认false
# 较新的版本开启后会在任务完成后依然保留.aria2文件
# force-save=false

# BT校验相关,默认true
# bt-hash-check-seed=true

# 继续之前的BT任务时,无需再次校验,默认false
bt-seed-unverified=true

# 保存磁力链接元数据为torrent结尾的种子文件,默认false
bt-save-metadata=true

完成后通过以下命令赋予权限。

1
chmod +x /etc/init.d/aria2

然后通过以下命令即可实现相应功能。

1
2
3
4
5
6
7
8
# 启动
/etc/init.d/aria2 start

# 停止
/etc/init.d/aria2 stop

# 重启
/etc/init.d/aria2 restart
图形界面
现成网站

可通过以下网站。

1
2
3
http://aria2c.com/
http://binux.github.io/yaaw/demo/
http://ariang.mayswind.net/
Aria2 Web UI

在服务器输入以下命令,然后访问IP:9999即可访问。

1
2
3
git clone https://github.com/ziahamza/webui-aria2
cd webui-aria2
python -m SimpleHTTPServer 9999
YAAW

在服务器输入以下命令,然后访问IP:9999即可访问。

1
2
3
git clone https://github.com/binux/yaaw
cd yaaw
python -m SimpleHTTPServer 9999
AriaNg

仓库如下。

1
https://github.com/mayswind/AriaNg

使用

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 当源地址存在诸如&amp;,*等shell的特殊字符时,需使用单引号/双引号把URI包含起来
# 下载文件
aria2c [网址]

# 分段下载
# 2表示使用2连接
aria2c -s 2 [网址]

# 断点续传
aria2c -c [网址]

# 下载torrent文件
aria2c -o [文件名] [网址]

# 后台下载
aria2c -D [网址]
aria2c –deamon=true [网址]

# 验证文件
aria2c –checksum=md5=[文件MD5]

# BT下载
aria2c [本地/远程种子路径]

# 设置DHT端口
aria2c –dht-listen-port=1234 .torrent

# 下载需要引用页的文件
aria2c –referer=referurl [网址]

# 单文件限速下载
aria2c –max-download-limit=500k [网址]

# 全局限速下载
aria2c –max-overall-download-limit=500k [网址]

# 下载需要Cookie验证的文件
aria2c –essay-header='Cookie:[cookie名称]=[cookie内容]' [网址]
aria2c –load-cookies=[cookie文件] [网址]

# 批量下载文本中所有URL
aria2c -i [文本文件路径]

文件管理

润普

1
http://www.everydo.com/

IPFS

持久且分布式存储和共享文件的网络传输协议。

打开以下链接并安装IPFS CLI。

1
https://ipfs.io/

在命令提示符切换到解压后的安装目录,输入以下命令。

1
2
3
4
5
# 初始化
ipfs.exe init

# 开启守护进程
ipfs.exe daemon

在浏览器输入http://localhost:5001/webui进入主界面即可使用。在Files上传文件后右键点击Copy hash,使用以下命令即可查看该文件。

1
htttps://ipfs.io/[hash值]

也可通过以下命令上传本地文件。

1
2
3
4
5
6
7
# 上传
# 上传完后用localhost:8080/ipfs/[hash值]访问
ipfs add -r [文件(夹)路径]

# 发布到网络
# 发布后可用ipfs.io/[hash值]访问
ipfs name publish [hash值]

其余命令如下。

命令 含义
ifps id 查看节点ID
ipfs name resolve [节点ID] 查询节点hash值

tagLyst Next 3

标签式文件资料管理。

1
http://www.taglyst.com/

SparkleShare

1
https://www.sparkleshare.org/

Syncthing

文件同步程序。

1
https://syncthing.net/

ZOHO

适用于团队和个人的在线文件管理。

1
https://www.zoho.com.cn/docs/

Cloudreve

通过以下链接下载安装包,然后上传到服务器根目录。打开http://[域名]/CloudreveInstaller即可进入安装界面。

1
https://github.com/cloudreve/Cloudreve

若无权限,则需要在服务器使用以下命令。

1
chmod 777 [源码安装目录]

若安装失败,则可先安装宝塔镜像,并切换PHP版本。

安装成功后打开http://[域名]/Admin,使用提供的初始用户名和密码登录即可。一般需要在基础设置中添加跨域访问规则,来源为*,允许Methods全选,允许Headers为*,暴露Headers不填,缓存时间为0

MOVER.IO

文件迁移服务。支持OneDrive/GoogleDrive/Dropbox等。

1
https://mover.io/

GDIndex

1
https://gdindex-code-builder.glitch.me/

OLAINDEX

OneDrive文件管理。

1
https://github.com/WangNingkai/OLAINDEX

OneList

OneDrive文件管理。

1
https://github.com/malaohu/OneList--

Directory Lister

公开任何可通过Web访问的文件夹的内容以进行浏览和共享。

1
https://www.directorylister.com/

Tiny File Manager

基于Web的文件管理器。

1
https://github.com/prasathmani/tinyfilemanager

Z-File

在线文件目录。

1
https://github.com/zhaojun1998/zfile

SeaweedFS

简单且高度可扩展的分布式文件系统。

1
https://github.com/chrislusf/seaweedfs

Syncthing

文件同步程序。

1
https://github.com/syncthing/syncthing

h5ai

HTTP Web服务器的现代文件索引器。

1
https://larsjung.de/h5ai/

ocDownloader

1
https://github.com/e-alfred/ocdownloader

Nextcloud

1
2
https://docs.nextcloud.com/server/17/user_manual/
https://github.com/nextcloud/docker

filebrowser

1
https://github.com/filebrowser/filebrowser

微力同步

高效的数据传输工具。

1
http://www.verysync.com/

FileRun

自托管文件同步和共享。

1
https://filerun.com/

使用CentOS6 X64系统部署,命令如下。

1
2
3
wget ftp://192.99.11.204/FileRun_2017_03_18_PHP7.zip 
unzip FileRun_2017_03_18_PHP7.zip
chmod 777 -R system/data

访问网址即可进入向导。

FFmpeg插件可通过以下命令安装。

1
2
3
4
5
6
yum install yasm -y
wget http://ffmpeg.org/releases/ffmpeg-3.1.3.tar.bz2
tar jxvf ffmpeg-3.1.3.tar.bz2
cd ffmpeg-3.1.3
./configure
make && make install

Furk.net

获取媒体文件并立即流式传输。

1
https://www.furk.net/

KodExplorer

网络文件管理器。

1
2
https://github.com/kalcaddle/KODExplorer
https://kodcloud.com/

MultCloud

跨网盘传输文件在线服务。

1
https://www.multcloud.com/

Air Explorer

全球各大网盘服务之间文件同步工具。免费版每个云服务器只能登陆1个账号,不支持计划任务,不支持限速。

1
https://www.airexplorer.net/en/

filestack

上载,转换任何文件并将其传送到应用中。

1
https://www.filestack.com/

安全扫描/沙箱

微步在线云沙箱

1
https://s.threatbook.cn/

Hybrid Analysis

1
https://www.hybrid-analysis.com/

腾讯哈勃分析系统

1
https://habo.qq.com/

Sndbox

1
https://app.sndbox.com/

Anxin

1
https://scan.anxinsec.com/

奇安信网站卫士

1
https://wangzhan.qianxin.com/

网页与网站处理

网页APP制作

anvil

1
https://anvil.works/

网站监控/记录/测试

nynex

1
https://nynex.de/tools/

bearer

1
https://www.bearer.sh/

mmTrix

云评测、云监测、云优化。

1
http://www.mmtrix.com/price

acunote

项目管理和Scrum软件。

1
https://www.acunote.com/

DOMINO

企业数据科学团队的记录系统。

1
https://www.dominodatalab.com/

Instabug

通过全面的错误和崩溃报告,性能监控以及实时用户调查和反馈。

1
https://instabug.com/

CARTO

空间分析资源。

1
https://carto.com/industries/

Statping

状态页和监视服务器。

1
https://github.com/statping/statping

UptimeRobot

运行时间监控服务。

1
https://uptimerobot.com/

Atlassian

向用户传达实时状态。

1
https://www.atlassian.com/zh/software/statuspage

ServerStatus-Hotaru

云探针、多服务器探针、云监控、多服务器云监控。

1
https://github.com/CokeMine/ServerStatus-Hotaru

falcon-plus

开源的企业级监视系统。

1
https://github.com/open-falcon/falcon-plus

Grafana

用于监视和观察的开源平台。

1
https://github.com/grafana/grafana

NETDATA

对系统,容器,应用程序和基础架构的最佳监视和故障排除。

1
https://github.com/netdata/netdata

Glances

跨平台的监视工具。

1
https://github.com/nicolargo/glances

Statusfy

状态页面系统。

1
2
https://github.com/juliomrqz/statusfy
https://marquez.co/statusfy?ref=aceforth

Cachet

开源状态页面系统。

1
https://cachethq.io/

GoAccess

1
https://goaccess.io/

import.io

1
https://www.import.io/standard-plans/

Ghost Inspector

1
https://ghostinspector.com/

ZuluTrade

1
https://www.zulutrade.cn/?Lang=zh-CN

pyup

确保Python依赖项安全,最新且合规。

1
https://pyup.io/

.Contriber

1
https://www.contriber.com/

Quickmetrics

无需信用卡,提供免费套餐。

1
https://quickmetrics.io/

Bugfender

远程记录器,崩溃报告器和应用内用户反馈。

1
https://bugfender.com/

loggky

1
https://www.loggly.com/

humio

1
https://www.humio.com/pricing/

sematext

十四天免费试用。

1
https://sematext.com/logsene

papertrail

七天免费试用。

1
https://www.papertrail.com/plans/

logz.io

一天免费试用。

1
https://logz.io/

logentries

免费试用。

1
https://logentries.com/

sumo logic

九十天免费试用。

1
https://www.sumologic.com/

Redsmin

1
https://www.redsmin.com/

Datadog

官网

1
https://www.datadoghq.com/

教育版

1
https://studentpack.datadoghq.com/

freeboard

1
https://freeboard.io/

freshping

1
https://www.freshworks.com/website-monitoring/

Circonus

1
https://www.circonus.com/

inspector

可免费试用。

1
https://www.inspector.dev/

Assertible

1
https://assertible.com/

AppNeta

1
https://www.appneta.com/

APImetrics

实时API监视。

1
https://apimetrics.io/

Pingmeter

1
https://pingmeter.com/

amixr

1
https://amixr.io/

CloudSploit

1
https://cloudsploit.com/

Typo CI

检查提交中是否存在拼写错误,可免费试用。

1
https://github.com/marketplace/typo-ci

GTmetrix

1
https://gtmetrix.com/

Server酱

从服务器推报警和日志到手机的工具。

1
https://sc.ftqq.com/3.version

redsmin

1
https://www.redsmin.com/

网站搭建

layer

web弹层组件。

1
https://layer.layui.com/

typecho

博客平台。

1
https://typecho.org/

ghost

博客平台。

1
https://ghost.org/

Halo

博客平台。

1
https://halo.run/

Jekyll

博客平台。

1
https://github.com/jekyll/jekyll

Caddy

1
https://caddyserver.com/

使用

常用命令如下。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 启动
service caddy start

# 停止
service caddy stop

# 重启
service caddy restart

# 查看状态
service caddy status

# 查看Caddy启动日志
tail -f /tmp/caddy.log

配置

服务器IP反向代理HTTP

使用服务器IP反向代理http://www.baidu.com,配置文件内容如下。注意`>>`为在文件末尾追加写入,而`>`为覆盖文件写入。

1
2
3
4
echo ":80 {
gzip
proxy / http://www.baidu.com
}" >> /usr/local/caddy/Caddyfile
域名反向代理HTTP

使用个人域名http://toyoo.ml反向代理http://www.baidu.com,配置文件内容如下。

1
2
3
4
echo "http://toyoo.ml {
gzip
proxy / http://www.baidu.com
}" >> /usr/local/caddy/Caddyfile
域名反向代理HTTPS

配置文件内容如下,注意需提前将SSL证书和密钥放置在/root文件夹。

1
2
3
4
5
echo "https://toyoo.ml {
gzip
tls /root/xxx.crt /root/xxx.key
proxy / https://www.baidu.com
}" >> /usr/local/caddy/Caddyfile

若无SSL证书和密钥,可使用以下配置文件,注意xxxx@xxx.xx需更改为自己的邮箱。

1
2
3
4
5
echo "https://toyoo.ml {
gzip
tls xxxx@xxx.xx
proxy / https://www.baidu.com
}" >> /usr/local/caddy/Caddyfile
HTTP重定向为HTTPS

http://toyoo.mlhttp://233.toyoo.mlhttps://666.toyoo.ml重定向到https://toyoo.ml,配置文件内容如下。

1
2
3
4
5
6
7
8
echo "http://toyoo.ml ,http://233.toyoo.ml ,https://666.toyoo.ml {
redir https://toyoo.ml{url}
}
https://toyoo.ml {
gzip
tls /root/xxx.crt /root/xxx.key
proxy / https://www.baidu.com
}" >> /usr/local/caddy/Caddyfile

高级配置

网页加密

添加以下代码即可。

1
basicauth / user passwd

配置示例如下。

1
2
3
4
5
6
echo "https://toyoo.ml {
gzip
basicauth / user passwd
tls /root/xxx.crt /root/xxx.key
proxy / https://www.baidu.com
}" > /usr/local/caddy/Caddyfile
日志记录

添加以下代码即可。

1
log /tmp/caddy_1.log

配置示例如下。

1
2
3
4
5
6
echo "https://toyoo.ml {
gzip
log /tmp/caddy_1.log
tls /root/xxx.crt /root/xxx.key
proxy / https://www.baidu.com
}" > /usr/local/caddy/Caddyfile

常见问题

打开服务器IP后无Caddy相关内容,显示It works

Caddy使用的80端口被占用,一般为Apache2。可通过以下命令查看端口被占用的情况。

1
netstat -lntp

可通过以下命令停止Apache2并取消开机自启。

1
2
3
4
5
service apache2 stop
# 不行时使用以下命令
kill -9 $(ps -ef|grep "apache2"|grep -v "grep"|awk '{print $2}')

update-rc.d -f apache2 remove

也可直接卸载。

1
apt-get remove --purge apache2

FreeYun

网络验证。

1
http://www.freeyun.net/

fenix

Web服务器。

1
https://preview.fenixwebserver.com/

zmirror

Python反向HTTP代理程序。

1
https://github.com/aploium/zmirror

FraudLabs Pro

保护电子商务免受恶意侵害。

1
https://www.fraudlabspro.com/

pipedream

通过REST或SSE API检查每个事件。

1
https://requestbin.com/

Webhook.site

测试和自动化任何传入的HTTP请求或电子邮件。

1
https://webhook.site/#!/fa7fde59-b4b9-490f-89c8-171dd07c4ab7

loginradius

身份验证。

1
https://www.loginradius.com/

thedev.id

Web开发验证。

1
https://github.com/fransallen/thedev.id

blockspring

增强列表构建,报告和登录页面的功能。

1
https://www.blockspring.com/

umso

1
https://www.umso.com/

neocities

1
https://neocities.org/

网页/博客生成

Baklib

免费搭建博客/文档/手册平台。

1
https://www.baklib.com/

pancake

博客平台,十四天免费试用。

1
https://www.pancake.io/

postach.io

免费博客平台。

1
https://postach.io/

hashnode

1
https://hashnode.com/

Staticman

1
https://staticman.net/

neocities

1
https://neocities.org/

netlify

1
https://www.netlify.com/

Tilda

1
https://tilda.cc/

Versoly

1
https://versoly.com/

Pantheon

1
https://pantheon.io/

博客评论插件

Disqus

1
https://disqus.com/

txti

1
http://txti.es/

utterances

1
https://utteranc.es/

网站与代码检查

browserling

实时交互式跨浏览器测试。

1
https://www.browserling.com/

AccessLint

检查代码更改、注释等问题。

1
https://github.com/marketplace/accesslint

Testin云测

云测试服务、AI数据标注服务、安全服务及推广服务。

1
https://www.testin.cn/

HTTPS检测工具

1
http://s.tool.chinaz.com/https?url=

Qualys SSL Labs

SSL服务器测试。

1
https://www.ssllabs.com/ssltest/index.html

DNSViz

检查网站是否有DNSSEC。

1
https://dnsviz.net/

17ce

1
https://www.17ce.com/

EveryStep

网站测试自动化。

1
https://www.everystep-automation.com/

KEYCHEST

速度测试。

1
https://keychest.net/speedtest

dareboost

1
https://www.dareboost.com/en

Observatory

1
https://observatory.mozilla.org/

Internet.nl

1
https://internet.nl/

DJ Checkup

1
https://djcheckup.com/

Webdir+

1
https://scanner.baidu.com/#/pages/intro

IP.City

1
https://ip.city/

IPList.cc

1
https://iplist.cc/

IP2Location

1
https://www.ip2location.com/

iptrace.io

1
https://iptrace.io/

编程处理

编译工具

JetBrains

包括Clion、Pycharm等。

学生包

1
https://www.jetbrains.com/community/education/#students

激活

可用以下网站申请免费许可证。

1
https://www.jetbrains.com/shop/eform/opensource

也可使用以下破解补丁。

1
2
链接 / https://pan.baidu.com/s/1DH-MrLMr9cZWze3gfw_xTA
提取码 / 3urx

BELSoft

Java平台和应用。

1
https://bell-sw.com/

Jupyter

在线环境

可直接打开以下网站进入在线Jupyter环境。

1
https://cocalc.com/

安装

通过以下命令安装。

1
2
3
pip install jupyter
# 若较慢可尝试以下命令
pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple

配置文件

通过以下命令生成。

1
jupyter notebook--generate-config

启动

1
jupyter contrib nbextension install --user --skip-running-check

插件

nbextension

目录插件。通过以下命令安装。

1
2
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user --skip-running-check

打开Jupyter后选择Nbextensions,开启Table of Contents即可。

在线编译

ShiftEdit

用于开发网站的功能强大的在线IDE。

1
https://shiftedit.net/about

1MB

1
https://1mb.co/

codesandbox

1
https://codesandbox.io/s/wild-hill-f9e9p?file=/src/App.js

JSFiddle

1
https://jsfiddle.net/

codepad

1
http://codepad.org/

JS Bin

1
https://jsbin.com/

ideone

1
https://ideone.com/

学而思编程

支持C。

1
https://code.xueersi.com/ide/code/1

codingground

1
https://www.tutorialspoint.com/codingground.htm

apiary

1
https://apiary.io/
1
https://microlink.io/

Code Snippets online

1
https://codesnip.com.br/

云编程环境

Play with Docker

1
https://labs.play-with-docker.com/

Play with Kubernetes

1
https://labs.play-with-k8s.com/

Visual Studio Codespaces VS Code

1
https://docs.microsoft.com/zh-cn/visualstudio/codespaces/how-to/vscode#self-hosted

jupyter notebook

基于web端的IDE。

pythonanywhere

1
https://www.pythonanywhere.com/

Cloud Studio

支持连接到云主机,生成在线预览链接。

1
https://cloudstudio.net/

Colaboratory

编写和执行Python代码,可免费使用GPU。

1
https://colab.research.google.com/notebooks/intro.ipynb

kaggle

提供CPU和GPU以运行代码。

1
https://www.kaggle.com/

repl.it

协作式在线编程,可推送到Github。

1
https://repl.it/

Deepnote

协作式在线编程,可推送到Github。

1
https://deepnote.com/

trinket

协作式在线编程。

1
https://trinket.io/

jor1k

带有网络的Linux的JS编程环境。

1
http://s-macke.github.io/jor1k/demos/main.html?user=WnxlHGdQBY&cpu=asm&n=1&relayURL=wss%3A%2F%2Frelay.widgetry.org%2F

conveyor

远程访问Visual Studio Web应用程序。

1
https://conveyor.cloud/

localhost.run

共享本地主机环境。

1
https://localhost.run/

Pusher

1
https://pusher.com/

Gitpod

1
https://www.gitpod.io/

GitDuck

1
https://gitduck.com/

termible

基于Docker的网站终端。

1
https://termible.io/

codepen

1
https://codepen.io/

codesandbox

1
https://codesandbox.io/s/

Eclipse Che

1
https://www.eclipse.org/che/

JDOODLE

1
https://www.jdoodle.com/

DevOps

UNPKG

npm上所有内容的快速全球内容交付网络。

1
https://unpkg.com/

blackfire

1
https://blackfire.io/

alwaysdata

1
https://www.alwaysdata.com/en/

cloud66

1
https://www.cloud66.com/

GitLab

在30天内无限访问GitLab的所有功能。

1
https://about.gitlab.com/

appflow

免费试用。

1
https://ionicframework.com/appflow

amezmo

1
https://www.amezmo.com/

appcircle

1
https://appcircle.io/

codefresh

1
https://codefresh.io/

HuBoard

GitHub项目的即时项目管理。

1
https://huboard.com/

Hosts

GoogleHosts

1
https://github.com/googlehosts/hosts

ipv6-hosts

1
https://github.com/lennylxx/ipv6-hosts

管理工具

快速切换hosts。

SwitchHosts!

全平台均适用。

1
https://oldj.github.io/SwitchHosts/

Gas Mask

适用于Mac。

1
https://www.macupdate.com/app/mac/29949/gas-mask/

Hozz

全平台均适用。

1
https://blog.zhangruipeng.me/Hozz/

API相关

API调用

GraphQL Inspector

1
https://github.com/marketplace/graphql-inspector

axway

1
https://www.axway.com/en/streamdataio

Tyk

API和服务管理平台。

1
https://tyk.io/

AIPage

1
https://aipage.baidu.com/

Time Door

用于集成时间序列分析的API。

1
https://timedoor.io/

SOFODATA

从CSV文件创建API。

1
https://www.sofodata.com/

Postbacks

免费八千个回调。

1
https://www.postbacks.io/

calendarific

1
https://calendarific.com/

Cloudmersive

文件和资料转换API。

1
https://cloudmersive.com/

currencyscoop

1
https://currencyscoop.com/

DreamFactory

数据库API。

1
https://www.dreamfactory.com/

postman

API开发协作平台。

1
https://www.postman.com/
1
https://microlink.io/

ipgeolocation

1
https://ipgeolocation.io/

Vattly

1
https://vattly.com/

WrapAPI

1
https://wrapapi.com/

zenscrape

网络抓取API。

1
https://zenscrape.com/

happi.dev

1
https://happi.dev/

OCRSpace

OCR API。

1
https://ocr.space/

stream

聊天API。

1
https://getstream.io/

imagecharts

生成图表图像的API。

1
https://www.image-charts.com/

reSmush

提供图像优化的免费API。

1
https://resmush.it/

abstract

API​​抽象套件。

1
https://www.abstractapi.com/

BigData Cloud

大数据云API。

1
https://www.bigdatacloud.com/

OpenAPI 3

1
https://interaction-design.co.za/openapidesigner/

ip-api

1
https://ip-api.com/

API模拟

Pixela

记录并跟踪习惯或努力。

1
https://pixe.la/

microenv

REST API模拟。

1
https://microenv.com/

mockoon

API模拟,测试和重新创建所有类型HTTP和HTTPS响应。

1
https://mockoon.com/

RunKit

提供模拟JS环境,可测试npm模块。

1
https://runkit.com/home

micro-jaymock

微型API模拟微服务,用于生成伪造的JSON数据。

1
https://micro-jaymock.now.sh/

JSONPlaceholder

免费使用伪造的在线REST API进行测试和原型设计。

1
http://jsonplaceholder.typicode.com/

fake{JSON}

1
https://fakejson.com/

apiary

1
https://apiary.io/

My Fake API

1
https://myfakeapi.com/

ETF Data API

1
https://etf-data.com/

API Mocha

1
https://apimocha.com/

mockapi.io

模拟REST API。

1
https://www.mockapi.io/

应用分发

手机应用分发

RabbitMQ

开源消息代理。

1
https://www.rabbitmq.com/

PubNub

远程交互。

1
https://www.pubnub.com/

fir.im

1
https://www.jappstore.com/

系统应用开发

CI/CD及低代码。

twilio

1
https://www.twilio.com/

Deis Workflow

部署和管理应用程序。

1
https://github.com/teamhephy/workflow

CloudFoundry

1
https://www.cloudfoundry.cn/

Flynn

1
https://flynn.io/

PaaSfinder

1
https://paasfinder.org/vendors

Dokku

1
http://dokku.viewdocs.io/dokku/

RIO

1
https://rio.io/

Nanobox

1
https://nanobox.io/

Koding

创建和共享全自动开发环境。

1
https://www.koding.com/

convox

部署、扩展和管理应用程序。

1
https://convox.com/

Rainbond

1
https://www.rainbond.com/

CapRover

应用程序/数据库部署平台和Web服务器软件包,适用于NodeJS,Python,PHP,Ruby,Go。

1
https://github.com/caprover/caprover

influxdata

构建和操作时间序列应用程序。

1
https://www.influxdata.com/

APPDYNAMICS

现代化基础架构。

1
https://www.appdynamics.com/

Airtable

1
https://airtable.com/

Scrutinizer

软件质量管理平台。

1
https://scrutinizer-ci.com/

Vercel

1
https://vercel.com/

whales

将应用程序Docker化。

1
https://github.com/Gueils/whales

cloudno.de

1
https://cloudno.de/

FOSSA

用于企业安全性和合规性的最完整的开源管理和策略引擎。

1
https://fossa.com/

OneAPM

可免费试用。

1
https://www.oneapm.com/

KintoHub

将后端服务、网站、cron作业、数据库、应用程序所需内容整合并部署。

1
https://www.kintohub.com/

Deta

构建应用程序。

1
https://www.deta.sh/

FeaturePeek

UI/UX团队的部署预览。

1
https://featurepeek.com/

openode

应用开发。

1
https://www.openode.io/admin

maxLeap

应用开发。

1
https://maxleap.cn/s/web/zh_cn/devcenter-pricing.html

Power Apps

快速构建和共享低代码应用。

1
https://powerapps.microsoft.com/zh-cn/

禅道

项目管理软件。

1
https://www.zentao.net/

New Relic

1
https://newrelic.com/

Apex Up

部署无限扩展的无服务器应用程序、API和静态网站。

1
https://apex.sh/up/

Drone

自动化啊软件构建和测试。

1
https://drone.io/

bitnami

1
https://bitnami.com/

kaltura

2个月的VPaaS免费试用,$200的赠金。

1
https://corp.kaltura.com/video-paas/registration/

Gigalixir

1
https://gigalixir.com/

H3BPM

1
https://www.h3bpm.com/

Google App Maker

1
https://developers.google.com/appmaker

云表

1
https://www.iyunbiao.com/

iVX.cn

1
https://pricing.ivx.cn/

云枢

1
https://www.cloudpivot.cn/

宜搭

1
https://www.aliwork.com/

outsystems

1
https://www.outsystems.com/pricing-and-editions/

mendix

1
https://www.mendix.com/

Enhancer

一站式开发平台。

1
2
https://wuyuan.io/
https://enhancer.io/

Workfine

企业办公系统快速开发与应用平台。

1
http://www.bossietech.com/

bit

构建和重用组件的可伸缩的协作方式。免费试用。

1
https://bit.dev/

Stackblitz

1
https://stackblitz.com/

fauna

1
https://fauna.com/

易开发

1
http://dev.easydo.cn/home/@zopen.portlet:view_all_overview

进云

1
http://www.jinyunweb.com/

putdb

1
http://www.putdb.com/

捷得

可以免费试用。

1
https://www.joget.cn/

Back4App

1
https://www.back4app.com/

.bubble

1
https://bubble.io/

bitrise

1
https://www.bitrise.io/

Buddy

1
https://buddy.works/

buddybuild

1
https://www.buddybuild.com/

circleci

1
2
https://circleci.com/
https://cirrus-ci.org/

codemagic

1
https://codemagic.io/start/

codeship

1
https://codeship.com/

AppVeyor

1
https://www.appveyor.com/

蒲公英

1
https://www.pgyer.com/

APICloud

1
https://www.apicloud.com/

个推

可免费试用。

1
https://www.getui.com/

HASURA

1
https://hasura.io/

Bootify

1
https://bootify.io/

Apache NetBeans

开发环境、工具平台和应用程序框架。

1
https://netbeans.apache.org/

AppSheet

1
https://www.appsheet.com/

thunkable

1
https://thunkable.com/#/

华炎魔方

1
https://www.steedos.com/pricing/platform/

轻流

1
https://qingflow.com/

牛刀

1
https://www.newdao.net/

odoo

1
https://www.odoo.com/zh_CN/

ZOHO

1
https://www.zoho.com/creator/

ClickPaaS

1
https://www.clickpaas.com/

宜创无代码

1
https://www.wudaima.com/

learun

1
https://www.learun.cn/

活字格

1
https://www.grapecity.com.cn/solutions/huozige

amis

1
https://baidu.gitee.io/amis/docs/index

Liteflow

1
https://liteflow.com/

zapier

1
https://zapier.com/

Configure.IT

1
https://www.configure.it/

CodenameOne

1
https://www.codenameone.com/

DronaHQ

1
https://www.dronahq.com/

pipedream

1
https://pipedream.com/

fly.io

1
https://fly.io/

backendless

1
https://backendless.com/

PUSH Technology

1
https://www.pushtechnology.com/

StackStorm

1
https://stackstorm.com/

Kong

提供API管理、Ingress和Service Mesh。

1
https://konghq.com/

outsystems

1
https://www.outsystems.com/

Progress

1
https://www.progress.com/kinvey

密码管理

LastPass

教育版

1
https://lastpass.com/edupromo.php

bitwarden

1
https://bitwarden.com/

keybase

1
https://keybase.io/

RoboForm

教育版

1
https://www.roboform.com/promotions/college

LoginTC

可免费试用。

1
https://www.logintc.com/

Have I Been Pwned

检查密码是否已经泄露。

1
https://haveibeenpwned.com/

onelogin

1
https://www.onelogin.com/

CloudSploit

1
https://cloudsploit.com/

BitNinja

1
https://bitninja.io/

Auth0

1
https://auth0.com/

机器学习

Mapbox

1
https://www.mapbox.com/community/education/

Vertabelo

专业数据建模。

1
https://www.vertabelo.com/

SAS教育版

进行统计分析,数据挖掘和预测。

1
2
https://www.sas.com/en_us/software/university-edition.html
https://www.sas.com/en_us/software/on-demand-for-academics.html

MinIO

构建用于机器学习,分析和应用程序数据工作负载的高性能基础架构。

1
https://github.com/minio/minio

datapane

用Python创建和发布交互式报告。

1
https://datapane.com/

MonkeyLearn

训练定制的机器学习模型。

1
https://monkeylearn.com/

tamber

1
https://tamber.com/

Algorithmia

开发机器学习运营成熟度。

1
https://algorithmia.com/

bigML

1
https://bigml.com/

clarifai

计算机视觉和人工智能。

1
https://www.clarifai.com/

教育相关

IdeaScale

思想管理平台。

1
https://ideascale.com/

COCALC

远程授课。

1
https://cocalc.com/

write.as

在线写作,十四天免费试用。

1
https://write.as/

教程

Paypal优惠券/现金券套现

注册后切换货币为美金。购买前最好先联系客服。

1
https://www.on9gamer.com/directory/point_card/%E4%B8%AD%E5%9B%BD%E6%94%AF%E4%BB%98%E5%B9%B3%E5%8F%B0%E7%82%B9-Ping-Tai-Dian-(CN)/463

其它

Buttondown

生成新闻通讯。

1
https://buttondown.email/

Public Resources on SAE

SAE公共资源。

1
http://lib.sinaapp.com/

transifex

基于云的翻译管理。

1
https://www.transifex.com/

APIFY

从任何网站提取数据。

1
https://apify.com/

posthook

在准确的时间或按照定义的工作流程回电。

1
https://posthook.io/

Netlicensing

简化许可证激活。

1
https://netlicensing.io/

asciinema

终端录制。

1
https://asciinema.org/

HELPlightning

1
https://helplightning.com/

Scrubit

获得准确的手术设置。

1
https://www.scrubit.com/

GPU.JS

1
https://gpu.rocks/#/

参考教程

Glype Proxy搭建和安装

1
https://coderschool.cn/2491.html

You2PHP

1
https://you2php.github.io/doc/

少凡的独立博客

1
http://shaofan.org/

如有乐享

1
https://51.ruyo.net/

ACfox Blog

1
https://fbk.ink/

在校师生福利:Apple、微软、Adobe 等产品如何通过教育优惠购买

1
https://sspai.com/post/39430

qinghuaiorg/free-for-dev-zh: 国内免费服务聚合

1
https://github.com/qinghuaiorg/free-for-dev-zh

ripienaar/free-for-dev: A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

1
https://github.com/ripienaar/free-for-dev

AchoArnold/discount-for-student-dev: This is list of discounts on software (SaaS, PaaS, IaaS, etc.) and other offerings for developers who are students

1
https://github.com/AchoArnold/discount-for-student-dev

FreeForStudents: Exclusive Freebies and Discounts

1
https://www.freeforstudents.org/

ivmm/Student-resources: 本文介绍的是利用学生、教职工身份可以享受到的相关学生优惠、教育优惠或教师优惠的权益,但也希望各位享受权利的同时不要忘记自己的义务,不要售卖、转手自己的学生优惠、教育优惠的资格,使得其他同学无法受益。

1
https://github.com/ivmm/Student-resources

vincenthou/free-for-china-dev: 受free-for-dev启发,用于收集国内SaaS, PaaS 和 IaaS 免费或者低付费服务,欢迎pull request

1
https://github.com/vincenthou/free-for-china-dev

一些免费的云资源

1
https://gist.github.com/imba-tjd/d73258f0817255dbe77d64d40d985e76

CentOS/Debian/Ubuntu网络重装系统一键脚本

1
https://51.ruyo.net/5561.html

免费DNS推荐 (国外篇)

1
https://51.ruyo.net/609.html

如何从微软官方直接下载Windows 10的ISO镜像

1
https://51.ruyo.net/10149.html

Google搜索实用技巧:帮你解除谷歌搜图安全搜索限制

1
https://51.ruyo.net/748.html

Fikker网站缓存/反向代理/自建CDN软件

1
https://51.ruyo.net/7349.html

一键全自动DD安装Windows系统

1
https://51.ruyo.net/6333.html

Windows一键重装系统为Linux (netboot,网络安装)

1
https://51.ruyo.net/10538.html

Chrome安装离线扩展程序和非WebStore扩展程序方法

1
https://51.ruyo.net/10499.html

推荐几款比较顺眼的XShell配色方案

1
https://51.ruyo.net/6304.html

Xshell/Xftp/XshellPlus 5和6版本官方下载+”注册码”

1
https://51.ruyo.net/11447.html

迈克菲(McAfee)杀毒软件无限叠加时间使用

1
https://51.ruyo.net/3945.html

Paypal优惠券/现金券的使用(套现)方法

1
https://51.ruyo.net/6636.html

有哪些优秀且免费的云存储服务?

1
https://www.zhihu.com/question/51309695

Listing the best services for free domain email addresses in 2020

1
https://dev.to/doobled/listing-the-best-services-for-free-domain-email-addresses-in-2020-3hkb

Github上10个开源免费且优秀的后台控制面板

1
https://www.jianshu.com/p/3bc7404af887

国内外公共CDN静态资源网站大全

1
https://www.awaimai.com/327.html

国外免费BT离线下载服务收集

1
https://51.ruyo.net/4140.html

国内外提供免费的域名DNS解析的服务商

1
https://51.ruyo.net/13274.html

利用Github Action刷Microsoft 365 E5开发者订阅API实现续订

1
2
https://51.ruyo.net/15646.html
https://www.bilibili.com/video/av95688306/

hoochanlon/w3-goto-world

1
https://github.com/hoochanlon/w3-goto-world

HyperVMart免费1个月VPS,支持Windows和Linux,可选荷兰和英国数据中心

1
https://51.ruyo.net/4902.html

【又来了】设计狮们,免费撸一年 .design域名

1
https://51.ruyo.net/4862.html

交互安装 - OneinStack

1
https://oneinstack.com/install/

快乐域名分发系统部署演示

1
https://51.ruyo.net/4087.html

利用 Caddy 轻松实现反向代理/镜像(支持自签SSL证书)

1
https://51.ruyo.net/3461.html

日本XREA免费虚拟空间注册使用教程(免费1年.shop域名)

1
https://51.ruyo.net/5611.html

TeraCloud日本免费网盘支持WebDAV,限时获取20G容量

1
https://51.ruyo.net/5577.html

IPFS简单使用

1
https://hoochanlon.github.io/fq-book/#/ipfs/ipfs-use-naive

Aria2安装配置使用教程

1
https://51.ruyo.net/2607.html

网盘被限速?不怕,我有私有云

1
https://xiaoyou66.com/archives/769

jupyter安装及目录生成

1
https://www.cnblogs.com/jayafsmw/p/12286580.html

那些在线的Jupyter

1
https://blog.csdn.net/hxpjava1/article/details/86763331

『推荐』FileRun网盘程序部署使用教程

1
https://51.ruyo.net/5309.html

最新DaoCloud.io部署指南教程,将免费进行到底

1
https://51.ruyo.net/3720.html

成倍提升你的手机听歌体验,这套免费方案绝对值得一试!

1
https://mp.weixin.qq.com/s/0IBJSIMSHJJJSYSWbM48Dw

想不到吧,迅雷悄悄在国外搞了个无限制的免费离线下载网盘!

1
https://mp.weixin.qq.com/s/XNC_yyE8fWR62CXV1WD4ew

翻遍全网数十个网站,能免费下载简历的仅有这几个!

1
https://mp.weixin.qq.com/s/tuEnxGRuo5-dVn4uVZGOKw