大小: 4107
备注:
|
← 于2023-04-03 07:31:43修订的的版本23 ⇥
大小: 0
备注:
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 1: | 行号 1: |
= 去中心化 = 去中心化 Decentralization : 互联网起初是去中心化的,但最近随着类似Google FB等大公司集中了越来越多的互联网流量,互联网也逐渐变得更加中心化。一些程序员尝试用软件技术来让互联网恢复到它原本的样子。 * [[https://onezero.medium.com/why-decentralization-matters-5e3f79f7638e|Why Decentralization Matters]] == 内容 == * Blog: 自建blog站点,而不是通过wordpress、blogspot或者github来托管的话,也是一种去中心化的内容分享方式。 * [[https://getnikola.com/blog/from-zero-to-nikola-in-one-minute-without-installing-anything.html|nikola]]: 一个静态blog站点生成器 * [[用Nikola在github上写博客]] * [[https://www.netlify.com/|netlify]]是一个部署静态网站的工具,自动帮你构建网站,把网站静态资源部署到CDN,开启HTTPS等。配合nikola,可以很方便的构建一个博客网站。 * [[https://miniflux.app/|Miniflux]] 自建RSS阅读器 * [[https://zeronet.io/|ZeroNet]]: 基于Bitcoin和BitTorrent的去中心化的网络 * [[https://en.wikipedia.org/wiki/Freenet|FreeNet]] * [[https://beakerbrowser.com/|Beaker Browser]]:基于DAT的分布式网站浏览器 * [[https://retroshare.cc/|Retroshare]]: 熟人(F2F)网络,熟人间的沟通、文件分享等 * [[https://github.com/gongzisun/cnretroshare|RetroShare中文介绍、FAQ、教程]] == 网络 == * [[科学上网#Tor|Tor]]: 洋葱路由,匿名网络 * [[https://www.zerotier.com|Zerotier]]: 基于点到点的虚拟局域网,依赖于集中的Root控制节点,不过也可以自建控制节点(Moon)。 * https://www.zerotier.com/manual/ * https://github.com/zerotier/libzt Library version of Zerotier * [[https://tailscale.com/|Tailscale]] * [[https://github.com/slackhq/nebula|Nebula]] 类似zerotier * CJDNS: https://github.com/cjdelisle/cjdns/ * NAT穿透:去中心化网络需要能点对点直接通讯,NAT穿透技术必不可少 * Hole punching 配合 STUN: 利用某些NAT网关的特性进行打洞,不适用于Symmetric NAT * UPNP (IGDP) 、 NAT-PMP 和 PCP: 客户端请求NAT网关配置端口映射 * TURN: 中继 * ICE: 结合TURN与STUN == 沟通 == * [[https://scuttlebutt.nz/|ScuttleButt]] * [[https://ssbc.github.io/scuttlebutt-protocol-guide/|基于Scuttlebutt协议]],无服务器,local first设计 * 占用本地空间较大,群发消息最多7个接收者 * [[nostr]] * Email: * [[https://www.plesk.com/blog/various/setting-up-and-configuring-a-linux-mail-server/|Setting Up and Configuring a Linux Mail Server]] * [[https://matrix.org/|Matrix]]: 架构类似Email的IM系统 * https://vimacs.wehack.space/matrix-guide/ * https://matrixim.cc/sfd2017-matrix.pdf * [[https://tox.chat/|Tox Chat]]: 完全没有服务器的聊天软件 * IRC: [[http://www.irchelp.org/|IRC Help]] * Jami: https://jami.net/ 视频会议系统 == 文件分享 == * [[https://onionshare.org/|OnionShare]] * [[https://www.resilio.com/|Resilio Sync]]: 文件同步和共享 * https://www.btsynckeys.com/ * http://syncfan.com/ * Bittorrent * [[https://thepirate-bay.org/|The Pirate Bay]] * [[https://transmissionbt.com/|Transmission]] * [[https://jianrry.com/archives/80/|PT站新手生存指南]] * [[https://einverne.github.io/post/2020/02/everything-related-about-bittorrent-and-pt.html|关于 BitTorrent 和 PT 你需要知道的一切]] * eDonkey * [[https://en.wikipedia.org/wiki/EDonkey_network|eDonkey Network]] * [[https://en.wikipedia.org/wiki/Kad_network|Kad network]] * [[http://amule.org/|aMule]] * [[https://nextcloud.com/|NextCloud]] == 代码 == * https://radicle.xyz/ == 其他 == * [[https://freedombox.org/|FreedomBox]]: 方便使用的集成了多种服务端应用的盒子,帮助自建自己的服务 * Local-First Software: https://www.inkandswitch.com/local-first.html |