Home
» LINUX
»
Как управлять тайниками Encfs в Linux
Как управлять тайниками Encfs в Linux
Управлять тайниками EncFS в Linux очень просто благодаря Gnome EncFS Manager. После установки он дает пользователям простой для понимания пользовательский интерфейс, который позволяет им быстро создавать зашифрованные архивы в любом месте на своем ПК с Linux. Чтобы использовать это программное обеспечение, вам необходимо использовать Ubuntu, Debian, Arch Linux, Fedora или OpenSUSE. Если вы не используете какую-либо из этих операционных систем, вам необходимо загрузить исходный код Gnome EncFS Manager и собрать все из исходников.
Установите Gnome EncFS Manager
Чтобы начать установку, откройте терминал и следуйте инструкциям, которые соответствуют вашему дистрибутиву Linux.
Ubuntu
В Ubuntu Gnome EncFS Manager можно установить через PPA. Откройте терминал и введите команду ниже, чтобы включить новый источник программного обеспечения.
sudo add-apt-репозиторий ppa: gencfsm
После добавления нового PPA в Ubuntu вам нужно будет запустить команду обновления. Выполнение команды обновления очень важно, потому что без нее Ubuntu не увидит новый источник программного обеспечения. Запустите apt update, чтобы обновить выбор программного обеспечения Ubuntu.
sudo apt update
Выполнение команды apt update покажет новые обновления программного обеспечения для Ubuntu. Не игнорируйте это! Вместо этого используйте команду apt upgrade, чтобы убедиться, что Ubuntu обновлена.
sudo apt upgrade -y
Когда все будет обновлено, не стесняйтесь использовать apt для установки Gnome EncFS Manager.
sudo apt установить gnome-encfs-manager
Необходимо удалить Gnome EncFS Manager? Попробуйте эту команду:
sudo apt удалить gnome-encfs-manager
Debian
Для установки Gnome EncFS Manager в Debian нет никакого модного PPA. К счастью, у разработчика есть доступные для загрузки пакеты. Официально есть поддержка Debian 7, 8 и 9. Для установки откройте окно терминала и используйте инструмент wget для загрузки пакетов.
Используя инструмент dpkg , установите загруженный пакет Debian на свой компьютер.
sudo dpkg -i gnome-encfs-manager_1.8.19 _ *. deb
Запуск инструмента dpkg должен быть всем, что вам нужно, чтобы получить Gnome EncFS Manager на Debian. Тем не менее, если возникают какие-либо проблемы с зависимостями, вам необходимо их исправить.
sudo apt-get install -f
Arch Linux
Gnome EncFS Manager доступен пользователям Arch Linux через AUR . Чтобы начать установку, откройте терминал и используйте инструмент пакета Pacman для синхронизации последней версии пакета Git.
sudo pacman -S git
Теперь, когда Git работает с Arch Linux, используйте его, чтобы загрузить последний снимок пакета pkgbuild Gnome EncFS Manager .
Используя компакт-диск , переместите терминал в только что клонированную папку gnome - encfs-manager-bin .
компакт-диск gnome-encfs-manager-bin
Внутри gnome-encfs-manager-bin запустите процесс создания пакета, выполнив команду makepkg .
Note: running makepkg should automatically install any necessary dependency files. However, sometimes things break. If some dependencies don’t install, you’ll need to fix it manually. Go to the official page here to find the required dependency files that are necessary to run the program.
makepkg -si
Fedora
The latest version of Gnome EncFS Manager is available for Fedora 26, which is an old version. However, there shouldn’t be too much difficulty running this package on Fedora 27 and 28. If, for some reason, the package doesn’t work right on your release, consider skipping the Fedora-specific instructions in favor of building this program from source.
To install the program, open up a terminal and use the DNF installation tool to get it working.
Gnome EncFS Manager’s source code is automatically built in the OBS, which is OpenSUSE technology. For this reason, there are packages available for all current versions of OpenSUSE. To install Gnome EncFS Manager on any of them, go to this page, select your Suse release and click the “install” button.
Using Gnome EncFS Manager
Create a new EncFS stash in the Gnome EncFS Manager by clicking “Manager” menu, then “Create or import stash.”
During the creation process, you’ll be asked to specify the directory (or drive) to create a stash in. The default location is “.Private”, which works for most cases. However, if you dislike the default location, it’s easy to change: check the button below the default option, then click the browse button.
Clicking the browse icon will bring up an open file dialog box. Using this dialog box, browse for the folder you’d like to turn into an EncFS stash.
Skip over the “mount” option and move on to the password section.
In the password box, write a secure and memorable password, and click the “create” button to make the stash.
Accessing Stashes
When a new EncFS stash is created, the Gnome EncFS tool will automatically mount it. Users can access this stash as a device in the file manager, and it will appear as if it’s just a hard drive.
To lock files away, click on the device in your file manager and place files and folders into it.
Users can access created stashes at any time by opening Gnome EncFS Manager, and checking the box that says “mounted.”
Unmounting Stashes
Unmounting an EncFS stash within Gnome EncFS Manager is done by de-selecting the check-box next to any stash that says “mounted.” Alternatively, close Gnome EncFS Manager to automatically umount all stashes.