ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Hosted Linux Desktop

    IT Discussion
    5
    27
    3.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by scottalanmiller

      Depends on your needs, but unless you need something really specific, X2Go.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        VNC and RDP are popular options too. But neither is as powerful as NX, which X2Go uses.

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User
          last edited by

          Easy CentOS7 install?

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @A Former User
            last edited by

            @Aaron-Studer said:

            Easy CentOS7 install?

            I've not used it there, since CentOS is really not ideal as a desktop. I've only done it on Mint. It was easy there.

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User
              last edited by

              @scottalanmiller knowing what options C@C has, is there a better OS to be using?

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller
                last edited by

                Looks like CentOS 7 has it in the EPEL. So it is this simple if you've set up the EPEL (also needed for Fail2Ban)...

                yum install x2goserver
                
                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @A Former User
                  last edited by

                  @Aaron-Studer said:

                  @scottalanmiller knowing what options C@C has, is there a better OS to be using?

                  Ubuntu 14.04.2 switched to "normal" mode and updated to 14.10 would be the best option. Sadly there is no Fedora, OpenSuse or Mint options, all of which would be ideal for desktops.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller
                    last edited by

                    Ubuntu, of course, is nowhere near as easy as CentOS. As is the standard, Ubuntu is always a lot more work and less reliable.

                    To install add-apt-repository on Ubuntu 14.04:

                    sudo apt-get install software-properties-common
                    Once add-apt-repository is installed, run these commands:

                    sudo add-apt-repository ppa:x2go/stable
                    sudo apt-get update
                    sudo apt-get install x2goserver x2goserver-xsession

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User
                      last edited by

                      I'd think the performance wouldn't be too great with C@C

                      1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User
                        last edited by

                        @thecreativeone91 we will see 🙂

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller
                          last edited by

                          What instance size are you using?

                          1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User
                            last edited by

                            Dev2

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller
                              last edited by

                              Only 1GB of RAM for a desktop system? That's going to be seriously underpowered. Imagine using a local desktop with only 1GB of RAM! My seven year old machine has 6GB and that is underpowered. My laptop now is 16GB! I used more than 8GB on it all the time.

                              1 Reply Last reply Reply Quote 0
                              • ?
                                A Former User
                                last edited by

                                My desktop has 192GB of ram. But when I have laptops I only have 2-6GB of ram and it works no problem. The macbook pro (latest version) I had was only 4GB. It depends on what you do. With a Linux machine just for general use I can get away with 2GB of ram locally. Remote systems always need more than local unless they are shell only though.

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User
                                  last edited by

                                  I personally like centOS as a desktop over Ubuntu.

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @A Former User
                                    last edited by

                                    @thecreativeone91 said:

                                    My desktop has 192GB of ram. But when I have laptops I only have 2-6GB of ram and it works no problem. The macbook pro (latest version) I had was only 4GB. It depends on what you do. With a Linux machine just for general use I can get away with 2GB of ram locally. Remote systems always need more than local unless they are shell only though.

                                    Shouldn't require more memory, but no less memory. There's nothing really extra going on to require more memory for remote. A tiny bit more CPU, but only tiny.

                                    Lacking GPU, though, impacts you.

                                    ? 1 Reply Last reply Reply Quote 0
                                    • ?
                                      A Former User @scottalanmiller
                                      last edited by

                                      @scottalanmiller said:

                                      @thecreativeone91 said:

                                      My desktop has 192GB of ram. But when I have laptops I only have 2-6GB of ram and it works no problem. The macbook pro (latest version) I had was only 4GB. It depends on what you do. With a Linux machine just for general use I can get away with 2GB of ram locally. Remote systems always need more than local unless they are shell only though.

                                      Shouldn't require more memory, but no less memory. There's nothing really extra going on to require more memory for remote. A tiny bit more CPU, but only tiny.

                                      Lacking GPU, though, impacts you.

                                      Depends on which method you use to remote in. VNC is the most lighweight but, it can give the worst experience too (hence why I've never liked SPICE).

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • ?
                                        A Former User
                                        last edited by

                                        Also if you are using Ubuntu you might try using LXDE over GNOME on that setup.

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @A Former User
                                          last edited by

                                          @thecreativeone91 said:

                                          Depends on which method you use to remote in. VNC is the most lighweight but, it can give the worst experience too (hence why I've never liked SPICE).

                                          X is the lightest since it is in use already and everything else is layered on top of it. If you use pure X you have no system impact, but the protocol is not efficient, hence NX's popularity.

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @A Former User
                                            last edited by

                                            @thecreativeone91 said:

                                            Also if you are using Ubuntu you might try using LXDE over GNOME on that setup.

                                            Definitely. Ubuntu's Unity and Gnome desktops are pretty crappy. LXDE and Cinnamon are great.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post