在 LUKS 中,只有文件被加密,而不是整个驱动器。
所以我的问题是,如果只加密文件,可以访问什么。例如:
文件路径或文件名是否可见?(例如:对于使用 ZipCrypto 的加密 ZIP 文件,我可以看到完整路径、文件名,这使得攻击成为可能)?
Linux 磁盘是否没有加密机制,例如逐页加密或任何其他机制,以便您无法读取任何内容?
在 LUKS 中,只有文件被加密,而不是整个驱动器。
所以我的问题是,如果只加密文件,可以访问什么。例如:
文件路径或文件名是否可见?(例如:对于使用 ZipCrypto 的加密 ZIP 文件,我可以看到完整路径、文件名,这使得攻击成为可能)?
Linux 磁盘是否没有加密机制,例如逐页加密或任何其他机制,以便您无法读取任何内容?
在 debian(或 raspbian)上,有时“测试”缺少软件包或依赖项,因为它仍在开发中,这与“稳定”不同,通常一切都是超级兼容/稳定的。
作为过去的解决方法,我短暂地切换回“稳定”以安装“测试”下不可用的某些缺失的东西,然后切换回源。
为什么不一直启用它们(两者)?安装/升级时除了可能不兼容之外还有其他缺点吗?
Debian 示例:
deb https://deb.debian.org/debian/ stable main contrib non-free non-free-firmware
deb https://deb.debian.org/debian/ stable-updates main contrib non-free non-free-firmware
deb https://security.debian.org/debian-security stable-security/updates main contrib non-free non-free-firmware
deb https://deb.debian.org/debian/ testing main contrib non-free non-free-firmware
deb https://deb.debian.org/debian/ testing-updates main contrib non-free non-free-firmware
deb https://security.debian.org/debian-security testing-security/updates main contrib non-free non-free-firmware
树莓派示例:
deb [ arch=armhf ] https://raspbian.raspberrypi.com/raspbian/ bookworm main contrib non-free rpi
deb [ arch=armhf ] https://raspbian.raspberrypi.com/raspbian/ testing main contrib non-free rpi
附:
通常全新安装的功能是不带 tls 的“http”,因此不是“https”。为什么是这样?
有没有办法在不删除 gnome 的情况下删除 libreoffice* ?
如果我输入sudo apt purge libreoffice*
它也会自动删除gnome
有针对这个的解决方法吗?