Mobaxterm

https://cloud.tencent.com/developer/news/244102

https://mobaxterm.mobatek.net/

MobaXterm is your ultimate toolbox for remote computing. In a single Windows application, it provides loads of functions that are tailored for programmers, webmasters, IT administrators and pretty much all users who need to handle their remote jobs in a more simple fashion.

这玩意自动在我的目录中解压运行了

C:UserscluDocumentsMobaXtermhome

1.1. 内建多标签和多终端分屏

MobaXterm 内置多标签页、横向纵向 2 分屏和田字形 4 分屏,用于一个窗口内管理多个连接。管理多台服务器不必开多个窗口。

https://lax.v2ex.com/t/411391

简单介绍下

  • 支持 Linux 大部分命令
  • 支持安装各种插件 git/vim/aria2...可通过 apt-get install 来安装
  • 支持 SSH/VNC/RDP/SFTP...
  • 各种网络工具(端口扫描、FTP server...)

安装插件

https://mobaxterm.mobatek.net/plugins.html

In order to install these plugins, just download them and put them in the same directory than MobaXterm executable.
If you need to enhance MobaXterm with extra tools and commands, you can also use the MobApt package manager: type "MobApt" (or "apt-get") inside MobaXterm terminal.                 

apt-get install

尝试用了官方的git插件,发现很不方便。决定直接使用apt-get进行安装

C:UserscluDocumentsMobaXtermhome.aptcyg elease

发现git插件的速度超级慢,难以忍受,直接卸载掉git 

apt-cyg remove git

 git的使用

 use Windows path variable in MobaXterm

本地安装了git for windows并且集成到了环境变量,直接在terminal里面启用环境变量

In the documentation, this mention is in the "Terminal tab settings" section, so you will find this option in the "Terminal" tab.

Go to MobaXterm global settings window, then click on the "Terminal" tab and check the "Use Windows PATH environment". Note that if you are using a session, you will have to do the same in this session: edit your session, then go to the "Terminal settings" tab and check the "Use Windows PATH" option.

   

原文地址:https://www.cnblogs.com/chucklu/p/10521693.html