> :memo: **NOTE**
>
> Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
> :bulb: **TIP**
-Install from bootable USB drive
- Set up new user
- Unable to proceed without signing in to Microsoft
- New user has autogenerated username
- Create admin user (local account)
- Delete original user account
- Create a new local user account and specify the username
nomi
- Delete admin account
For developers using git with sensitive data who need better security than just a private repository. Here's a guide to transparent git encryption with git-crypt that ensures data-at-rest and data-in-transit encryption. Perfect for use with note taking apps like Obsidian and Logseq.
- Transparent encryption: Files are automatically encrypted when pushed, decrypted when pulled
- Selective encryption: Choose which files or directories to encrypt
- Cloud-provider agnostic: Works with any git host (GitHub, GitLab, Bitbucket, etc.)
- Perfect for note-taking apps: Seamlessly encrypt Obsidian vaults, Logseq graphs, or any markdown-based notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_size = 2 | |
indent_style = space | |
insert_final_newline = true | |
max_line_length = 79 | |
trim_trailing_whitespace = true | |
[*.py] |
OlderNewer