• 2024-11-30论文
    会议论文[1]TongguangZhang,ShuaiZhao,BoChengandJunliangChen,"SEEM:simulationexperimentalenvironmentsformobileapplicationsinMANETs:poster,"the22ndAnnualInternationalConferenceonMobileComputingandNetworking(MobiCom'
  • 2024-09-14ubuntu20.04 ssh远程开启vnc,并显示hdmi输出界面
    要通过SSH远程连接到Ubuntu20.04电脑的桌面,并显示当前屏幕的内容,可以使用x11vnc工具。以下是详细的步骤:安装x11vnc:首先,确保你已经通过SSH连接到目标电脑,并运行以下命令来安装x11vnc:sudoaptupdatesudoaptinstallx11vnc设置VNC密码(可选):为了安全起见,你可以设
  • 2023-05-05ETF2100/5900 Introductory Econometrics
    ETF2100/5900IntroductoryEconometricsAssignment2—ACaseStudyontheBirth-weightofBabyImportantnotes:1.Thisisanindividualassignment.Thisassignmentisworth20%ofthisunit’stotalmark.Markswillbedeductedforlatesubmissiononthefoll
  • 2023-02-205900系列和TG-NET系列等交换机恢复出厂教程
    在串口下使用命令恢复出厂设置:通过Console线连接交换机并加电,超级终端CRT/PuTTY(波特率9600或者115200)显示如下 当启动到这里的时候按Ctrl+p(不停的按)  这时进入
  • 2022-12-14网络编程-2022-12-14
    一、网络编程基础TCPUDP编程    TCP英文叫TransmissionControlProtocol,中文叫传输控制协议,它其实就是一种网络传输协议。1、计算机网络:多台计算机地理位置不
  • 2022-09-23Linux主机安装VNC服务端
    yuminstalltigervnctigervnc-servervi/etc/sysconfig/vncservers#VNCSERVERS="1:vncuser2:john"#usethemethodformoreuserVNCSERVERS="0:root1:viewer"#VN
  • 2022-09-01Mac新系统更换ssh和vnc端口,和sudo免密
    修改ssh和vnc端口可以通过修改/etc/services文件来实现sudonano/etc/services#vim也可以的:/22#查找ftp的22端口ssh22/udp#SSHRemoteLoginProtoc