Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

linux 混杂设备驱动复习

以前写的文章丢失.现在重新复习一下. 首先搞定makefile文件.基本格式如下: #定义最终的模块名,不能与现有的任何.c .h等文件重名 MODULE_NAME := it6604driver #指定驱动模块的核心文件(有init 和 exit) RESMAIN_CORE_OBJS := it6604dev.o #所依赖的文件 RES……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

wireshark抓包使用记录

一、针对wireshark最常用的自然是针对IP地址的过滤。其中有几种情况: (1)对源地址为192.168.0.1的包的过滤,即抓取源地址满足要求的包。 表达式为:ip.src == 192.168.0.1 (2)对目的地址为192.168.0.1的包的过滤,即抓取目的地址满足要求的包。 表达式为:ip.dst == 192.168.0……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

ubuntu 设置开机启动

如果是系统服务级别的(非不一定是root)开机启动,可直接修改/etc/rc.local或/etc/rc.d 或/etc/rc?.d 用户登录时,bash先自动执行系统管理员建立的全局登录script : /ect/profile 然后bash在用户起始目录下按顺序查找三个特殊文件中的一个: /.bash_profile、 /.bash_……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

docker安装记录

阅读导航[toc] 安装docker环境,基于ubuntu14.04 LTS wget -qO- https://get.docker.com/ | sh #我的用户名为:justchen sudo usermod -aG docker justchen 安装docker环境就这么简单,接下来安装各种其他应用.我喜欢把所有docker的文……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

QT:编译问题整理

编译错误 undefined reference to ‘accept4’ 打开文件qplatformdefs.h增加 #undef O_CLOEXEC 此处主要为解决:编译过程中找不到accept4函数问题 error: ‘stderr’ was not declared in this scope 出现版本:5.12.1 编译器,HI……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97

linux ubuntu彻底删除apt安装的软件

1、删除软件 方法一、如果你知道要删除软件的具体名称,可以使用 sudo apt-get remove –purge 软件名称 sudo apt-get autoremove –purge 软件名称 方法二、如果不知道要删除软件的具体名称,或是在安装软件时还附带安装了很多依赖,可以使用. dpkg –get-selections |……


Warning: Illegal string offset 'index' in /www/wwwroot/justchen.com/wp-content/themes/9IPHP-master/index.php on line 97