zoukankan      html  css  js  c++  java
  • Communication tool between Windows and Linux by ssh


    There are different way and different level of communication between window and Linux, such as VNC and rdesktop for GUI login ( like mstsc for window platform).

    But the other way ssh is much easier to  use.

     Window install ssh server (such  FreeSSHd ) and start the ssh server, so the

      


    Windows
    Cywin
    with install SSH server
                            
    Linux with ssh

                                                           

                                                    <=========>   


    Note:

    1.the windows machine install Cywin will make the window can run a lot of Linux

    command.

    2. use  "ssh username@IP  " will login the other machine.

    In practice ,the above model is very effective .  You can run some commands or scripts without  switching between two machine. Even you can use ssh in script.

  • 相关阅读:
    ios 点击webview获取图片url (js交互)
    ios基础视频
    截取图片
    记录最大坐标
    数据库缓存
    ios崩溃日志
    图片裁剪处理
    结构体
    block注意事项
    学习资料
  • 原文地址:https://www.cnblogs.com/zhyg6516/p/1641517.html
Copyright © 2011-2022 走看看