From ae18161bad77f2d1515e8d37ca9b0308a40ffd56 Mon Sep 17 00:00:00 2001 From: DarkSun Date: Wed, 13 Apr 2022 05:02:24 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E9=80=89=E9=A2=98[tech]:=2020220413=20Meet?= =?UTF-8?q?=20Lite=20XL:=20A=20Lightweight,=20Open-Source=20Text=20Editor?= =?UTF-8?q?=20for=20Linux=20Users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sources/tech/20220413 Meet Lite XL- A Lightweight, Open-Source Text Editor for Linux Users.md --- ...Open-Source Text Editor for Linux Users.md | 115 ++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 sources/tech/20220413 Meet Lite XL- A Lightweight, Open-Source Text Editor for Linux Users.md diff --git a/sources/tech/20220413 Meet Lite XL- A Lightweight, Open-Source Text Editor for Linux Users.md b/sources/tech/20220413 Meet Lite XL- A Lightweight, Open-Source Text Editor for Linux Users.md new file mode 100644 index 0000000000..acf28d1414 --- /dev/null +++ b/sources/tech/20220413 Meet Lite XL- A Lightweight, Open-Source Text Editor for Linux Users.md @@ -0,0 +1,115 @@ +[#]: subject: "Meet Lite XL: A Lightweight, Open-Source Text Editor for Linux Users" +[#]: via: "https://itsfoss.com/lite-xl/" +[#]: author: "Marco Carmona https://itsfoss.com/author/marco/" +[#]: collector: "lujun9972" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +Meet Lite XL: A Lightweight, Open-Source Text Editor for Linux Users +====== + +**Brief:** _Are you looking for a new _text editor_ alternative? You should try this lightweight, _simple_, fast, feature-filled, and extremely extensible one._ + +Sure, there are plenty of text editors or code editors that you can use. Some popular ones include Eclipse, [Visual Studio Code][1], [PyCharm][2], [Atom][3], [IntelliJ][4], and [Sublime Text][5]. + +But do you want to try something interesting that’s entirely focused on giving you a minimal experience? + +Meet _**Lite XL**_ editor. + +To be honest, I had no idea about it until last week. But, it managed to surprise me with its **minimalist design** and how **fast it was at coding**, but the most important fact was its similarity with Visual Studio Code. + +So, before everything, let me tell you that if you’re a [Visual Studio Code fan][6], you should absolutely try _**Lite XL**_. It may not be an absolute replacement, but a lite edition of something that resembles the use-case. + +![Showing how Lite XL looks][7] + +### Lite XL: Lightweight Text Editor Written in Lua + +Lite XL is an interesting open-source text editor written in Lua (particularly tailored to build lightweight applications). + +It is available for Windows, Linux, and macOS as well. But, with all the available [modern text editors available][8], why Lite XL? + +![Lite XL Customize Configuration][9] + +Normally, we aren’t concerned about the resources that a text editor can consume on our system most of the time. However, at the time of creating bash, python, or any other type of script, you rely on a text editor, and the more resource-efficient it is, the better. + +Of course, a text editor isn’t as resource-hungry as some other applications. But, if it matters to you, here’s what I observed: + +Lite XL only uses **three megabytes** in your disk and consumes around **twenty megabytes** of physical memory, compared with the almost five hundred fifty megabytes (~550 MB) that Visual Studio Code uses. + +**Can you see this wonderful difference between these similar editors?** + +Not just the resource usage, it is highly customizable as well. + +Note that the resource usage stats can vary for different system configurations. + +### Features of Lite XL + +![][10] + +As per the official information available, some of its most popular features include: + + * __Cross-Platform_:_** It currently works on Windows, Linux, and macOS. + * **Lightweight: ****As we described before, its usage hardly ever exceeds 10 MB in RAM. + * **Extensible**: Being a minimal offering doesn’t mean not being customizable. Lite XL can extend its functionalities thanks to several plugins available, for example, [VSC-like intellisense][11]. + * **Multi-cursor editing**: It’s as wonderful as it sounds, inside Lite XL you can work with multiple cursors. + * **Integrated terminal**: Like Visual Studio Code, Lite XL implements its terminal. + * High DPI display support. + * Additional color themes are available. + * Supports hardware-accelerated rendering. + + + +### How to Install Lite XL in Linux + +Lite XL offers an AppImage file for Linux distributions. You can follow our [AppImage guide][12] to get started. + +You can find the AppImage file on its [GitHub repository][13]. + +Once you head to its GitHub releases section, go directly to the Assets section and download the _**LiteXL_x86_64.Appimage**_ file. + +![Downloading Appimage file][14] + +An AppImage file will be downloaded into your download directory, so, before double-clicking on the file, verify it is allowed to execute as a program. + +![Verifying execution permissions][15] + +That’s right! Now you can double-click on the file and start using _**Lite XL**_ in your system. + +[Lite XL][16] + +If you’re interested in exploring Lite XL, you can get involved in its [GitHub repository][13], visit the official website, or join its [Discord community][17]. + +_What do you prefer to edit text and code? Do you focus on using a lightweight program, or is it irrelevant for your use case? Let me know your thoughts in the comments down below._ + +-------------------------------------------------------------------------------- + +via: https://itsfoss.com/lite-xl/ + +作者:[Marco Carmona][a] +选题:[lujun9972][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://itsfoss.com/author/marco/ +[b]: https://github.com/lujun9972 +[1]: https://itsfoss.com/install-visual-studio-code-ubuntu/ +[2]: https://itsfoss.com/install-pycharm-ubuntu/ +[3]: https://itsfoss.com/install-atom-ubuntu/ +[4]: https://itsfoss.com/install-intellij-ubuntu-linux/ +[5]: https://itsfoss.com/sublime-text-3-linux/ +[6]: https://itsfoss.com/visual-studio-code-vs-atom/ +[7]: https://itsfoss.com/wp-content/uploads/2022/04/lite-xl-editor-screenshot.png +[8]: https://itsfoss.com/best-modern-open-source-code-editors-for-linux/ +[9]: https://itsfoss.com/wp-content/uploads/2022/04/lite-xl-screenshot-2.png +[10]: https://itsfoss.com/wp-content/uploads/2022/04/lite-xl-screnshot-1.png +[11]: https://github.com/lite-xl/lite-xl-lsp +[12]: https://itsfoss.com/use-appimage-linux/ +[13]: https://github.com/lite-xl/lite-xl +[14]: https://itsfoss.com/wp-content/uploads/2022/04/Downloading_Appimage_file-800x447.png +[15]: https://itsfoss.com/wp-content/uploads/2022/04/Verifying_execution_permissions-800x535.png +[16]: https://lite-xl.com/ +[17]: https://discord.gg/RWzqC3nx7K From 576299639bdc7a43d9fa75d8ffe3697af5dd20ba Mon Sep 17 00:00:00 2001 From: DarkSun Date: Wed, 13 Apr 2022 05:02:51 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E9=80=89=E9=A2=98[tech]:=2020220412=20Ubun?= =?UTF-8?q?tu=20MATE=2022.04=20=E2=80=93=20New=20Features=20and=20Release?= =?UTF-8?q?=20Details?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sources/tech/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md --- ...2.04 - New Features and Release Details.md | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 sources/tech/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md diff --git a/sources/tech/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md b/sources/tech/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md new file mode 100644 index 0000000000..e123174e5b --- /dev/null +++ b/sources/tech/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md @@ -0,0 +1,107 @@ +[#]: subject: "Ubuntu MATE 22.04 – New Features and Release Details" +[#]: via: "https://www.debugpoint.com/2022/04/ubuntu-mate-22-04-lts/" +[#]: author: "Arindam https://www.debugpoint.com/author/admin1/" +[#]: collector: "lujun9972" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +Ubuntu MATE 22.04 – New Features and Release Details +====== +A LIST OF NEW FEATURES OF THE UBUNTU MATE 22.04 LTS (JAMMY JELLYFISH) +THAT INCLUDES WHAT CHANGED SINCE THE PRIOR LTS RELEASE. +![Ubuntu MATE 22.04 LTS Desktop][1] + +### Ubuntu MATE 22.04 LTS – New Features + +Ubuntu MATE 22.04 LTS “Jammy Jellyfish” releases on April 21, 2022, with the developers’ two years’ worth of continuous work. + +While looking at the changes in Ubuntu MATE 22.04 LTS, I was surprised to see the number of changes it brings compared to the other official Ubuntu flavours, excluding KDE Plasms while based on [Ubuntu 22.04 LTS][2]. + +The primary reason is that Ubuntu MATE 22.04 LTS brings the latest , a major version upgrade since Ubuntu MATE 20.04 featuring MATE Desktop 1.24. + +In addition to that, this is a first point release of the MATE desktop environment, which means you are bound to experience the performance boost because bugs and memory leaks are eliminated. + +While trying the available ISO, I felt the is fantastic. It is super fast in terms of responses on the desktop. Thanks to the great work done by the MATE desktop team. + +![Such a nice and clean login screen of Ubuntu MATE 22.04 LTS][3] + +#### Themes and other changes + +Moreover, this LTS release is the first variant that officially launches the with all the Yaru colour themes plus the native “Chelsea cucumber” green version. And it looks stunning. + +Furthermore, the team also included dark and light app indicators of popular applications in the system tray, which automatically changes appearance when you transition from dark to light theme or vice-versa. + +![MATE variant of Yaru themes][4] + +This release includes three new GNOME applications due to popular demand: . Interestingly, they are GNOME apps based on the 41.0 release and they look stunning in the MATE environment considering they are using GTK4 and libadwaita. + +[][5] + +SEE ALSO:   Pop OS 22.04 LTS - New Features and Release Updates + +Besides those, the team included all popular package formats by default in the installation. That means , and you do not need to play around to set them up the first time. + +Finally, this release brings back the message indicators with 22.2.0 in the default installation. Ayatana Indicators now supports backwards compatibility to Ubuntu indicators and doesn’t require additional setup. + +Last but not least, a colossal set of impactful tiny changes, under the hood improvements and application updates makes it one of the most memorable releases from the Ubuntu MATE team. + +### Summary of the changes + +To sum up the essential changes in Ubuntu MATE 22.04 LTS: + + * Performance boosted and optimized MATE Desktop 1.26.1 + * Linux Kernel 5.15 LTS + * MATE variant of Yaru theme with accent colours + * Automatic dark and light icon switching in the system tray, based on user themes + * MATE Tweak improvements that make the desktop layout switch more effortless than ever + * MATE HUD now supports updated rofi theme engine + * The ISO size is reduced by 41% as the team dropped NVIDIA drivers from the ISO (you can still install via option during setup) + * Three new apps from GNOME: GNOME Clocks, Maps and Weather + * Out of the box support for Flatpak, Snap and AppImage + * Raspberry Pi image will be available post-release + * Firefox 99.0 + * Evolution 3.44 + * LibreOffice 7.3+ + + + +Finally, Ubuntu MATE 22.04 LTS is now available as a BETA download via the below links. You may want to give it a try before the final release. + + * [ubuntu-mate-22.04-beta-desktop-amd64.iso][6] + * [Checksums, torrents and other information][7] + + + +[_Via official changelog._][8] + +* * * + +We bring the latest tech, software news and stuff that matters. Stay in touch via [Telegram][9], [Twitter][10], [YouTube][11], and [Facebook][12] and never miss an update! + +-------------------------------------------------------------------------------- + +via: https://www.debugpoint.com/2022/04/ubuntu-mate-22-04-lts/ + +作者:[Arindam][a] +选题:[lujun9972][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://www.debugpoint.com/author/admin1/ +[b]: https://github.com/lujun9972 +[1]: https://www.debugpoint.com/wp-content/uploads/2022/04/Ubuntu-MATE-22.04-LTS-Desktop-1024x577.jpg +[2]: https://www.debugpoint.com/2022/01/ubuntu-22-04-lts/ +[3]: https://www.debugpoint.com/wp-content/uploads/2022/04/Such-a-nice-and-clean-login-screen-of-Ubuntu-MATE-22.04-LTS.jpg +[4]: https://www.debugpoint.com/wp-content/uploads/2022/04/MATE-variant-of-Yaru-themes-1024x558.jpg +[5]: https://www.debugpoint.com/2022/04/pop-os-22-04-lts/ +[6]: https://cdimage.ubuntu.com/ubuntu-mate/releases/22.04/beta/ubuntu-mate-22.04-beta-desktop-amd64.iso +[7]: https://cdimage.ubuntu.com/ubuntu-mate/releases/22.04/beta/ +[8]: https://ubuntu-mate.org/blog/ubuntu-mate-jammy-jellyfish-release-notes/ +[9]: https://t.me/debugpoint +[10]: https://twitter.com/DebugPoint +[11]: https://www.youtube.com/c/debugpoint?sub_confirmation=1 +[12]: https://facebook.com/DebugPoint From 0e9e8d7966765858104fc5997ade1776418453c8 Mon Sep 17 00:00:00 2001 From: DarkSun Date: Wed, 13 Apr 2022 05:03:11 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E9=80=89=E9=A2=98[news]:=2020220412=20Ende?= =?UTF-8?q?avourOS=20Apollo=20Release=20Introduces=20a=20new=20Worm=20Wind?= =?UTF-8?q?ow=20Manager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sources/news/20220412 EndeavourOS Apollo Release Introduces a new Worm Window Manager.md --- ...se Introduces a new Worm Window Manager.md | 105 ++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 sources/news/20220412 EndeavourOS Apollo Release Introduces a new Worm Window Manager.md diff --git a/sources/news/20220412 EndeavourOS Apollo Release Introduces a new Worm Window Manager.md b/sources/news/20220412 EndeavourOS Apollo Release Introduces a new Worm Window Manager.md new file mode 100644 index 0000000000..e239f2b330 --- /dev/null +++ b/sources/news/20220412 EndeavourOS Apollo Release Introduces a new Worm Window Manager.md @@ -0,0 +1,105 @@ +[#]: subject: "EndeavourOS Apollo Release Introduces a new Worm Window Manager" +[#]: via: "https://news.itsfoss.com/endeavouros-apollo-release/" +[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/" +[#]: collector: "lujun9972" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +EndeavourOS Apollo Release Introduces a new Worm Window Manager +====== + +EndeavourOS is an Arch-based distro that focuses on a terminal-centric user experience along with all the other goodies. + +With its latest Apollo release, the EndeavourOS team has made efforts to improve the community editions, resolve some existing issues, and add a new window manager. + +### EndeavourOS Apollo: What’s New? + +The most significant changes include a brand-new Window Manager “Worm” and having FirewallD installed (and enabled) by default. + +Let us take a brief look at the changes along with other improvements. + +#### New Worm Window Manager + +![][1] + +Worm is a lightweight window manager developed by one of the community editions team members (Codic12). It is written in [Nim][2]. + +Presently, it is based on X11 and does not support Wayland. + +The window manager focuses on performance while being able to work with floating/tiling modes with essential window decorations that include minimize, maximize, and close buttons. + +The layout can even operate nicely on a semi-embedded device like Pi Zero. + +#### Linux Kernel 5.17 + +[Linux Kernel 5.17][3] is all about supporting next-gen hardware. If you are looking to try an Arch-based distro on the latest hardware configuration, EndeavourOS should be a nice option to start with. + +#### FirewallD Installed and Enabled + +![][4] + +While not everyone appreciates having a firewall enabled by default, with the latest Apollo release, EndeavourOS will have it baked in and active after installation. + +#### New Quickstart App + +![][5] + +A GUI app to launch after the first boot (quickstart) was added to help you choose/install common and helpful apps. + +It provides the selection of applications using the Arch repo and not the [AUR][6]. + +#### A New Nvidia Driver Installer + +The existing nvidia-installer-dkms app was rewritten as an improved command-line tool to make the process easier and more efficient. + +The tool is still in its beta phase, but it is a good addition for users with Nvidia graphics. + +#### Improvements to the Installer + +Various improvements to the installation process were made, like the addition of an internet check before installation, a fix for DE selection, and more technical work to improve the experience. + +#### Other Improvements + +![][7] + +Along with the key highlights, there are plenty of important fixes and changes that include: + + * Disable Bluetooth by default, but active in the Live environment. + * Applying compression on installed files for btrfs. + * Community editions with dedicated display manager, including Light DM, Slick greeter, Lxdm, ly, and GDM. + * Automatically choosing the closest EndeavourOS mirror. + + + +You can learn more about the latest release in their [official announcement][8]. + +### Download EndeavourOS Apollo + +The latest ISO is available on their official website. You can head to the [downloa][9][d][9] [page][9] and get the ISO from one of the mirrors available. + +[EndeavourOS][9] + +-------------------------------------------------------------------------------- + +via: https://news.itsfoss.com/endeavouros-apollo-release/ + +作者:[Ankush Das][a] +选题:[lujun9972][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://news.itsfoss.com/author/ankush/ +[b]: https://github.com/lujun9972 +[1]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU3NiIgd2lkdGg9IjEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIi8+ +[2]: https://en.wikipedia.org/wiki/Nim_(programming_language) +[3]: https://news.itsfoss.com/linux-kernel-5-17-release/ +[4]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjY3OSIgd2lkdGg9IjkwMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4= +[5]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU4MyIgd2lkdGg9Ijk2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4= +[6]: https://itsfoss.com/aur-arch-linux/ +[7]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUyNCIgd2lkdGg9Ijg1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4= +[8]: https://endeavouros.com/news/the-apollo-release-has-landed/ +[9]: https://endeavouros.com/latest-release/ From f95c246c7240821740893688168cd2d50a74dd7a Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Wed, 13 Apr 2022 08:56:21 +0800 Subject: [PATCH 4/5] Rename sources/tech/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md to sources/news/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md --- ...220412 Ubuntu MATE 22.04 - New Features and Release Details.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sources/{tech => news}/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md (100%) diff --git a/sources/tech/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md b/sources/news/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md similarity index 100% rename from sources/tech/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md rename to sources/news/20220412 Ubuntu MATE 22.04 - New Features and Release Details.md From d8c61bc2e83625482292c51bd7d7af530aa517b5 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Wed, 13 Apr 2022 09:14:16 +0800 Subject: [PATCH 5/5] RP @geekpi https://linux.cn/article-14466-1.html --- ...rive Alternative That You Can Self-Host.md | 50 +++++++++---------- 1 file changed, 23 insertions(+), 27 deletions(-) rename {translated/tech => published}/20220402 Peergos- An Open-Source Google Drive Alternative That You Can Self-Host.md (70%) diff --git a/translated/tech/20220402 Peergos- An Open-Source Google Drive Alternative That You Can Self-Host.md b/published/20220402 Peergos- An Open-Source Google Drive Alternative That You Can Self-Host.md similarity index 70% rename from translated/tech/20220402 Peergos- An Open-Source Google Drive Alternative That You Can Self-Host.md rename to published/20220402 Peergos- An Open-Source Google Drive Alternative That You Can Self-Host.md index e8dc9239f7..f64ef4d7c0 100644 --- a/translated/tech/20220402 Peergos- An Open-Source Google Drive Alternative That You Can Self-Host.md +++ b/published/20220402 Peergos- An Open-Source Google Drive Alternative That You Can Self-Host.md @@ -3,40 +3,38 @@ [#]: author: "Ankush Das https://itsfoss.com/author/ankush/" [#]: collector: "lujun9972" [#]: translator: "geekpi" -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " +[#]: reviewer: "wxy" +[#]: publisher: "wxy" +[#]: url: "https://linux.cn/article-14466-1.html" -Peergos:一个可以自我托管的开源 Google Drive 替代品 +Peergos:一个可以自行托管的开源 Google 云端硬盘替代品 ====== -Google Drive 是最受欢迎的云存储服务之一。 +![](https://img.linux.net.cn/data/attachment/album/202204/13/091252bdnqkkh7rk0mkv7m.jpg) -而且,由于正当的原因,它提供了灵活的定价、区域定价和许多其他优势。 +Google 云端硬盘Google Drive 是最受欢迎的云存储服务之一。而且,由于合理的原因,它提供了灵活的定价、区域定价和许多其他优势。 不幸的是,它不提供端对端加密。此外,它不是一个开源的产品。 -那么,我们是否有一个开源的 Google Drive 的替代品? +那么,我们是否有开源的 Google 云端硬盘的替代品? -当然,有[免费的云存储服务][1],但它们不是开源的,也不是完全安全/私密的。 +当然,有 [免费的云存储服务][1],但它们不是开源的,也不是完全安全/私密的。 不用担心,我们有一个优秀的开源解决方案,即 **Peergos**。 -### Peergos: 一个带有迷你社交网络平台的点对点开源云存储服务 +### Peergos:一个带有迷你社交网络平台的点对点开源云存储服务 ![][2] -[Peergos][3] 不仅仅是 Google Drive 的一个普通替代品。也不仅仅是一个私人网络存储平台。 +[Peergos][3] 不仅仅是 Google 云端硬件的一个普通替代品,也不仅仅是一个私人网络存储平台。 -有了 Peergos,你会得到一个建立在 [IPFS协议][4](点对点)之上的端到端加密的私人网络空间。 - -使用这样的协议使它成为一个去中心化的存储平台,可以抵抗审查制度。 +有了 Peergos,你会得到一个建立在 [IPFS 协议][4](点对点)之上的端到端加密的私人网络空间。使用这样的协议使它成为一个去中心化的存储平台。 不仅限于其安全/隐私,你还可以使用新闻源在平台上与你的朋友进行社交。 例如,你上传照片并与你的朋友分享,其他用户(你的朋友)可以在他们的新闻源中看到它们,并像社交媒体平台一样互动。 -你还可以添加待办事项,组织一个日历,并根据需要与合作者/朋友分享。 +你还可以添加待办事项,组织日历,并根据需要与合作者/朋友分享。 换句话说,你也可以把 Pergos 视为 [Nextcloud][5] 在某种程度上的替代品。 @@ -53,22 +51,20 @@ Google Drive 是最受欢迎的云存储服务之一。 * 端对端加密存储。 * 能够分享你的照片、视频和文件。 * 如果需要,生成链接让其他用户下载你的文件。 - * 保持你的活动隐私,不记录你的使用情况。 + * 保持你的活动私密,不记录你的使用情况。 * 你可以自我托管 Peergos,让你完全控制。 - * 私人元数据,保持你的联系人列表、文件大小、目录结构和其他信息的隐蔽性。 + * 私有元数据,保持你的联系人列表、文件大小、目录结构和其他信息的隐蔽性。 * 提供一个去中心化的存储,你可以无缝访问。 - * 开源并经过审计。 + * 开源,并经过审计。 * 社交媒体网络能力。 * 待办事项列表和任务管理。 * 协作功能。 * 支持 Markdown。 * 查看 PDF 文件的能力。 * 访问日历,创建和组织事件。 - * 网站目录,如果你自我托管,可以使用个性化的 URL 或本地端口访问。 + * 网站目录,如果你自行托管,可以使用个性化的 URL 或本地端口访问。 - - -Peergos 是一个功能丰富的产品,可以让你存储你的文件,而不用担心信任公司的问题。 +Peergos 是一个功能丰富的产品,可以让你存储你的文件,而不用担心对公司的信任问题。 虽然它不是完全匿名的,但 Pergos 作为一项服务不会记录你的任何信息。 @@ -76,7 +72,7 @@ Peergos 是一个功能丰富的产品,可以让你存储你的文件,而不 ### 开始使用 Pergos -你需要[注册][7](云选项)或按照其 [GitHub 页面][8]中的说明自行托管它。 +你需要 [注册][7](云选项)或按照其 [GitHub 页面][8] 中的说明自行托管它。 ![][9] @@ -90,17 +86,17 @@ Peergos 是一个功能丰富的产品,可以让你存储你的文件,而不 ![][11] -它支持黑暗模式,所以你可以随时切换它。可用的共享选项应该足以满足各种合作的需要。 +它支持深色模式,所以你可以随时切换它。可用的共享选项应该足以满足各种合作的需要。 使用组来控制对共享文件的访问是一个有趣的想法。 ![][12] -[Peergos][3] +> - 访问 [Peergos][3] -### 最后的想法 +### 总结 -Peergos 是一个独特的产品,你可以自行托管。它是开源的,并为隐私爱好者提供了所有的好东西来存储文件和安全地进行合作。 +Peergos 是一个独特的产品,你可以自行托管。它是开源的,并为隐私爱好者提供了所有好东西来存储文件和安全地进行合作。 云服务可能因其免费存储空间少而不具吸引力。但是,如果你真的喜欢这个概念,你可以选择升级到一个具有更多存储空间的高级计划。 @@ -113,7 +109,7 @@ via: https://itsfoss.com/peergos/ 作者:[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/) 荣誉推出