摘要: 通过ping某个服务器,检测设备是否internet是连通的。 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> #include <unistd.h> #include <fcntl.h> 阅读全文
posted @ 2024-01-29 16:21 付时凡 阅读(97) 评论(0) 推荐(0)
摘要: 分析一个基于C语言实现的IP冲突检测工具。 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> #include <getopt.h> #include <arpa/inet.h> #defi 阅读全文
posted @ 2024-01-29 16:12 付时凡 阅读(192) 评论(0) 推荐(0)
摘要: OpenWrt之Samba使用 目录OpenWrt之Samba使用安装的packageblock设备操作添加Samba账号Luci页面配置参考 安装的package 这里支持fat32、exfat、ntfs等几种文件系统: luci-app-samba4 kmod-fs-ext4 kmod-fs-f 阅读全文
posted @ 2024-01-29 10:46 付时凡 阅读(1217) 评论(0) 推荐(0)