IP属地:江苏
原文链接:https://blog.csdn.net/weixin_43083491/article/details/127095711[htt...
1. 安装qemu模拟器 sudo apt install qemu-user-static 2. 安装debootstrap sudo apt...
https://download.qt.io/archive/qt[https://download.qt.io/archive/qt]
1.安装tftp-hpa、tftpd-hpa和xinetd 2.修改xinetd.conf文件 3.新建tftp根目录 4.修改tftpd-hp...
1.安装 NFS 服务器 2.新建nfs根目录并配置nfs服务路径 3.重启 rpcbind 与 nfs 服务 4.测试nfs
原因:ubuntu22.04默认gcc版本过高,超过gcc v10.0即会报错. 解决方案即是降低gcc版本。
1.安装必要软件包 2.下载GitLab软件包并安装 3.启动GitLab实例 4.配置防火墙 5.访问GitLab Web界面 打开Web浏览...
文章来源:https://zhuanlan.zhihu.com/p/90608412[https://zhuanlan.zhihu.com/p/...
1 串口的操作 #include <termios.h> 1.1打开: fd = open("/dev/ttySAC1", O_RDWR | O...