Skip to content
#

remote-desktop

Here are 227 public repositories matching this topic...

silversword411
silversword411 commented Mar 22, 2022

Add to docs:

Clean install docker commands:

sudo docker-compose stop
(If TRMM is the only thing on this docker host you can use below commands)
sudo docker rm -f $(sudo docker ps -a -q)
sudo docker volume rm $(sudo docker volume ls -q)
sudo docker network prune

If you are running other things on the same host you will have to remove all the images and volumes manually. Once that is co

documentation good first issue
Dmitrii-I
Dmitrii-I commented Dec 8, 2015

The documentation on Debian 7 does not mention to which port, by default, the rdesktop connects to.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28947187-put-the-default-port-number-in-the-documentation?utm_campaign=plugin&utm_content=tracker%2F19353203&utm_medium=issues&utm_source=github)** We accept bounties via [Bounty
IPBan

For over 11 years, IPBan is the worlds most trusted security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Upgrade to IPBan Pro today and get a 50% discount. Learn more at ↓

  • Updated May 20, 2022
  • C#
totaam
totaam commented Jul 17, 2015

Issue migrated from trac ticket # 921

component: client | priority: major | keywords: win32

2015-07-17 08:48:48: totaam created the issue


This may help with testing and with things like #916, #917.

It shouldn't be too hard to make a simple win32 client using pywin32 + opengl.
Doing so would also help to ensure that the separation between the gtk client, ui clien

good first issue client win32

Improve this page

Add a description, image, and links to the remote-desktop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the remote-desktop topic, visit your repo's landing page and select "manage topics."

Learn more