mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
translated
This commit is contained in:
parent
8094f4ea08
commit
9d533a237b
@ -1,118 +0,0 @@
|
|||||||
[#]: subject: "Fedora Linux Flatpak cool apps to try for August"
|
|
||||||
[#]: via: "https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-august/"
|
|
||||||
[#]: author: "Eduard Lucena https://fedoramagazine.org/author/x3mboy/"
|
|
||||||
[#]: collector: "lujun9972"
|
|
||||||
[#]: translator: "geekpi"
|
|
||||||
[#]: reviewer: " "
|
|
||||||
[#]: publisher: " "
|
|
||||||
[#]: url: " "
|
|
||||||
|
|
||||||
Fedora Linux Flatpak cool apps to try for August
|
|
||||||
======
|
|
||||||
|
|
||||||
![][1]
|
|
||||||
|
|
||||||
Photo by [Joanna Kosinska][2] on [Unsplash][3] [Edited]
|
|
||||||
|
|
||||||
This article introduces projects available in Flathub with installation instructions.
|
|
||||||
|
|
||||||
[Flathub][4] is the place to get and distribute apps for all of Linux. It is powered by Flatpak, allowing Flathub apps to run on almost any Linux distribution.
|
|
||||||
|
|
||||||
Please read “[Getting started with Flatpak][5]“. In order to enable flathub as your flatpak provider, use the instructions on the [flatpak site][6].
|
|
||||||
|
|
||||||
### Authenticator
|
|
||||||
|
|
||||||
[Authenticator][7] is a simple app that allows you to generate Two-Factor authentication codes. It has a very simple and elegant interface with support for a a lot of algorithms and methods. Some of its features are:
|
|
||||||
|
|
||||||
* Time-based/Counter-based/Steam methods support
|
|
||||||
* SHA-1/SHA-256/SHA-512 algorithms support
|
|
||||||
* QR code scanner using a camera or from a screenshot
|
|
||||||
* Lock the application with a password
|
|
||||||
* Backup/Restore from/into known applications like FreeOTP+, Aegis (encrypted / plain-text), andOTP, Google Authenticator
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
You can install “Authenticator” by clicking the install button on the site or manually using this command:
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
flatpak install flathub com.belmoussaoui.Authenticator
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### Secrets
|
|
||||||
|
|
||||||
[Secrets][8] is a password manager that integrates with GNOME. It’s easy to use and uses the KeyPass file format. Some of its features are:
|
|
||||||
|
|
||||||
* Supported Encryption Algorithms:
|
|
||||||
* AES 256-bit
|
|
||||||
* Twofish 256-bit
|
|
||||||
* ChaCha20 256-bit
|
|
||||||
* Supported Derivation algorithms:
|
|
||||||
* Argon2 KDBX4
|
|
||||||
* Argon2id KDBX4
|
|
||||||
* AES-KDF KDBX 3.1
|
|
||||||
* Create or import KeePass safes
|
|
||||||
* Add attachments to your encrypted database
|
|
||||||
* Generate cryptographically strong passwords
|
|
||||||
* Quickly search your favorite entries
|
|
||||||
* Automatic database lock during inactivity
|
|
||||||
* Support for two-factor authentication
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
You can install “Secrets” by clicking the install button on the site or manually using this command:
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
flatpak install flathub org.gnome.World.Secrets
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### Flatsweep
|
|
||||||
|
|
||||||
[Flatsweep][9] is a simple app to remove residual files after a flatpak is unistalled. It uses GTK4 and Libadwaita to provide a coherent user interface that integrates nicely with GNOME, but you can use it on any desktop environment.
|
|
||||||
|
|
||||||
You can install “Flatsweep” by clicking the install button on the site or manually using this command:
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
flatpak install flathub io.github.giantpinkrobots.flatsweep
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### Solanum
|
|
||||||
|
|
||||||
Solanum is a time tracking app that uses the [pomodoro technique][10]. It uses GTK4 and it’s interface integrates nicely with GNOME.
|
|
||||||
|
|
||||||
You can install “Solanum” by clicking the install button on the site or manually using this command:
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
flatpak install flathub org.gnome.Solanum
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
via: https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-august/
|
|
||||||
|
|
||||||
作者:[Eduard Lucena][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://fedoramagazine.org/author/x3mboy/
|
|
||||||
[b]: https://github.com/lujun9972
|
|
||||||
[1]: https://fedoramagazine.org/wp-content/uploads/2023/08/flatpak_cool_app_august-816x345.jpg
|
|
||||||
[2]: https://unsplash.com/@joannakosinska?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
|
|
||||||
[3]: https://unsplash.com/photos/mjC9apK53a8?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
|
|
||||||
[4]: https://flathub.org
|
|
||||||
[5]: https://fedoramagazine.org/getting-started-flatpak/
|
|
||||||
[6]: https://flatpak.org/setup/Fedora
|
|
||||||
[7]: https://flathub.org/apps/com.belmoussaoui.Authenticator
|
|
||||||
[8]: https://flathub.org/apps/org.gnome.World.Secrets
|
|
||||||
[9]: https://flathub.org/apps/io.github.giantpinkrobots.flatsweep
|
|
||||||
[10]: https://en.wikipedia.org/wiki/Pomodoro_Technique
|
|
@ -0,0 +1,117 @@
|
|||||||
|
[#]: subject: "Fedora Linux Flatpak cool apps to try for August"
|
||||||
|
[#]: via: "https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-august/"
|
||||||
|
[#]: author: "Eduard Lucena https://fedoramagazine.org/author/x3mboy/"
|
||||||
|
[#]: collector: "lujun9972"
|
||||||
|
[#]: translator: "geekpi"
|
||||||
|
[#]: reviewer: " "
|
||||||
|
[#]: publisher: " "
|
||||||
|
[#]: url: " "
|
||||||
|
|
||||||
|
Fedora Linux Flatpak 八月份值得尝试的酷炫应用
|
||||||
|
======
|
||||||
|
|
||||||
|
![][1]
|
||||||
|
|
||||||
|
照片由 [Joanna Kosinska][2] 在 [Unsplash][3] 上发布([已编辑])
|
||||||
|
|
||||||
|
本文介绍了 Flathub 中可用的项目以及安装说明。
|
||||||
|
|
||||||
|
[Flathub][4] 是获取和分发适用于所有 Linux 的应用的地方。它由 Flatpak 提供支持,允许 Flathub 应用在几乎任何 Linux 发行版上运行。
|
||||||
|
|
||||||
|
请阅读 “[Flatpak 入门][5]”。为了启用 flathub 作为你的 flatpak 提供商,请使用 [flatpak 站点][6]上的说明。
|
||||||
|
|
||||||
|
### Authenticator
|
||||||
|
|
||||||
|
[Authenticator][7] 是一个简单的应用,可让你生成双因素身份验证代码。它有一个非常简单和优雅的界面,支持很多算法和方法。它的一些特点是:
|
||||||
|
|
||||||
|
* 基于时间/基于计数器/Steam 方法支持
|
||||||
|
* SHA-1/SHA-256/SHA-512 算法支持
|
||||||
|
* 使用相机或截图扫描二维码
|
||||||
|
* 使用密码锁定应用
|
||||||
|
* 从已知应用备份/恢复到 FreeOTP+、Aegis(加密/纯文本)和 OTP、Google Authenticator
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
你可以通过单击站点上的安装按钮或手动使用以下命令来安装 “Authenticator”:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
flatpak install flathub com.belmoussaoui.Authenticator
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### Secrets
|
||||||
|
|
||||||
|
[Secrets][8] 是一个与 GNOME 集成的密码管理器。它易于使用并使用 KeyPass 文件格式。它的一些特点是:
|
||||||
|
|
||||||
|
* 支持的加密算法:
|
||||||
|
* AES 256 位
|
||||||
|
* Twofish 256 位
|
||||||
|
* ChaCha20 256 位
|
||||||
|
* 支持的衍生算法:
|
||||||
|
* Argon2 KDBX4
|
||||||
|
* Argon2id KDBX4
|
||||||
|
* AES-KDF KDBX 3.1
|
||||||
|
* 创建或导入 KeePass safe
|
||||||
|
* 将附件添加到你的加密数据库
|
||||||
|
* 生成高强度加密的密码
|
||||||
|
* 快速搜索你喜爱的条目
|
||||||
|
* 不活动时自动锁定数据库
|
||||||
|
* 支持双因素认证
|
||||||
|
|
||||||
|
|
||||||
|
你可以通过单击站点上的安装按钮或手动使用以下命令来安装 “Secrets”:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
flatpak install flathub org.gnome.World.Secrets
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### Flatsweep
|
||||||
|
|
||||||
|
[Flatsweep][9] 是一个简单的应用,用于在 Flatpak 卸载后删除残留文件。它使用 GTK4 和 Libadwaita 提供一致的用户界面,与 GNOME 很好地集成,但你可以在任何桌面环境中使用它。
|
||||||
|
|
||||||
|
你可以通过单击站点上的安装按钮或手动使用以下命令来安装 “Flatsweep”:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
flatpak install flathub io.github.giantpinkrobots.flatsweep
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### Solanum
|
||||||
|
|
||||||
|
Solanum 是一款使用[番茄工作法][10]的时间跟踪应用。它使用 GTK4,其界面与 GNOME 很好地集成。
|
||||||
|
|
||||||
|
你可以通过单击站点上的安装按钮或手动使用以下命令来安装 “Solanum”:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
flatpak install flathub org.gnome.Solanum
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
via: https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-august/
|
||||||
|
|
||||||
|
作者:[Eduard Lucena][a]
|
||||||
|
选题:[lujun9972][b]
|
||||||
|
译者:[geekpi](https://github.com/geekpi)
|
||||||
|
校对:[校对者ID](https://github.com/校对者ID)
|
||||||
|
|
||||||
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||||
|
|
||||||
|
[a]: https://fedoramagazine.org/author/x3mboy/
|
||||||
|
[b]: https://github.com/lujun9972
|
||||||
|
[1]: https://fedoramagazine.org/wp-content/uploads/2023/08/flatpak_cool_app_august-816x345.jpg
|
||||||
|
[2]: https://unsplash.com/@joannakosinska?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
|
||||||
|
[3]: https://unsplash.com/photos/mjC9apK53a8?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
|
||||||
|
[4]: https://flathub.org
|
||||||
|
[5]: https://fedoramagazine.org/getting-started-flatpak/
|
||||||
|
[6]: https://flatpak.org/setup/Fedora
|
||||||
|
[7]: https://flathub.org/apps/com.belmoussaoui.Authenticator
|
||||||
|
[8]: https://flathub.org/apps/org.gnome.World.Secrets
|
||||||
|
[9]: https://flathub.org/apps/io.github.giantpinkrobots.flatsweep
|
||||||
|
[10]: https://en.wikipedia.org/wiki/Pomodoro_Technique
|
Loading…
Reference in New Issue
Block a user