会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
2021年1月19日
ubuntu 安装wireshark
摘要: sudo apt-get install wireshark 必须提前安装qt开发环境
阅读全文
posted @ 2021-01-19 20:26 lydstory
阅读(117)
评论(0)
推荐(0)
Ubuntu16.04使用Qt Creator编译时报错“找不到 -lGL”之解决办法
摘要: 终端输入sudo apt-get install libgl1-mesa-dev 【转】https://blog.csdn.net/u014375643/article/details/89494503
阅读全文
posted @ 2021-01-19 20:24 lydstory
阅读(263)
评论(0)
推荐(0)
ubuntu qt5.9.2
摘要: https://www.jianshu.com/p/7dad1a4483bd
阅读全文
posted @ 2021-01-19 19:56 lydstory
阅读(57)
评论(0)
推荐(0)
ubunut root账号登陆
摘要: https://www.cnblogs.com/masbay/p/10744846.html 重启全登录不了 》是否问题?
阅读全文
posted @ 2021-01-19 19:47 lydstory
阅读(46)
评论(0)
推荐(0)
radvd
摘要: Router Advertisement (radvd) configurat...
阅读全文
posted @ 2021-01-19 19:15 lydstory
阅读(82)
评论(0)
推荐(0)
彩屏sip电话机
摘要: https://www.speedytel.com/product-category/ip-terminal/page/3/
阅读全文
posted @ 2021-01-19 19:08 lydstory
阅读(48)
评论(0)
推荐(0)
c语言:str.c copypath
摘要: #include <stdio.h> #include <string.h> static void copypath(const char *src, char *dst, size_t dstlen) { char *end = dst + dstlen - 1; /* Copy the str
阅读全文
posted @ 2021-01-19 18:23 lydstory
阅读(84)
评论(0)
推荐(0)
epon gpon
摘要: https://zhuanlan.zhihu.com/p/80270214
阅读全文
posted @ 2021-01-19 17:51 lydstory
阅读(63)
评论(0)
推荐(0)
cwmp
摘要: https://baike.baidu.com/item/CWMP/8417028?fr=aladdin
阅读全文
posted @ 2021-01-19 17:49 lydstory
阅读(58)
评论(0)
推荐(0)
dhcp6c dhcpd dhcp6s
摘要: dhcpd命令的作用是可以运行DHCP服务器。 在启动dhcpd命令时它会读取dhcpd.conf文件,并将每个子网上的可用地址存储在内存中。当客户端使用DHCP协议请求地址时,dhcpd命令会为其分配地址。 每个客户都分配了一个租约时间,租约在管理员选择的时间(默认为一天)后到期。在租约到期之前,
阅读全文
posted @ 2021-01-19 17:43 lydstory
阅读(908)
评论(0)
推荐(0)
c语言:fprintf pid_t
摘要: #include <stdio.h> #include <signal.h> #include <unistd.h> #include <getopt.h> static pid_t PidOutPut (char *path) { FILE *fp; pid_t pid; pid = getpid
阅读全文
posted @ 2021-01-19 17:11 lydstory
阅读(148)
评论(0)
推荐(0)
pfx cert 证书
摘要: 只有pfx格式的数字证书是包含有私钥的,cer格式的数字证书里面只有公钥没有私钥。 作者:知乎用户链接:https://www.zhihu.com/question/29620953/answer/191763719来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 PK
阅读全文
posted @ 2021-01-19 16:18 lydstory
阅读(457)
评论(0)
推荐(0)
libpcap获取网卡名称
摘要: #include <pcap/pcap.h> #include <stdio.h> int main() { char errbuf[PCAP_ERRBUF_SIZE], *device; device = pcap_lookupdev(errbuf); if(device) { printf("S
阅读全文
posted @ 2021-01-19 15:09 lydstory
阅读(175)
评论(0)
推荐(0)
tcpdump开源
摘要: http://www.tcpdump.org/
阅读全文
posted @ 2021-01-19 14:57 lydstory
阅读(88)
评论(0)
推荐(0)
libpcap 过滤 pcap_compile
摘要: libpcap 过滤 pcap_compile ubuntu安装libpcap https://www.cnblogs.com/flyinggod/p/9322267.html
阅读全文
posted @ 2021-01-19 14:19 lydstory
阅读(156)
评论(0)
推荐(0)
国产化适配
摘要: 主流芯片的软硬件适配均超过 1500 项,采用MIPS架构龙芯适配1809项;ARM架构的鲲鹏和飞腾适配分别达1662和1782项;x86架构海光、兆芯适配分别为1604和1843项,各平台应用适配进度几乎同步。相比4月份统计结果,各个架构芯片生态均呈现出爆发式增长。新增芯片产品海思麒麟、申威适配生
阅读全文
posted @ 2021-01-19 13:41 lydstory
阅读(1686)
评论(0)
推荐(0)
统信软件??
摘要: zw:做 操作系统相关的zw:统信软件zw:系统评测工具 https://www.uniontech.com/ https://www.chinauos.com/
阅读全文
posted @ 2021-01-19 10:25 lydstory
阅读(73)
评论(0)
推荐(0)
来自旧同事的关心(呵呵)
摘要:
阅读全文
posted @ 2021-01-19 10:20 lydstory
阅读(53)
评论(0)
推荐(0)
北京.风雪冷
摘要: 《北京.风雪冷》 寒风腊雪年关迫竖子袭人平阳落叽喳吠嗅狗咬狗心心念念人忘人缘由错对穷不尽清心寡欲想一人岁岁年年寒风近年年岁岁人不同
阅读全文
posted @ 2021-01-19 09:54 lydstory
阅读(77)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告