Create rdg-from-linux.md

This commit is contained in:
Руслан 2023-10-16 23:06:41 +06:00 committed by GitHub
parent fe8efa486a
commit b2e471e037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
---
title: Подключение через RDG с GNU/Lunux
description: wlfreerdp/xfreerdp
date: 2023-10-16T23:06:00+05:00
tags: [linux, windows]
---
## Подключение
Если используешь иксы, то вместо `wlfreerdp` пиши `xfreerdp`:
```bash
wlfreerdp /gu:<username> /u:<username> /gp:<password> /p:<password> /v:<vm-fqdn> /g:<rdg-fqdnd> /sound /microphone:sys:alsa,dev:hw:0,0 /f
```