Re: RDP

2021-01-03 Thread Hans
with LXDE, but also plasma5 is running usable (in plasma5 the screen ios sometimes a little bit flickering, when hoovering with the mouse). For VNC and RDP , remmina is also my choice, it is really faster than vncview or tightvnc (tried others, too) The EEEPC is also well usable, when running

Re: RDP

2021-01-03 Thread Nicholas Geovanis
On Sun, Jan 3, 2021, 6:58 AM Pòl Hallen wrote: > Hi folks :-) > sorry if question is semi-OT :) > > I need to "exhume" old hw to exclusive use it with remmina RDP client > what's the best way? A lightweight debian distro? > is there a specific free distro?

RDP

2021-01-03 Thread Pòl Hallen
Hi folks :-) sorry if question is semi-OT :) I need to "exhume" old hw to exclusive use it with remmina RDP client what's the best way? A lightweight debian distro? is there a specific free distro? or use something like puppy linux? thanks for help! -- Pol

Re: graphical session in LXC automatically started at boot and reachable via VNC/RDP/X2GO

2020-12-31 Thread Linux-Fan
Yvan Masson writes: [...] I glanced over /etc/vnc.conf and it seems communication can be easily secured with self-signed X509 certificate: this might be simpler to setup than SSH tunneling, especially with a Windows client. Has someone already tried that? Anyway, I will let you know. I d

Re: graphical session in LXC automatically started at boot and reachable via VNC/RDP/X2GO

2020-12-31 Thread Yvan Masson
, and then later someone can attach to this session with VNC/RDP/X2GO. It seems your script Linux-Fan starts a VNC server, but does it start a session in it? I did not mention it explicitly, because with the VNC server I am using (`tightvncserver`) does this automatically. The trick most

Re: graphical session in LXC automatically started at boot and reachable via VNC/RDP/X2GO

2020-12-30 Thread Linux-Fan
session with VNC/RDP/X2GO. It seems your script Linux-Fan starts a VNC server, but does it start a session in it? I did not mention it explicitly, because with the VNC server I am using (`tightvncserver`) does this automatically. The trick most important steps are as follows: * Prepare a

Re: graphical session in LXC automatically started at boot and reachable via VNC/RDP/X2GO

2020-12-30 Thread Yvan Masson
he container is mandatory. What I did not understand from your answers (sorry maybe I missed something) is how to start the graphical session automatically when the container starts, so that the software can be started and listening on the network, and then later someone can attach to this sessi

Re: graphical session in LXC automatically started at boot and reachable via VNC/RDP/X2GO

2020-12-29 Thread Linux-Fan
Yvan Masson writes: Hi list, I need to run a graphical software called Noethys that also listens on some TCP port. It: 1. needs to be reachable from the network during work hours 2. needs to be accessible remotely a few times per day, mainly by a Windows workstation on the LAN [...] I

Re: graphical session in LXC automatically started at boot and reachable via VNC/RDP/X2GO

2020-12-29 Thread Georgi Naplatanov
tdown the evening. > > Because of 1., the graphical session in the container and the software > must start automatically. Then, because of 2., this session must be > reachable by something like VNC/RDP/X2GO. > > I am facing the following difficulties/questions: > - running a

graphical session in LXC automatically started at boot and reachable via VNC/RDP/X2GO

2020-12-29 Thread Yvan Masson
start automatically. Then, because of 2., this session must be reachable by something like VNC/RDP/X2GO. I am facing the following difficulties/questions: - running a normal X11 server in a container does not work because it would need to access some special files in /dev/, so it needs extra

Re: strange behaviour with RDP clients connecting to Windows 10 machines

2019-06-14 Thread Alexander V. Makartsev
On 14.06.2019 17:41, Gary Dale wrote: > On 2019-06-14 3:45 a.m., Curt wrote: >> On 2019-06-14, john doe wrote: >>> Not realy an answer, depending on what you need vnc for, one >>> alternative >>> would be to use Cygwin as an ssh server on the Windows boxes. >> >> He might try removing ~/.config/fr

Re: strange behaviour with RDP clients connecting to Windows 10 machines

