Skip to content

UG_Remote v4.2

Compare
Choose a tag to compare
@junhaoliao junhaoliao released this 30 Dec 07:24

V4 Change Log

This script is updated to v4.2 on December 30, 2019.

  1. Change encoding to ASCII to avoid port usage display issues on some machines
  2. Change port scanning method to check ports not occupied by current user

This script is updated to v4.1 on December 22, 2019.

  1. script icon for the executable. See "Special Thanks to..." for more details.
  2. Fixed a bug where establishing multiple VNC connections on a same machine can cause fatal errors, which is due to the environment of the lab machines.

This script is updated to v4 on December 21, 2019.

  1. Ece297vnc method deprecated. Now establish VNC connections directly by calling "vncserver" on the remote machine.
  2. Port scanning tool to confirm the availability of selection.
  3. Password is now encrypted. It is definitely safer than plain text.

V4 版本说明

本脚本于2019年12月30日更新v4.2。

  1. 更改编码至ASCII,解决在部分电脑上无法正常显示端口占用情况的问题
  2. 更改端口扫描方法,解决无法扫描其他用户创建的端口的问题

本脚本于2019年12月22日更新v4.1。

  1. 为程序添加了图标。详见“特别感谢”。
  2. 修复了一个严重错误:由于实验室环境的配置,当在同一台实验室机器上建立多个VNC连接时会严重出错。

本脚本于2019年12月21日更新v4。

  1. 弃用学校给的ece297vnc。直接用 "vncserver" 在远程机器上建立VNC连接。
  2. 新增端口扫描工具,轻松辨别端口是否可用。
  3. 密码现在为加密保存,比原来的明文密码更为安全。