Windows Terminal artifact MobaXterm & Common Settings

MobaXterm remote computing is the ultimate toolbox. In a single Windows application that provides a great deal for programmers, webmasters, IT administrators, and almost all the user needs to handle remote operations in a more simple way tailored functionality.

  • The main function

    • Supports a variety of connection SSH, X11, RDP, VNC, FTP, MOSH
    • Support Unix command (bash, ls, cat, sed, grep, awk, rsync, ...)
    • After connecting the terminal supports SFTP SSH file transfer
    • A rich variety of plug-ins (git / dig / aria2 ...)
    • You can run Windows or software
    • Various other network tools

  • Install plug

    Plug the following three ways:

    1, installed directly on the command

    Enter apt-cyg install 'plugin name'orapt-get install 'plugin name'

    2, from the official plugin page plugins.html download the required plug-in and placed in the same directory MobaXterm.
    Here Insert Picture Description
    3, the last one is click on the menu bar - Packages - search plug-ins they need
    Here Insert Picture Description

  • Common settings

    1, MobaXterm be temporary files, temporary files at any time but may be deleted or lost, it is recommended to specify a folder as / home and / directory, so as not to appear abnormal. Open Settings - Configuration - Genernal set, the following screenshot.
    Here Insert Picture Description
    2, if the Mysql, Python and other environments under your Windows installation, find related commands can not be used in MobaXterm, open Settings - Configuration - Terminal - use Windows environment variables, the following screenshot.
    Here Insert Picture Description
    3, if the right mouse button need to quickly copy and paste, the "Paste using right-click" on the check, pay attention to any case will need to restart after configuration changes MobaXterm, it would not take effect.
    Here Insert Picture Description

  • Problems encountered

    ": (77) error setting certificate verify locations: curl" such an error, the solution is to enter apt-get install ca-certificates install the certificate can be 1, when the request https site using curl command.
    Here Insert Picture Description
    2, because the authority is not clear whether the reason, MobaXterm can not read C: \ Windows \ System32 environment variable, if you need to run the software under Windows, create a separate folder, and set the environment variable.

  • to sum up

    MobaXterm also built a number of network tools (such as port scanning, FTP server, etc.), the function is too rich. MobaXterm into Home Edition and Professional Edition, Home Edition is completely free to use, if you are a network administrator or programmer, MobaXterm is simply a rare artifact.

    Official Download: https: //mobaxterm.mobatek.net/download.html

Published 21 original articles · won praise 11 · views 20000 +

Guess you like

Origin blog.csdn.net/hexf9632/article/details/94576703