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:\Users\clu\Documents\MobaXterm\home
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:\Users\clu\Documents\MobaXterm\home\.aptcyg\release
發現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.