Hi all
would you please suggest me, base on your experience (or opinon), a good - stable, secure and easy for a noob - remote desktop solution for me to admin my parents computer from overseas?
Many thanks!
Hi all
would you please suggest me, base on your experience (or opinon), a good - stable, secure and easy for a noob - remote desktop solution for me to admin my parents computer from overseas?
Many thanks!
On Wed, 15 Apr 2015 01:56:01 +0000, suseisnotdebian wrote:
> Hi all
> would you please suggest me, base on your experience (or opinon), a good
> - stable, secure and easy for a noob - remote desktop solution for me to
> admin my parents computer from overseas?
>
> Many thanks!
What operating system is on the remote computer?
Jim
ā
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C
I use NoMachine. Iāve tried RDP, VNC too but NoMachine is the one that faithfully reproduces the screen as it should. The others used to, but not any more (well, not for me).
Have a cruise here: https://www.nomachine.com/download/linux&id=1 and here https://www.nomachine.com/people
This is the proprietary version. Sometimes I get so frustrated with the fully Open Source versions that I have to use the proprietary, like when the remote screen is part out of view, or defaults to a window manager from the 20th century, or whatever.
Of course, you might like to try the Open Source versions first, or exclusively. Have a look at freenx maybe.
You did ask for an opinion *.
No doubt others will have less jaundiced advice for you (I hope).*
OOps I forgot this important link for FreeNX: https://en.opensuse.org/FreeNX
I use teamviewer for my remote connections. It does everything I need to do.
Both linux boxes, the one being administered with openSUSE (maybe Tumbleweed, not sure yet)
When the remote one is the one to be used by your parents, I see no reason whatsoever to use Tumbleweed. IMHO they need a rock stable system: a supported openSUSE release.
This is a bit off-topic, sorry.
I use Teamviewer10 on OpenSuse 13.2. Itās proprietary but free for non-commercial use and works well on a mixture of platforms (e.g. with Windows at the other end).
On 2015-04-15 09:06, hcvv wrote:
>
> suseisnotdebian;2704931 Wrote:
>> Both linux boxes, the one being administered with openSUSE (maybe
>> Tumbleweed, not sure yet)
> When the remote one is the one to be used by your parents, I see no
> reason whatsoever to use Tumbleweed. IMHO they need a rock stable
> system: a supported openSUSE release.
And I would use the long term support version, aka Evergreen, which
currently is 13.1.
ā
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 āBottleā (Minas Tirith))
On Wed, 15 Apr 2015 05:26:02 +0000, suseisnotdebian wrote:
> hendersj;2704923 Wrote:
>> On Wed, 15 Apr 2015 01:56:01 +0000, suseisnotdebian wrote:
>> What operating system is on the remote computer?
>>
>>
> Both linux boxes, the one being administered with openSUSE (maybe
> Tumbleweed, not sure yet)
If it were me, Iād set up an ssh connection between the two boxes, and
then tunnel VNC over it. Donāt run VNC over the 'net in the clear (itās
not encrypted), but you can add the x11vnc after connecting via ssh with
port forwarding, then connect to localhost:10 (or whatever) to connect to
the remote machine.
Jim
ā
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C
Thanks all!
Now Iāll take some time to evaluate pros and cons between VNC, NX (both free and proprietary) andā¦ well, I just discovered X2GO ! =)
It will take me a while also to try things out and let you know, sorry.
One of the values of nomachine are the iOS and android apps, but Iām not sure what they may come handy for yetā¦\
I am also copying here for further reference,
a nicely detailed post from oldcpu from the other thread.
It turns out my mother does not backup her data (to an external USB device) so this is something I need to setup. I am a continent away, so that adds a complication.
My plan is to buy a 1-TB USB drive over the internet, and have it shipped to her. I will then ask my sister (who lives in the same city as my mother) to unpack the USB drive, and plug it into my motherās PC. Then I will access my motherās PC remotely, and back up her /home to the USB drive. I have not decided if I will back up / .
I am still deliberating on what is the best backup app to use. I am leaning toward using the basic program ādarā but I have a learning curve to overcome first.
Some of my deliberations are on this thread, starting at post #15 : USB Drive Backup - Hardware - openSUSE Forums?
I have had not time to advance this the past two months due to illness, vacation, and visitors at our place (where they sleep in my computer room) for the past 6-weeks. It may be another couple of months before I obtain access to my computer room, so I can test some backup methods. Currently I only have access to my ultrabook.
My goal is by this summer to have a backup method in place, where I can remotely backup my motherās PC to an external USB drive that she plugs in to her PC.
If it were me, Iād set up an ssh connection between the two boxes, and then tunnel VNC over it. Donāt run VNC over the 'net in the clear (itās not encrypted), but you can add the x11vnc after connecting via ssh with port forwarding, then connect to localhost:10 (or whatever) to connect to the remote machine.
Indeed that is exactly what I do, following the advice/commands that Yaloki give me many years back.
I follow a very basic terminal way to launch vnc from my computer here in Europe (to remotely maintain my motherās PC in North America). Once vnc is launched, I have full GUI access to her desktop, and she can see everything that I do (which is what I want).
To be more precise, I use x11vnc all the time with my motherās PC. She is running openSUSE-13.1 in North America. I am running a mix of openSUSE-13.1 and 13.2 in Europe (dependant on the PC I am using). But the method I employ works on all (or a mix) of openSUSE-13.1 and 13.2 PCs. I have been using this identical technique since openSUSE-11.
To take over my motherās desktop in North America, I open two terminals on my desktop here in Europe.
In the first terminal on my PC here in Europe I type:
ssh -t -L 5900:localhost:5900 mothercpu@mothercpu.accessmyhome.net 'x11vnc -localhost -nolookup -nopw -display :0'
where mothercpu is my motherās openSUSE username, and where mothercpu.accessmyhome.net is mapped at dyndns to an IP address, and my motherās router constantly updates her IP address to dyndns. I have my motherās router setup to route any port #22 connection attempts to her PC. ā¦ Thus that command reaches her PC and I get prompted for a password which I enter. With correct password it then starts x11vnc on my motherās PC, and pipes it back to my PC via ssh. However it does not display it (yet). Since it is using ssh, all the data being transferred is encrypted (I believe).
In the second terminal on my desktop here in Europe I type (in order to display her desktop in North America) the following:
vncviewer -encodings "tight copyrect hextile" localhost:0
That immediately opens up a session of her desktop (in North America) on my PC here in Europe. My mother can see me move her mouse and can see me do everything on her PC (which is what I want).
yaloki (who was on the openSUSE board and for a long time one of the main openSUSE 3rd party RPM packagers (before he āretiredā)) taught me this technique many years ago ā¦ (and I think he would still be a bit amused if he were to find out that I still find it essential for helping my 89+ year old mother on her openSUSE GNU/Linux PC).
.
On Thu, 16 Apr 2015 08:56:01 +0000, oldcpu wrote:
> I am still deliberating on what is the best backup app to use. I am
> leaning toward using the basic program ādarā but I have a learning curve
> to overcome first.
dar is pretty good - I have used it myself. But if the new drive is
larger than the old, why not just sync with rsync?
Jim
ā
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C
On Thu, 16 Apr 2015 08:56:01 +0000, oldcpu wrote:
> I am still deliberating on what is the best backup app to use. I am
> leaning toward using the basic program ādarā but I have a learning curve
> to overcome first.dar is pretty good - I have used it myself. But if the new drive is
larger than the old, why not just sync with rsync?Jim
ā
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C
And this uses a combination of rsync and cp -al. This enables you to keep several copies through time without taking to much disk space because files that stayed the same are linked.
rsync-based backup utility
if the new drive is larger than the old, why not just sync with rsync?
Why ?
I have not not looked at backups since February. But I remember from February that the plethora of confusing documentation on rsync turned me off wrt it. I wanted to backup /home and likely / such that if my mother had a problem with her hard drive and the operating system would not boot, I could have my sister boot the PC to a liveCD/DVD (such as knoppix) and boot to the liveCD, have her run the appropriate command in knoppix to give me remote access to the PC, I would then enter the PC remotely (with me a continent away), have my sister plug in the External USB drive into the remote PC, and I would recover the / and /home on the remote PC from the external drive .
I found ādarā guides explaining enough that I think I could do that (once I learn some more about dar and practise locally a few times). One does not need to reformat the NTFS external drive.
But with rsync the documentation was and is confusing. The guides starting giving reasons why not to back up / (rather than give me a guide for root backup, I instead could only find article after artcle claiming its too easy/quick to install the OS again and that only data needs to be backed up - >:( - sure thats ok if one is in front of the PC, but I will be > 7000km away ).
I could not find a good simple rsync guide that covered all necessary aspects for the specific external USB drive backup I had in mind (ie / and / home partitions but not touch other partitions on the PC). I could find dar guides. Odd tidbits of rsync here and there, given I was coming from zero knowledge did not help me.
So right or wrong ā¦ its my lack of knowledge and inability to find an appropriate guide. That is why. ā¦ But I am still months away from having the duration of access to my desktop PCs so to try/test this properly.
.
I use luckybackup GUI front to rsync and it is dead easy. Rsync is fast after first backup since only changed files get copied. Dar and a GUI front end are fine but what you get are compressed images (tar.zip) files Which is fine for burning DVD or CD backup media. You can also do incremental but you end up with an ever expanding set of files that become harder to restore over time. With an rsync solution the backup set never exceeds the original.
Why ?
That was my reaction. I would use ādarā. It is easy to use. The backups can be on NTFS.
The one advantage of ārsyncā is that it is easier to get back individual files. But if you donāt do that very often, and are mainly concerned about a failed disk, then ādarā seems to be the tool.
One caution, though. Backup disks can also fail. So there might be an advantage in having two backup disks and alternating between them. I am currently liking those portable disks that are powered by the USB port, so are easy to connect.
On 2015-04-16 22:56, oldcpu wrote:
> I found ādarā guides explaining enough that I think I could do that
> (once I learn some more about dar and practise locally a few times). One
> does not need to reformat the NTFS external drive.
Thatās important: with rsync the drive should have a Linux filesystem;
otherwise, permissions and attributes are not kept.
I donāt see rsync appropriate a full system recovery. Howeverā¦ for
/home recovery, yes. After you get the system up and connected (without
home). So not for your situation.
ā
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 āBottleā (Minas Tirith))
On 2015-04-16 23:26, nrickert wrote:
> I am
> currently liking those portable disks that are powered by the USB port,
> so are easy to connect.
I donātā¦ sometimes they donāt get enough power to spin up.
ā
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 āBottleā (Minas Tirith))