mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
translated
This commit is contained in:
parent
05e67a8a9d
commit
b924a3374a
@ -1,118 +0,0 @@
|
||||
[#]: subject: "Metadata Cleaner: Remove Your Traces From Pictures and Documents in Linux"
|
||||
[#]: via: "https://itsfoss.com/metadata-cleaner/"
|
||||
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Metadata Cleaner: Remove Your Traces From Pictures and Documents in Linux
|
||||
======
|
||||
|
||||
**Brief:** _Getting rid of the metadata is essential for enhanced privacy. Metadata Cleaner is an open-source application for Linux that helps you do that. Let’s explore more here._
|
||||
|
||||
Metadata exists everywhere, whether it is a document, a message, pictures, or other file types.
|
||||
|
||||
You can easily access the metadata when you inspect the properties of a file.
|
||||
|
||||
However, users do not often focus on eliminating or getting rid of the metadata before sharing files. Mainly because they may not be aware of simple tools that make the task easier.
|
||||
|
||||
Metadata Cleaner is one such tool available for Linux users.
|
||||
|
||||
### Metadata Cleaner: Get Rid of Your Metadata Easily
|
||||
|
||||
![][1]
|
||||
|
||||
Metadata Cleaner helps you remove traces of your information associated with the metadata. It utilizes [mat2][2] to remove the metadata.
|
||||
|
||||
In other words, you can assume the GUI as the front-end to mat2.
|
||||
|
||||
For instance, a picture includes information on the location it was taken, the camera used, lens information, and more.
|
||||
|
||||
While it could be helpful information for some, you need to remove the metadata if you want to keep all the details private.
|
||||
|
||||
The same goes for documents as well. Removing metadata ensures improved privacy, whether for your business or personal use.
|
||||
|
||||
You have to add the target files and process them using the Metadata Cleaner to get them cleaned.
|
||||
|
||||
**Note**: _You must keep a backup of your files before cleaning. Getting_ rid of your metadata may result in drastic changes to your file, _like being unable to select the text in a PDF file, compressing the image, etc._
|
||||
|
||||
### Features of Metadata Cleaner
|
||||
|
||||
![][3]
|
||||
|
||||
Metadata Cleaner is a simple tool with some useful functionalities. Let me mention the key highlights for it below:
|
||||
|
||||
* Ability to add multiple files to clean.
|
||||
* Check the metadata information for each file added.
|
||||
* View the count of metadata information associated with each file added.
|
||||
* One-click cleaning with maximum possible metadata removal.
|
||||
* A lightweight cleaning mode is available not to affect the file significantly.
|
||||
* Keyboard shortcuts supported.
|
||||
* A new window can be created from within.
|
||||
* You can add an entire folder to process multiple files.
|
||||
|
||||
|
||||
|
||||
I started with generic screenshots, a few photos, and documents downloaded off the internet to test things out.
|
||||
|
||||
![][4]
|
||||
|
||||
As you can notice in the screenshot above, the PDF file contains much information about its origin.
|
||||
|
||||
This is just an example; similarly, if you want to share a PDF file with someone or the public and do not want others to see the information about its origin, you can clean your traces using Metadata Cleaner.
|
||||
|
||||
As mentioned earlier, if the files are important to you, ensure proper backup if the cleaning process affects the files in a way you didn’t want.
|
||||
|
||||
![][5]
|
||||
|
||||
You can also use its lightweight cleaning mode for minimal metadata removal without affecting the file.
|
||||
|
||||
For instance, I used the standard cleaning method with a sample PDF, and here’s what it looks like:
|
||||
|
||||
![][6]
|
||||
|
||||
Similarly, you will have most of the essential data removed when processing documents and pictures.
|
||||
|
||||
### Install Metadata Cleaner in Linux
|
||||
|
||||
Metadata Cleaner is available as a [Flatpak package][7]. So, you can install it on any Linux distribution considering you [set up Flatpak][8] or if you already have it enabled.
|
||||
|
||||
You can install it using the following command in the terminal (if you do not have software center integration):
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub fr.romainvigier.MetadataCleaner
|
||||
|
||||
```
|
||||
|
||||
You can head to its [website][9] or the [GitLab page][10] to explore more about it.
|
||||
|
||||
[Metadata Cleaner][9]
|
||||
|
||||
_Have you tried removing traces of your metadata before? What do you think of this tool? Let me know your thoughts in the comments below._
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/metadata-cleaner/
|
||||
|
||||
作者:[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://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner.jpg?resize=800%2C561&ssl=1
|
||||
[2]: https://0xacab.org/jvoisin/mat2
|
||||
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner-3.png?resize=800%2C592&ssl=1
|
||||
[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner-1.png?resize=800%2C592&ssl=1
|
||||
[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner-lightweight-mode.png?resize=800%2C199&ssl=1
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner-example.png?resize=800%2C326&ssl=1
|
||||
[7]: https://itsfoss.com/what-is-flatpak/
|
||||
[8]: https://itsfoss.com/flatpak-guide/
|
||||
[9]: https://metadatacleaner.romainvigier.fr/
|
||||
[10]: https://gitlab.com/rmnvgr/metadata-cleaner/
|
@ -0,0 +1,118 @@
|
||||
[#]: subject: "Metadata Cleaner: Remove Your Traces From Pictures and Documents in Linux"
|
||||
[#]: via: "https://itsfoss.com/metadata-cleaner/"
|
||||
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Metadata Cleaner:在 Linux 中清除你在图片和文件中的痕迹
|
||||
======
|
||||
|
||||
**简介:** _摆脱元数据对增强隐私至关重要。Metadata Cleaner 是一个开源的 Linux 应用,可以帮助你做到这一点。让我们在这里探讨更多。_
|
||||
|
||||
元数据无处不在,无论是文档、信息、图片还是其他文件类型。
|
||||
|
||||
当你检查一个文件的属性时,你可以很容易地访问元数据。
|
||||
|
||||
然而,用户在共享文件之前,往往不注重消除或摆脱元数据。主要是因为他们可能不知道有什么简单的工具可以使这项工作更容易。
|
||||
|
||||
Metadata Cleaner 就是这样一个供 Linux 用户使用的工具。
|
||||
|
||||
### Metadata Cleaner:轻松摆脱你的元数据
|
||||
|
||||
![][1]
|
||||
|
||||
Metadata Cleaner 帮助你删除与元数据相关的信息的痕迹。它利用 [mat2][2] 来删除元数据。
|
||||
|
||||
换句话说,你可以假设 GUI 是 mat2 的前端。
|
||||
|
||||
例如,一张照片包括拍摄地点、使用的相机、镜头信息等信息。
|
||||
|
||||
虽然这对某些人来说可能是有用的信息,但如果你想保持所有细节的私密性,你就需要删除元数据。
|
||||
|
||||
文件的情况也是如此。删除元数据可以确保提高隐私性,无论是对你的业务还是个人使用。
|
||||
|
||||
你必须添加目标文件,并使用 Metadata Cleaner 处理它们,使它们得到清理。
|
||||
|
||||
**注意**:_在清理之前,你必须保留一份文件的备份。摆脱你的元数据可能会导致你的文件发生剧烈的变化,比如无法选择 PDF 文件中的文本,压缩图片等_。
|
||||
|
||||
### Metadata Cleaner 的特性
|
||||
|
||||
![][3]
|
||||
|
||||
Metadata Cleaner 是一个简单的工具,具有一些有用的功能。让我在下面提到它的主要亮点:
|
||||
|
||||
* 能够添加多个文件进行清理。
|
||||
* 检查每个添加的文件的元数据信息。
|
||||
* 查看与每个添加的文件相关的元数据信息的数量。
|
||||
* 一键式清理,最大限度地去除元数据。
|
||||
* 有一个轻量级的清理模式,不会对文件造成很大影响。
|
||||
* 支持键盘快捷键。
|
||||
* 可以从内部创建一个新的窗口。
|
||||
* 你可以添加整个文件夹来处理多个文件。
|
||||
|
||||
|
||||
|
||||
我开始用一般的截图、几张照片和从网上下载的文件来测试。
|
||||
|
||||
![][4]
|
||||
|
||||
正如你在上面的截图中注意到的,PDF 文件包含了很多关于其来源的信息。
|
||||
|
||||
这只是一个例子。同样,如果你想与某人或公众分享一个 PDF 文件,不想让别人看到它的来源信息,你可以使用 Metadata Cleaner 清理你的踪迹。
|
||||
|
||||
如前所述,如果文件对你很重要,如果清理过程以你不希望的方式影响文件,请确保适当的备份。
|
||||
|
||||
![][5]
|
||||
|
||||
你也可以使用它的轻量级清理模式,在不影响文件的情况下进行最小的元数据清除。
|
||||
|
||||
例如,我对一个 PDF 样本使用了标准清理方法,下面是它的样子:
|
||||
|
||||
![][6]
|
||||
|
||||
同样,在处理文档和图片时,你会有大部分的基本数据被移除。
|
||||
|
||||
### 在 Linux 中安装 Metadata Cleaner
|
||||
|
||||
Metadata Cleaner 是以 [Flatpak 包][7]的形式提供的。因此,考虑到你[设置了 Flatpak][8]或者你已经启用了它,你可以在任何 Linux 发行版上安装它。
|
||||
|
||||
你可以在终端使用以下命令来安装它(如果你没有软件中心集成):
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub fr.romainvigier.MetadataCleaner
|
||||
|
||||
```
|
||||
|
||||
你可以到它的[网站][9]或 [GitLab 页面][10]去探索更多关于它的信息。
|
||||
|
||||
[Metadata Cleaner][9]
|
||||
|
||||
_你以前尝试过清除元数据的痕迹吗?你对这个工具有什么看法?请在下面的评论中告诉我你的想法。_
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/metadata-cleaner/
|
||||
|
||||
作者:[Ankush Das][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://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner.jpg?resize=800%2C561&ssl=1
|
||||
[2]: https://0xacab.org/jvoisin/mat2
|
||||
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner-3.png?resize=800%2C592&ssl=1
|
||||
[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner-1.png?resize=800%2C592&ssl=1
|
||||
[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner-lightweight-mode.png?resize=800%2C199&ssl=1
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/metadatacleaner-example.png?resize=800%2C326&ssl=1
|
||||
[7]: https://itsfoss.com/what-is-flatpak/
|
||||
[8]: https://itsfoss.com/flatpak-guide/
|
||||
[9]: https://metadatacleaner.romainvigier.fr/
|
||||
[10]: https://gitlab.com/rmnvgr/metadata-cleaner/
|
Loading…
Reference in New Issue
Block a user