IT/Software/Kubuntu/Vaults: Difference between revisions
Jump to navigation
Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (Created page with "This is now part of KDE since Plasma 5.11. You cannot necessarily create or password protect folder directly by right clicking on a folder in Dolphin. There is a 3 step pro...") |
Walttheboss (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
** Link to it so that it is visible from Home | ** Link to it so that it is visible from Home | ||
** | ** | ||
<code>ln -s path/to/real/thing nameOfLink </code> |
Revision as of 13:45, 28 January 2021
This is now part of KDE since Plasma 5.11.
You cannot necessarily create or password protect folder directly by right clicking on a folder in Dolphin.
There is a 3 step process but it is dangerously secure. here is some help
- Create a Vault using the Applet
- It is usually part of the default panel
- Never forget the password or you are hosed!
- Now the folder Vaults will appear in /Home
- Create folders inside of there.
- Open and close it from the vault icon.
- Linking to vaults is handy.
- for example you want studentRecords to be encrypted.
- Create the Vault and the studentRecords folder in the vault
- Link to it so that it is visible from Home
ln -s path/to/real/thing nameOfLink