chore(All Markdown Files): auto wrap text, fix typos

This commit is contained in:
Ryan Yin
2024-03-16 19:45:36 +08:00
parent 1e38f7bb09
commit 0eb83b22f0
79 changed files with 2477 additions and 2896 deletions

View File

@@ -3,4 +3,3 @@
1. `darwin`: macOS-specific configuration.
2. `nixos`: NixOS-specific configuration.
3. `base.nix`: Common configuration for both NixOS and Nix-Darwin.

View File

@@ -2,4 +2,5 @@
This directory contains the modules for [Nix-Darwin](https://github.com/LnL7/nix-darwin).
See [ryan4yin/nix-darwin-kickstarter](https://github.com/ryan4yin/nix-darwin-kickstarter) for a more detailed explanation.
See [ryan4yin/nix-darwin-kickstarter](https://github.com/ryan4yin/nix-darwin-kickstarter) for a more
detailed explanation.

View File

@@ -1,10 +1,13 @@
# Remote Desktop
1. **X11**: We have `xrdp` & `ssh -x` for remote desktop access, which works well for most use cases.
1. **X11**: We have `xrdp` & `ssh -x` for remote desktop access, which works well for most use
cases.
2. **Wayland**: (not tested)
1. `waypipe`: similar to `ssh -X`, transfer wayland data over a ssh connection.
2. [rustdesk](https://github.com/rustdesk/rustdesk): a remote desktop client/server written in rust.
1. confirmed broken currently: <https://www.reddit.com/r/rustdesk/comments/1912373/rustdesk_on_hyprland/>
3. [sunshine server](https://github.com/LizardByte/Sunshine) + [moonlight client](https://github.com/moonlight-stream): It's designed for game streaming, but it can be used for remote desktop as well.
1. broken currently: <https://github.com/LizardByte/Sunshine/pull/1977>
3. `waypipe`: similar to `ssh -X`, transfer wayland data over a ssh connection.
4. [rustdesk](https://github.com/rustdesk/rustdesk): a remote desktop client/server written in rust.
5. confirmed broken currently:
<https://www.reddit.com/r/rustdesk/comments/1912373/rustdesk_on_hyprland/>
6. [sunshine server](https://github.com/LizardByte/Sunshine) +
[moonlight client](https://github.com/moonlight-stream): It's designed for game streaming, but it
can be used for remote desktop as well.
7. broken currently: <https://github.com/LizardByte/Sunshine/pull/1977>