syncthing

使用标签组织你的任务列表 | Linux 中国

拥有回忆 提交于 2021-01-30 08:56:41
文件夹的用途是存储信息和任务。使用标签来帮助你更好地组织这些文件夹中的内容。 来源: https:// linux.cn/article-13062- 1.html 作者:Kevin Sonney 译者:geekpi (本文字数:1880,阅读时长大约:2 分钟) 在前几年,这个年度系列报道了诸如 Notmuch 和 Syncthing 之类的开源的组织应用程序。今年,我们除了关注 2021 年的策略外,还将关注一体化解决方案。欢迎来到 2021 年 21 天生产力的第九天。 我用我的电子邮件、待办列表和笔记来做这件事,有一天我决定我要把这些“组织起来”,重新安排我保存东西的方式和位置。有时我发现了一个新的程序,我必须(再次)从头开始配置。有时,当前的方法已经花了很多时间,与我使用系统的时间相比,我花了更多的时间在保持存储顺序最新。我去年测试一些待办列表软件时,最后一个软件让我有了一个非常重要的认识。 所有事情都有存放的地方(Kevin Sonney, CC BY-SA 4.0) 让我打个比方。一个任务(或电子邮件或笔记)就像你在一次活动中收到的那件很酷的 T 恤。它是黑色的,有一个很棒的图案,后面有一个标签,上面写着尺寸,领口有一个标签,上面写着洗涤说明。到了该收起来的时候,它该放在哪里呢?是和黑色的 T 恤放在一起吗?是和类似主题的衬衫放在一起吗?是按尺码放吗

syncthing搭建私人网盘

寵の児 提交于 2020-08-06 15:46:42
syncthing 这个开源软件,对于多客户端共享同步文件的问题一下有了终极解决方案。首先他是多客户端之间点对点传输,并没有第三方服务器做网盘存储,只要两台电脑同时在线,就可以做到实时同步,当然也可以到 sanfengyun 注册三丰云账号申请免费云服务器做为24小时不关机的中间服务器做私人网盘,支持Android、Linux、Windows、Mac OS X等系统。 下载安装 下载地址: https://syncthing.net/downloads/ cd ~ wget -c https://github.com/syncthing/syncthing/releases/download/v1.7.1/syncthing-linux-amd64-v1.7.1.tar.gz tar xzvf syncthing-linux-amd64-v1.7.1.tar.gz && rm -f syncthing-linux-amd64-v1.7.1.tar.gz cd syncthing-linux-amd64-v1.7.1 && cp syncthing /usr/local/bin 启动一次 syncthing 创建配置文件 syncthing 修改配置 sed -i 's/127.0.0.1/0.0.0.0/g' '/root/.config/syncthing/config.xml'

Prevent background service from being killed due to “detect excessive cpu on forked process”

时光怂恿深爱的人放手 提交于 2019-12-06 22:32:20
问题 I am debugging an issue of the Syncthing Android wrapper. The Android application wraps a native binary of the Syncthing project and provides some additional functionality like starting/stopping based on connecting WiFi, power, etc. Unfortunately, there have been issues about the service not auto-starting on WiFi change anymore, especially with handsets that have been upgraded to Android 6. Since my personal handset has been upgraded to 6.0.1 recently, I finally am able to debug into the

Prevent background service from being killed due to “detect excessive cpu on forked process”

北城余情 提交于 2019-12-05 03:18:41
I am debugging an issue of the Syncthing Android wrapper. The Android application wraps a native binary of the Syncthing project and provides some additional functionality like starting/stopping based on connecting WiFi, power, etc. Unfortunately, there have been issues about the service not auto-starting on WiFi change anymore, especially with handsets that have been upgraded to Android 6. Since my personal handset has been upgraded to 6.0.1 recently, I finally am able to debug into the issue and today I noticed the following: 07-06 20:52:26.562 1181 1363 I ActivityManager: [BgDetect