摘要: 在控制台输入curl http://metadata.tencentyun.com/meta-data/public-ipv4ssh登录腾讯云: ssh root@58.87.109.239 阅读全文
posted @ 2020-07-22 18:21 MoonXu 阅读(891) 评论(0) 推荐(0) 编辑
摘要: ifconfig eth0:0 172.240.11.20 netmask 255.255.0.0 ifconfig eth0:0 down 阅读全文
posted @ 2020-07-22 18:02 MoonXu 阅读(2742) 评论(0) 推荐(0) 编辑
摘要: 使用chdir(3) 用于压缩的源文件要使用相对路径,不能使用绝对路径。否则压缩后生成的压缩问价里面也含有绝对路径 阅读全文
posted @ 2020-07-22 17:17 MoonXu 阅读(135) 评论(0) 推荐(0) 编辑
摘要: sprintf(buf, "%s.txt", g_buf);//结果总是'xt' 使用snprintf(); 阅读全文
posted @ 2020-07-22 17:15 MoonXu 阅读(208) 评论(0) 推荐(0) 编辑
摘要: system("cd /usr/video");//在10#板卡上面没有适合的shell可供执行 替代方案chdir("/usr/video"); 阅读全文
posted @ 2020-07-22 17:14 MoonXu 阅读(164) 评论(0) 推荐(0) 编辑