首页 > 其他分享 >ENGG1340 Computer Programming II

ENGG1340 Computer Programming II

时间:2023-01-22 22:36:15浏览次数:52  
标签:academy GUI Programming II Computer SSH 登入 服务器 文件传输

课程内容笔记,自用,不涉及任何 assignment,exam 答案
Notes for self use, not included any assignments or exams

Module 0

主要介绍了几种远程登录 CS department 主机的方式

  • \(SSH\) (安全外壳协议, Secure shell)
    先使用 SSH 登入 gatekeeper 服务器,再登入 academy 服务器
    若使用 HKUVPN 可直接 SSH 登入 academy 服务器
    SSH 连接在命令提示符中进行,因此只能通过指令交互,无 GUI (图形界面,Graphical User Interface)

  • X2Go Client

  • \(SFTP\) (安全文件传输协议,Secure File Transfer Protocol)
    与 SSH 相同,无法直接登入 academy 服务器且无 GUI
    适合进行远端与近端的文件传输

  • FileZilla (一种 SFTP Client)


Module 1

标签:academy,GUI,Programming,II,Computer,SSH,登入,服务器,文件传输
From: https://www.cnblogs.com/VeniVidiVici/p/17064744.html

相关文章