Results 1 to 8 of 8

Thread: RDP style workflow holding me back

  1. #1
    Join Date
    Mar 2017
    Beans
    1

    RDP style workflow holding me back

    Hi,

    I'd love to switch to Linux/Ubuntu but there is one thing holding me back This really pains me because I want to move off Windows really badly.

    I've got an Android App and a Website that I've built as a hobby on the side. It is a real labour of love.

    I have a desktop machine running Windows 10. I have Android Studio, Netbeans, GIMP, MySQL Workbench. I decided to go open source with the tools to ensure that if I wanted to I could swap to another operating system. The windows feature I've used since Windows XP Pro is the ability to RDP on to my desktop machine. I can keep working where I left off, my session is redirected to a remote machine (laptop). The geometry of the desktop will resize and all the applications will also resize as well. It's really elegant as my laptop's resolution is pretty poor compared to the dual monitor setup I've got on my desktop machine.

    But... I've been unable to find something almost identical. I've looked at VNC with screen scraping, it didn't really perform well. Any ideas?

    Thanks,

    - Paul

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: RDP style workflow holding me back

    Use NX protocol. The most popular and easiest to setup is x2go. Before you touch that, setup ssh between the client and server first. Until ssh is working, x2go will not work.

    On all Unix systems, ssh is a way of life. Learn the main 50 things it can do to get the most out of it.

    For x2go, you'll want to use THEIR PPA for the server-side install. Also, follow their install/setup instructions - there is more to it than just install --> run, but it isn't hard. On Windows clients, be certain to install the extra fonts.

    BTW, I've been using x2go and other NX methods to access my primary Linux desktop from anywhere in the world from either a Windows or Linux client machine since 2011-ish. My primary desktop doesn't actually have any GPU or monitor connected - it is only available this way or via direct ssh (which it how I use it most efficiently when traveling).
    Last edited by TheFu; March 24th, 2017 at 02:50 PM.

  3. #3
    Join Date
    Jun 2014
    Location
    FarFarAway
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: RDP style workflow holding me back

    You can use TeamViewer. It has settings to match resolution. And also, it has decent mobile app as well. So if you want to go at it from a tablet, you can.

  4. #4
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: RDP style workflow holding me back

    The issue with trusting 3rd parties is that you have to trust their security.
    TeamViewer confirms number of abused user accounts is ...

    For many people, this is fine.

    ssh has had issues too, mainly on debian/ubuntu systems, so rolling your own isn't 100%. Even if you'd done all the right stuff, there was a flaw in the ssh implementation because someone who saw code doing something that appeared to be worthless decided to remove it. That issue was cause, IMHO, due to poor code commenting of the block. The guy who originally coded it should have done better. I say this as someone with 15+ yrs as a professional software developer. The next guy shouldn't have to guess what a block of code does.

    Anyway, there are lots of choices. There are probably faster VNC solutions than you attempted, plus there is SPICE for remote desktops at wire speed. Don't think SPICE fits your needs, since it is for virtual machine. https://www.spice-space.org/ I've seen someone running autoCAD via SPICE inside a VM. It was impressive.

  5. #5
    Join Date
    Jun 2014
    Location
    FarFarAway
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: RDP style workflow holding me back

    @TheFu.
    True. TeamViewer has had problem. But it's the nature of the beast. No code is unbreakable. Having said that, TeamViewer is commercial grade software and I think it very likely that they have/ will take steps to make it better.
    Anyways, not trying to get into argument. It was just suggestion based on OP's requirements. I have no personal / financial interest in TeamViewer.

    Cheers,

  6. #6
    Join Date
    Oct 2006
    Beans
    58,286

    Re: RDP style workflow holding me back

    Quote Originally Posted by sp40140 View Post
    Having said that, TeamViewer is commercial grade software and I think it very likely that they have/ will take steps to make it better.
    Yes, I'm sure they will. However as the thrust of the article linked to is more about user and other third party security measures rather than their own, it'll be a tough nut to crack

  7. #7
    Join Date
    Jun 2014
    Location
    FarFarAway
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: RDP style workflow holding me back

    We can have never ending conversation about this. And it would be really off topic.
    Anyways this is OP's call to make as to which software to use.

    Cheers & beers

  8. #8
    Join Date
    Jun 2014
    Location
    FarFarAway
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: RDP style workflow holding me back

    Week old thread but I recently came across this thing which just might be what you are looking for:
    https://xpra.org

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •