diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-06-04 16:56:09 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-06-10 12:03:17 +0200 |
| commit | f8b3b49d34a55c2b321a4b12bbfedd612c6e5ede (patch) | |
| tree | 53f5f94b331f20fc5f463c4cd5286d6e37e0ea13 | |
| parent | 3ff6982b2b162e3d955040100c967f347cdd850b (diff) | |
Fix README structure
| -rw-r--r-- | .markdownlint.json | 4 | ||||
| -rw-r--r-- | Debian.md | 32 | ||||
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | TailOS.md | 33 |
4 files changed, 44 insertions, 34 deletions
diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..02b6ee2 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,4 @@ +{ + "default": true, + "MD033": false +} @@ -1,35 +1,3 @@ -# TailsOS -## GPG restore smart key -```bash -zbarcam -1 --raw > key.asc -gpg --import key.asc -gpg --edit-key --expert <key_id> -gpg> trust -gpg> keytocard -Really move the primary key? (y/N) y -Please select where to store the key: - (1) Signature key - (3) Authentication key -Your selection? 1 -... -gpg> key 1 -gpg> keytocard -Please select where to store the key: - (2) Encryption key -Your selection? 2 -... -gpg> key 1 -gpg> key 2 -gpg> keytocard -Please select where to store the key: - (3) Authentication key -Your selection? 3 -... - -gpg> quit -Save changes? (y/N) y -``` - # ParrotOS ```bash # Allow ssh into the machine @@ -1,2 +1,7 @@ -[MacOS](./MacOS.md)<br/> -[Debian](./Debian.md)<br/> +# RC: [RUNCOM](https://en.wikipedia.org/wiki/RUNCOM) + +Various RC configurations for different distros: + +- [MacOS](./MacOS.md)<br> +- [TailOS](./TailOS.md)<br> +- [Debian](./Debian.md)<br> diff --git a/TailOS.md b/TailOS.md new file mode 100644 index 0000000..4989887 --- /dev/null +++ b/TailOS.md @@ -0,0 +1,33 @@ +# TailsOS + +## GPG restore smart key + +```bash +$ zbarcam -1 --raw > key.asc +$ gpg --import key.asc +$ gpg --edit-key --expert <key_id> +gpg> trust +gpg> keytocard +Really move the primary key? (y/N) y +Please select where to store the key: + (1) Signature key + (3) Authentication key +Your selection? 1 +... +gpg> key 1 +gpg> keytocard +Please select where to store the key: + (2) Encryption key +Your selection? 2 +... +gpg> key 1 +gpg> key 2 +gpg> keytocard +Please select where to store the key: + (3) Authentication key +Your selection? 3 +... + +gpg> quit +Save changes? (y/N) y +``` |
