mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 09:27:17 +03:00
13 lines
424 B
Markdown
13 lines
424 B
Markdown
|
---
|
|||
|
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
|
|||
|
```
|