2019-06-14 Thread Gary Dale
On 2019-06-14 3:45 a.m., Curt wrote: On 2019-06-14, john doe wrote: Not realy an answer, depending on what you need vnc for, one alternative would be to use Cygwin as an ssh server on the Windows boxes. He might try removing ~/.config/freerdp/known_hosts (after backing it up) or commenting ou

Re: strange behaviour with RDP clients connecting to Windows 10 machines

2019-06-14 Thread Gary Dale
ows 10 "feature" that it doesn't allow VNC connections when the monitor is turned off (or not attached). I enabled Remote Desktop services on both machines and can connect to them when the monitor is off using RDP. However, even though I installed the same version of Windows 10/Pro on

Re: strange behaviour with RDP clients connecting to Windows 10 machines

2019-06-14 Thread Curt
On 2019-06-14, john doe wrote: > > Not realy an answer, depending on what you need vnc for, one alternative > would be to use Cygwin as an ssh server on the Windows boxes. He might try removing ~/.config/freerdp/known_hosts (after backing it up) or commenting out or deleting the offending host k

Re: strange behaviour with RDP clients connecting to Windows 10 machines

2019-06-13 Thread john doe
ature" that it doesn't allow VNC connections when the monitor is > turned off (or not attached). > > I enabled Remote Desktop services on both machines and can connect to > them when the monitor is off using RDP. However, even though I installed > the same version of Windows 10/Pro on

strange behaviour with RDP clients connecting to Windows 10 machines

2019-06-13 Thread Gary Dale
monitor is turned off (or not attached). I enabled Remote Desktop services on both machines and can connect to them when the monitor is off using RDP. However, even though I installed the same version of Windows 10/Pro on each, they behave differently. One was a long drawn out slug fest to get t

Re: HOWTO: Setup persistent RDP sessions

2017-11-07 Thread Hörmetjan Yiltiz
Nov 1, 2017 at 4:29 AM, deloptes wrote: > Hörmetjan Yiltiz wrote: > > > Seems like a very simple solution! Do you know if this works for RDP? And > > what runs that vnc-run.sh? Is it executed upon SSH login, VNC login, or > by > > the admin? > > The vnc-run.sh i

Re: HOWTO: Setup persistent RDP sessions

2017-11-01 Thread deloptes
Hörmetjan Yiltiz wrote: > Seems like a very simple solution! Do you know if this works for RDP? And > what runs that vnc-run.sh? Is it executed upon SSH login, VNC login, or by > the admin? The vnc-run.sh is my own script To automate it, you need to modify the script starting the sessi

Re: HOWTO: Setup persistent RDP sessions

2017-11-01 Thread Hörmetjan Yiltiz
Seems like a very simple solution! Do you know if this works for RDP? And what runs that vnc-run.sh? Is it executed upon SSH login, VNC login, or by the admin? On Tue, Oct 31, 2017, 03:27 deloptes wrote: > Hörmetjan Yiltiz wrote: > > > I would like to creates only one Xfce4 sessi

Re: HOWTO: Setup persistent RDP sessions

2017-10-31 Thread deloptes
Hörmetjan Yiltiz wrote: > I would like to creates only one Xfce4 session for Alice wherever she > connects to, however she connects to (any OS, any RDP client), until she > kills/terminates Xfce4-session herself, so she can always keep on previous > work. > > What is the simp

HOWTO: Setup persistent RDP sessions

2017-10-30 Thread Hörmetjan Yiltiz
Hey all, In an Debian server (running Debiwith XFCE4), I am running X11vnc as a RDP server so people can connect to it from using Windows Remote Desktop (either from Windows or OSX). My current configuration creates a new Xfce4 session for each client-server; if Alice connects to the server from

Re: Debian/Linux equivalent of RDP session / remote X11 session

2014-09-26 Thread Rusi Mody
On Monday, September 22, 2014 1:50:02 AM UTC+5:30, Paul van der Vlis wrote: > op 21-09-14 14:33, lee schreef: > > Hi, > > what's the Debian or Linux equivalent to MS Windows terminal server > > sessions through the remote desktop thing they have? > > I would like to be able to let a user work remot

