Posted: 6/26/2014 4:18:32 PM EDT
|
Quoted:
Linux is cool Quoted:
Quoted:
Love that screensaver. Used to run it 10 years ago when I though Linux was cool. Linux is cool Doesn't make me money. Linux is free (mostly). So is my MSDN subscription. I have spent plenty of time writing apps in Java and batch scripts for Linux. I much prefer C#. And please don't tell me I can run Visual Studio efficiently over Linux. |
| On the Windows side same thing except use RDP (fastest), VNC (middle of the road) or something like Teamviewer (slowest) to accomplish the same thing. Or, if you want to run phone, use Remaud. |
|
You might take a look at my post in this thread:
http://www.ar15.com/forums/t_10_22/673898_Operating_a_remote_station_over_the_Internet.html Mod's: maybe there should be a sticky thread for remote op's? This is the third relevant thread in a week. |
|
Quoted:
You might take a look at my post in this thread: http://www.ar15.com/forums/t_10_22/673898_Operating_a_remote_station_over_the_Internet.html Mod's: maybe there should be a sticky thread for remote op's? This is the third relevant thread in a week. Wow I remember that thread but I guess I stopped reading it before your write up. |
|
You can make it even more responsive if you change the SSH Cipher to arcfour128 or arcfour256. It's a more network efficient.
Add something like the following to your ~/.ssh/config (with the correct hostname/ip substituted) Host my.remotemachine.com Ciphers arcfour256, arcfour128 Also, if you use -C in addition to -X when you ssh, then ssh will compress the packet data prior to encrypting and putting it on the wire. This is only good if you're connecting to a machine with enough processor overhead so that the further compression doesn't slow anything down. It's not a good option if you're connection to a pi, for example. |
|
Quoted:
You can make it even more responsive if you change the SSH Cipher to arcfour128 or arcfour256. It's a more network efficient. Add something like the following to your ~/.ssh/config (with the correct hostname/ip substituted) Also, if you use -C in addition to -X when you ssh, then ssh will compress the packet data prior to encrypting and putting it on the wire. This is only good if you're connecting to a machine with enough processor overhead so that the further compression doesn't slow anything down. It's not a good option if you're connection to a pi, for example. Quoted:
You can make it even more responsive if you change the SSH Cipher to arcfour128 or arcfour256. It's a more network efficient. Add something like the following to your ~/.ssh/config (with the correct hostname/ip substituted) Host my.remotemachine.com Ciphers arcfour256, arcfour128 Also, if you use -C in addition to -X when you ssh, then ssh will compress the packet data prior to encrypting and putting it on the wire. This is only good if you're connecting to a machine with enough processor overhead so that the further compression doesn't slow anything down. It's not a good option if you're connection to a pi, for example. I just learned about this not to long ago. I have not tested it yet. |

