On 11/9/2013 11:51 AM, Carlos E. R. wrote:
On 2013-11-09 20:02, Ted Byers wrote:
My needs seem, on the face of it, rather simple: something like Dolphin, so I can easily find files; a programmer's editor, like Emacs, &c., oh, and of late, KOrganizer. If all the machines were Windows, I'd be using RDP, but I don't know if RDP even exists in th eUnix world.
IMO, ssh on a local network is fast enough. Of course, the more graphic enhancements the apps use, the slower they are. And if you have a gigabit network, it is faster.
For example, you could use a local editor to edit remote files, sharing the remote folder via nfs. On the other hand, text tools such as gcc work equally fast over ssh.
If you are using a windows client, don't use nfs. CIFS/samba on your server will get you near line-speeds with a 1Gb connection (125MB writes, 119MB/s reads were my top end) With a 10Gb, the cpu's max out because smbfs/cifs is single threaded (one connection/user) and I'm only getting 300-500 depending on the phase of the moon (ok, depending on how windows feels that day and what new patches MS has sent down the line). Today: /h> iotest R:512+0 records in 512+0 records out 4294967296 bytes (4.3 GB) copied, 8.71795 s, 493 MB/s W:512+0 records in 512+0 records out 4294967296 bytes (4.3 GB) copied, 9.59279 s, 448 MB/s --- See now yesturday, I couldn't break the low 300's for no reason I could detect... hmmmmmmmm... weird. (above was using "dd" under cygin).. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org