Project link
大概用 Termius 在 ios 平台连接云是好多人目前的选择,优点很多,缺点是只有14天免费使用期,过后,依照今天的价格是 38元/月,388元/年。对于我等使用频次不高的用户群体来说,如此的定价还是有些偏高的。而我个人偏好,不大喜欢用月月(年年)续费的软件,一次买断,比较符合个人的消费习惯。最近得知一款 App : Blink shell,大致了解后,果断购之(128元)。现将使用心得分享如下。App 安装打开后,默认显示黑底白字的终端:
blink>
实例
blink>config blink>ssh root@ip blink>ssh linux # 需提前在 UI 界面配置主机信息 blink>mosh root@ip blink>mosh linux # 需提前在 UI 界面配置主机信息
对于用惯了带UI界面的人来说,仅仅出现这么一个界面,没有任何向导还是比较懵的。试着敲入:help
blink> help Blink: v13.5.9.247. Nov 2 2020 Available commands: <tab>: list available UNIX commands. mosh: mosh client. ssh: ssh client. config: Setup ssh keys, hosts, keyboard, etc. help: Prints this. exit: Close this shell. Gestures: ✌️ tap -> New Terminal. 👆 tap -> Mouse click. 👆 swipe left/right -> Switch Terminals. pinch -> Change font size. 👆 drag down -> Dismiss keyboard. Shortcuts: Press and hold ⌘ on hardware kb to show a list of shortcuts. Run config. Go to Keyboard > Shortcuts for configuration. Selection Control: VIM users: h j k l (left, down, up, right) w b (forward/backward by word) o (change selection point) y p (yank, paste) EMACS users: C-f,b,n,p (right, left, down, up) C-M-f,b (forward/backward by word) C-x (change selection point) OTHER: arrows and fingers blink>
使用说明:
- Type ‘help’ to find information at the shell.
- Use two fingers tap to create a new shell.
- Move between shells by swiping your finger.
- You can exit the session and get back to the shell to open a new connection.
- Use pinch gesture to increase or reduce size of text. You can also use Cmd+ or Cmd- if using the keyboard.
- Copy and Paste by selecting text o tapping the screen.
- Run ‘config’ to setup your keys. Install them to a server through ssh-copy-id.
- Ctrl and Alt modifiers at the SmartKeys bar allow for continuous presses, like in a real keyboard.
- Use 3 finger tap to menu.
mosh
语法:mosh user@Remote server
端口:60000-61000/udp
firewall-cmd --permanent --zone=public --add-port=60000-61000/udp firewall-cmd --reload