1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.ko/linux/xfreerdp.md
코드싸이 193c0fe90a
zic: add Korean translation, linux/x*: add Korean translation (#14757)
* linux/x*: add Korean translation

* linux/zic: add Korean translation
2024-11-10 16:44:04 +09:00

996 B

xfreerdp

Free Remote Desktop Protocol 구현체. 더 많은 정보: https://www.freerdp.com.

  • FreeRDP 서버에 연결:

xfreerdp /u:{{사용자명}} /p:{{비밀번호}} /v:{{IP_주소}}

  • FreeRDP 서버에 연결하고 sys:alsa 장치를 사용하여 오디오 출력 리디렉션 활성화:

xfreerdp /u:{{사용자명}} /p:{{비밀번호}} /v:{{IP_주소}} /sound:{{sys:alsa}}

  • 동적 해상도로 FreeRDP 서버에 연결:

xfreerdp /v:{{IP_주소}} /u:{{사용자명}} /p:{{비밀번호}} /dynamic-resolution

  • 클립보드 리디렉션과 함께 FreeRDP 서버에 연결:

xfreerdp /v:{{IP_주소}} /u:{{사용자명}} /p:{{비밀번호}} +clipboard

  • 인증서를 무시하고 FreeRDP 서버에 연결:

xfreerdp /v:{{IP_주소}} /u:{{사용자명}} /p:{{비밀번호}} /cert:ignore

  • 공유 디렉토리와 함께 FreeRDP 서버에 연결:

xfreerdp /v:{{IP_주소}} /u:{{사용자명}} /p:{{비밀번호}} /drive:{{경로/대상/폴더}},{{공유_이름}}