From 167fc66be563afadc2e3998cdc67ea579104be1c Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 5 Mar 2020 09:42:08 +0800 Subject: [PATCH 1/4] PRF @geekpi --- ...hing- Open Source P2P File Syncing Tool.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/translated/tech/20200121 Syncthing- Open Source P2P File Syncing Tool.md b/translated/tech/20200121 Syncthing- Open Source P2P File Syncing Tool.md index 013a3569a4..0905f1aa3f 100644 --- a/translated/tech/20200121 Syncthing- Open Source P2P File Syncing Tool.md +++ b/translated/tech/20200121 Syncthing- Open Source P2P File Syncing Tool.md @@ -1,6 +1,6 @@ [#]: collector: (lujun9972) [#]: translator: (geekpi) -[#]: reviewer: ( ) +[#]: reviewer: (wxy) [#]: publisher: ( ) [#]: url: ( ) [#]: subject: (Syncthing: Open Source P2P File Syncing Tool) @@ -10,11 +10,11 @@ Syncthing:开源 P2P 文件同步工具 ====== -_ **简介:Syncthing 是一个开源的 P2P 文件同步工具,可用于在多个设备(包括 Android 手机)之间同步文件。** _ +> Syncthing 是一个开源的 P2P 文件同步工具,可用于在多个设备(包括 Android 手机)之间同步文件。 -通常,我们有 [MEGA][1] 或 Dropbox 之类的云同步解决方案,以便在云上备份我们的文件,同时更易于共享。 +![](https://img.linux.net.cn/data/attachment/album/202003/05/094211oy2dosttvoaseovk.jpg) -但是,如果要跨多个设备同步文件而不将其存储在云中怎么办? +通常,我们有 [MEGA][1] 或 Dropbox 之类的云同步解决方案,以便在云上备份我们的文件,同时更易于共享。但是,如果要跨多个设备同步文件而不将其存储在云中怎么办? 这就是 [Syncthing][2] 派上用场的地方了。 @@ -22,7 +22,7 @@ _ **简介:Syncthing 是一个开源的 P2P 文件同步工具,可用于在 ![][3] -Syncthing 可让你跨多个设备同步文件(包括对 Android 智能手机的支持)。它主要通过 Linux上 的 Web UI 进行工作,但也提供了 GUI(需要单独安装)。 +Syncthing 可让你跨多个设备同步文件(包括对 Android 智能手机的支持)。它主要通过 Linux 上的 Web UI 进行工作,但也提供了 GUI(需要单独安装)。 然而,Syncthing 完全没有利用云,它是 [P2P][4] 文件同步工具。你的数据不会被发送到中央服务器。而是会在所有设备之间同步。因此,它并不能真正取代 [Linux 上的典型云存储服务][5]。 @@ -36,7 +36,7 @@ Syncthing 可让你跨多个设备同步文件(包括对 Android 智能手机 例如,你可能不想在云上存储一些敏感文件,因此你可以添加其他受信任的设备来同步并保留这些文件的副本。 -即使我简单描述了它,但它并不像看到的那么简单。如果你感兴趣的话,我建议你阅读[官方 FAQ][7] 来了解它如何工作的。 +即使我对它的描述很简单,但它并不像看到的那么简单。如果你感兴趣的话,我建议你阅读[官方 FAQ][7] 来了解它如何工作的。 ### Syncthing 的特性 @@ -90,15 +90,15 @@ Syncthing 确实非常简单且易于理解。即使这样,如果你想使用 你可能无法在软件中心找到它(如果你找到了,那它可能不是最新版本)。 -**注意:**_如果你需要一个 GUI 而不是浏览器来管理它,它还有一个 [Syncthing-GTK][16]。_ +**注意:**如果你需要一个 GUI 应用而不是浏览器来管理它,它还有一个 [Syncthing-GTK][16]。 -[Syncthing][2] +- [Syncthing][2] -如果你有基于 Debian 的发行版,你也可以利用终端来安装它,这些说明位于[官方下载页面][17] 上。 +如果你有基于 Debian 的发行版,你也可以利用终端来安装它,这些说明位于[官方下载页面][17]上。 ### 我在 Syncthing 方面的体验 -就个人而言,我把它安装在 Pop!\_OS 19.10 上,并在写这篇文章之前用了一会儿。 +就个人而言,我把它安装在 Pop!_OS 19.10 上,并在写这篇文章之前用了一会儿。 我尝试同步文件夹、删除它们、添加重复文件以查看文件版本控制是否工作,等等。它工作良好。 @@ -108,7 +108,7 @@ Syncthing 确实非常简单且易于理解。即使这样,如果你想使用 总体而言,它工作良好,但我必须说,你不应该依赖它作为唯一的数据备份方案。 -**总结** +### 总结 你试过 Syncthing 了吗?如果有的话,你的体验如何?欢迎在下面的评论中分享。 @@ -121,7 +121,7 @@ via: https://itsfoss.com/syncthing/ 作者:[Ankush Das][a] 选题:[lujun9972][b] 译者:[geekpi](https://github.com/geekpi) -校对:[校对者ID](https://github.com/校对者ID) +校对:[wxy](https://github.com/wxy) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From 06e8186da15eb1d33a2020f08855d0cc5542299c Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 5 Mar 2020 09:44:51 +0800 Subject: [PATCH 2/4] PUB @geekpi https://linux.cn/article-11960-1.html --- .../20200121 Syncthing- Open Source P2P File Syncing Tool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20200121 Syncthing- Open Source P2P File Syncing Tool.md (98%) diff --git a/translated/tech/20200121 Syncthing- Open Source P2P File Syncing Tool.md b/published/20200121 Syncthing- Open Source P2P File Syncing Tool.md similarity index 98% rename from translated/tech/20200121 Syncthing- Open Source P2P File Syncing Tool.md rename to published/20200121 Syncthing- Open Source P2P File Syncing Tool.md index 0905f1aa3f..383fc2f351 100644 --- a/translated/tech/20200121 Syncthing- Open Source P2P File Syncing Tool.md +++ b/published/20200121 Syncthing- Open Source P2P File Syncing Tool.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (geekpi) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-11960-1.html) [#]: subject: (Syncthing: Open Source P2P File Syncing Tool) [#]: via: (https://itsfoss.com/syncthing/) [#]: author: (Ankush Das https://itsfoss.com/author/ankush/) From 6a3c2a7534b5754cca8c90b74e46a7df0c6ae5e6 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 5 Mar 2020 10:18:15 +0800 Subject: [PATCH 3/4] PRF @wxy --- ...ource productivity tools on my wishlist.md | 45 ++++++++++++++----- 1 file changed, 34 insertions(+), 11 deletions(-) diff --git a/translated/tech/20200130 4 open source productivity tools on my wishlist.md b/translated/tech/20200130 4 open source productivity tools on my wishlist.md index eaebf35f1d..7570c78433 100644 --- a/translated/tech/20200130 4 open source productivity tools on my wishlist.md +++ b/translated/tech/20200130 4 open source productivity tools on my wishlist.md @@ -1,30 +1,30 @@ [#]: collector: (lujun9972) [#]: translator: (wxy) -[#]: reviewer: ( ) +[#]: reviewer: (wxy) [#]: publisher: ( ) [#]: url: ( ) [#]: subject: (4 open source productivity tools on my wishlist) [#]: via: (https://opensource.com/article/20/1/open-source-productivity-tools) [#]: author: (Kevin Sonney https://opensource.com/users/ksonney) -我的愿望清单上的 4 个开源生产力工具 +我的愿望清单上的 4 种开源生产力工具 ====== -> 在 2020 年用开源实现更高生产力的二十种方式的最后一篇文章中,了解开源世界需要做什么。 +> 在 2020 年用开源实现更高生产力的二十种方式的最后一篇文章中,了解开源世界还需要什么。 -![Two diverse hands holding a globe][1] +![](https://img.linux.net.cn/data/attachment/album/202003/05/100642k52u7oydcwnc1c2w.jpg) 去年,我在 19 天里给你介绍了 19 个新(对你而言)的生产力工具。今年,我换了一种方式:使用你在使用或者还没使用的工具,构建一个使你可以在新一年更加高效的环境。 -### 不过… +### 然而… -在搜索生产力应用程序时,我找不到想要的一切应用,而且几乎总是会丢失一些读者与我分享的精彩内容。 因此,当我结束本系列文章时,是时候[再次][2]谈论我在本年度系列文章中未能涵盖的一些主题。 +在搜索生产力应用程序时,我找不到想要的所有应用,而且几乎总是会丢失一些读者与我分享的精彩内容。 因此,当我结束本系列文章时,是时候[再次][2]谈论我在本年度系列文章中未能涵盖的一些主题。 ![Desktop with Joplin, Emacs, and Firefox][3] #### 在 Vim 中聊天 -我试过了。我真的非常非常想能够在 Vim 中聊天,但我做不到。我找到的一个软件包 [VimIRC.vim][4] 一直就工作不起来,我试了几天也没用。我探索的另一个选项是 [Irc it][5],这需要我付出更多的[努力去设置][6],超过了我正常可以付出的耐心或时间。我尝试过了,也确实做到了,但对于同处于相同境地的 Vim 用户,对不起,我无法帮到你。 +我试过了。我真的非常、非常想能够在 Vim 中聊天,但我做不到。我找到的一个软件包 [VimIRC.vim][4] 一直就工作不起来,我试了几天也没用。我探索的另一个选项是 [Irc it][5],这需要我付出更多的[努力去设置][6],超过了我正常可以付出的耐心或时间。我尝试过了,也确实做到了,但对于同处于相同境地的 Vim 用户,对不起,我无法帮到你。 #### Org 模式 @@ -36,15 +36,38 @@ #### 图形用户界面程序 -在 2019 年的生产力系列中,我共享了很多图形用户界面程序,而今年几乎都是命令行应用程序。有一些很棒的图形程序可以帮助解决我今年谈论的一些问题,例如可以使用 Maildir 邮箱的[邮件][12]程序、用于读取本地日历文件的日历程序、[天气][13]应用程序等等。我甚至尝试了几项对我而言新奇的事物,看它们是否适合这个主题。除了 [twin][14] 之外,我没有感觉到有什么图形用户界面程序是新颖的(对我而言)或值得注意的(同样对我而言)今年要写的。至于…… +在 2019 年的生产力系列中,我共享了很多图形用户界面程序,而今年几乎都是命令行应用程序。有一些很棒的图形程序可以帮助解决我今年谈论的一些问题,例如可以使用 Maildir 邮箱的[邮件][12]程序、用于读取本地日历文件的日历程序、[天气][13]应用程序等等。我甚至尝试了几项对我而言新奇的事物,看它们是否适合这个主题。除了 [twin][14] 之外,我没有感觉到有什么图形用户界面程序是新颖的(对我而言)或值得注意的(同样对我而言)是今年要写的。至于…… #### 移动应用程序 -越来越多的人将平板电脑(有时与笔记本电脑结合使用)作为主要设备。我将手机用于大多数社交媒体和即时消息传递,并且经常使用平板电脑(好的,老实说,好几个平板电脑)来阅读或浏览网络。可以肯定的是,并不是开源移动应用程序不存在,但是它们与我今年的主题不符。开源和移动应用程序正在发生很多变化,我正在仔细地寻找可以帮助我在手机和平板电脑上提高工作效率的事物。 +越来越多的人将平板电脑(有时与笔记本电脑结合使用)作为主要设备。我将手机用于大多数社交媒体和即时消息传递,并且经常使用平板电脑(好的,老实说,好几个平板电脑)来阅读或浏览网络。可以肯定的是,并不是没有开源移动应用程序,但是它们与我今年的主题不符。开源和移动应用程序正在发生很多变化,我正在仔细地寻找可以帮助我在手机和平板电脑上提高工作效率的事物。 ### 该你了 -非常感谢你阅读今年的系列文章。请你发表评论,告诉我错过的或需要在 2021 年看到的内容。正如我在 [Productivity Alchemy] [15] 播客上所说:“哥们,记着:保持生产力!” +非常感谢你阅读今年的系列文章。请你发表评论,告诉我错过的或需要在 2021 年看到的内容。正如我在 [Productivity Alchemy][15] 播客上所说:“哥们,记着:要保持生产力!” + +### 本系列汇总 + +1. [使用 Syncthing 在多个设备间同步文件](https://linux.cn/article-11793-1.html) +2. [使用 Stow 管理多台机器配置](https://linux.cn/article-11796-1.html) +3. [使用 OfflineIMAP 同步邮件](https://linux.cn/article-11804-1.html) +4. [使用 Notmuch 组织你的邮件](https://linux.cn/article-11807-1.html) +5. [使用 khal 和 vdirsyncer 组织和同步你的日历](https://linux.cn/article-11812-1.html) +6. [用于联系人管理的三个开源工具](https://linux.cn/article-11834-1.html) +7. [开始使用开源待办事项清单管理器](https://linux.cn/article-11835-1.html) +8. [使用这个 Python 程序记录你的活动](https://linux.cn/article-11846-1.html) +9. [一个通过 IRC 管理所有聊天的开源聊天工具](https://linux.cn/article-11856-1.html) +10. [使用这个 Twitter 客户端在 Linux 终端中发推特](https://linux.cn/article-11858-1.html) +11. [在 Linux 终端中阅读 Reddit](https://linux.cn/article-11869-1.html) +12. [使用此开源工具在一起收取你的 RSS 订阅源和播客](https://linux.cn/article-11876-1.html) +13. [使用这个开源工具获取本地天气预报](https://linux.cn/article-11879-1.html) +14. [使用此开源窗口环境一次运行多个控制台](https://linux.cn/article-11892-1.html) +15. [使用 tmux 创建你的梦想主控台](https://linux.cn/article-11900-1.html) +16. [使用 Vim 发送邮件和检查日历](https://linux.cn/article-11908-1.html) +17. [使用 Vim 管理任务列表和访问 Reddit 和 Twitter](https://linux.cn/article-11912-1.html) +18. [使用 Emacs 发送电子邮件和检查日历](https://linux.cn/article-11932-1.html) +19. [使用 Emacs 进行社交并跟踪你的待办事项列表](https://linux.cn/article-11956-1.html) +20. [我的愿望清单上的 4 种开源生产力工具](https://linux.cn/article-11961-1.html) -------------------------------------------------------------------------------- @@ -53,7 +76,7 @@ via: https://opensource.com/article/20/1/open-source-productivity-tools 作者:[Kevin Sonney][a] 选题:[lujun9972][b] 译者:[wxy](https://github.com/wxy) -校对:[校对者ID](https://github.com/校对者ID) +校对:[wxy](https://github.com/wxy) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From 48849f6708f7dd121d1ad26ad5438a879d31a027 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 5 Mar 2020 10:18:44 +0800 Subject: [PATCH 4/4] PUB @wxy https://linux.cn/article-11961-1.html --- ...0200130 4 open source productivity tools on my wishlist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20200130 4 open source productivity tools on my wishlist.md (98%) diff --git a/translated/tech/20200130 4 open source productivity tools on my wishlist.md b/published/20200130 4 open source productivity tools on my wishlist.md similarity index 98% rename from translated/tech/20200130 4 open source productivity tools on my wishlist.md rename to published/20200130 4 open source productivity tools on my wishlist.md index 7570c78433..533247844b 100644 --- a/translated/tech/20200130 4 open source productivity tools on my wishlist.md +++ b/published/20200130 4 open source productivity tools on my wishlist.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (wxy) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-11961-1.html) [#]: subject: (4 open source productivity tools on my wishlist) [#]: via: (https://opensource.com/article/20/1/open-source-productivity-tools) [#]: author: (Kevin Sonney https://opensource.com/users/ksonney)