摘要: 注意: 分析用的linux内核版本为5.1.3 1. RTC子系统 2. Remote Processor子系统 3. Remote Processor Message子系统 4. SCSI子系统 5. SCSI Target子系统 6. Security子系统 7. SOC-CAMERA V4L2 阅读全文
posted @ 2019-06-07 16:23 Jello 阅读(3252) 评论(0) 推荐(0)
摘要: 一. 背景 从向日葵官网下载了linux版向日葵远程控制端软件,解压后直接执行Sunlloginremote发现以下错误: jello@jello:~/sunlogin_remote_linux$ ./SunloginRemote This application failed to start b 阅读全文
posted @ 2019-06-07 12:49 Jello 阅读(8414) 评论(0) 推荐(0)
摘要: 1. 开启防火墙 sudo ufw enable 2. 关闭某个端口,如80端口 sudo ufw deny 80 3. 查询当前防火墙状态 sudo ufw status 阅读全文
posted @ 2019-06-07 12:07 Jello 阅读(6727) 评论(0) 推荐(0)