Re: Debian/Linux equivalent of RDP session / remote X11 session

2014-09-22 Thread Joel Rees
2014/09/21 21:52 "lee" : > > Hi, > > what's the Debian or Linux equivalent to MS Windows terminal server > sessions through the remote desktop thing they have? > > I would like to be able to let a user work remotely in an X11 session > (preferably with fvwm, if I have to xfce, if it can't be avoide

Re: Debian/Linux equivalent of RDP session / remote X11 session

2014-09-22 Thread Rob Owens
- Original Message - > From: "lee" > > Hi, > > what's the Debian or Linux equivalent to MS Windows terminal server > sessions through the remote desktop thing they have? > > I would like to be able to let a user work remotely in an X11 session > (preferably with fvwm, if I have to xfce,

Re: Debian/Linux equivalent of RDP session / remote X11 session

2014-09-22 Thread Rob Owens
- Original Message - > From: "Joe" > > On Sun, 21 Sep 2014 14:33:53 +0200 > lee wrote: > > > Hi, > > > > what's the Debian or Linux equivalent to MS Windows terminal server > > sessions through the remote desktop thing they have? > > > > I would like to be able to let a user work remo

Re: Debian/Linux equivalent of RDP session / remote X11 session

2014-09-22 Thread Rob Owens
- Original Message - > From: "lee" > > John Hasler writes: > > > lee writes: > >> what's the Debian or Linux equivalent to MS Windows terminal server > >> sessions through the remote desktop thing they have? > > > >> I would like to be able to let a user work remotely in an X11 session

Re: Debian/Linux equivalent of RDP session / remote X11 session

2014-09-21 Thread Paul van der Vlis
op 21-09-14 14:33, lee schreef: > Hi, > > what's the Debian or Linux equivalent to MS Windows terminal server > sessions through the remote desktop thing they have? > > I would like to be able to let a user work remotely in an X11 session > (preferably with fvwm, if I have to xfce, if it can't be

Re: Debian/Linux equivalent of RDP session / remote X11 session

2014-09-21 Thread lee
John Hasler writes: > lee writes: >> what's the Debian or Linux equivalent to MS Windows terminal server >> sessions through the remote desktop thing they have? > >> I would like to be able to let a user work remotely in an X11 session >> (preferably with fvwm, if I have to xfce, if it can't be a

Re: Debian/Linux equivalent of RDP session / remote X11 session

2014-09-21 Thread John Hasler
lee writes: > what's the Debian or Linux equivalent to MS Windows terminal server > sessions through the remote desktop thing they have? > I would like to be able to let a user work remotely in an X11 session > (preferably with fvwm, if I have to xfce, if it can't be avoided gnome > --- KDE only c

Re: Debian/Linux equivalent of RDP session / remote X11 session

2014-09-21 Thread Joe
On Sun, 21 Sep 2014 14:33:53 +0200 lee wrote: > Hi, > > what's the Debian or Linux equivalent to MS Windows terminal server > sessions through the remote desktop thing they have? > > I would like to be able to let a user work remotely in an X11 session > (preferably with fvwm, if I have to xfce

Debian/Linux equivalent of RDP session / remote X11 session

2014-09-21 Thread lee
Hi, what's the Debian or Linux equivalent to MS Windows terminal server sessions through the remote desktop thing they have? I would like to be able to let a user work remotely in an X11 session (preferably with fvwm, if I have to xfce, if it can't be avoided gnome --- KDE only crashes in vncserv

Re: RDP hasn't working behind shorewall

2007-10-31 Thread Douglas A. Tutty
t; But I am facing following problem, > i.e. I use the RemoteDesktop through SONICWALL which has given to work. > (I think the sonicwall is run the RDP @ random port numbers) > > The sonic wall is allowing the RDP through https & some activeX controls. > > can any one suggest ho

RDP hasn't working behind shorewall

2007-10-31 Thread Thanigairajan
which has given to work. (I think the sonicwall is run the RDP @ random port numbers) The sonic wall is allowing the RDP through https & some activeX controls. can any one suggest how to solve this? -- Thanks & Regards MThanigairajan The Most Certain Way To Succeed Is To Try One More Tim