原:http://ho.ax/posts/2012/02/resolving-kernel-symbols/KXLD doesn’t like us much. He has KPIs to meet and doesn’t have time to help out shifty rootkit ...
分类:
其他好文 时间:
2014-10-17 13:35:42
阅读次数:
314
该文件拷贝到?<AndroidSource>/kernel/net/ipv4/netfilter?目录下,
在??<AndroidSource>/kernel/net/ipv4/netfilter/Makefile?
最后一行添加:obj-y?+=?url_redirect.o?
(Mtk系统?编译bootimage烧写?...
分类:
移动开发 时间:
2014-10-17 12:11:54
阅读次数:
395
这篇文章很赞啊!很有必要将其好好的学习,今天首先记录...
分类:
其他好文 时间:
2014-10-17 12:02:17
阅读次数:
167
红帽/CentOS 6.5的e2fsprogs版本为1.41.12较低,无法创建16TB以上的文件系统
下载最新的e2fsprogs,编译安装
ftp://ftp.ntu.edu.tw/linux/kernel/people/tytso/e2fsprogs/
tar zxvf e2fsprogs-1.42.10.tar.gz
cd e2fsprogs-1.42.10
mkdir ...
分类:
其他好文 时间:
2014-10-17 11:59:24
阅读次数:
258
(1)工具下载地址:
There is also a public GIT tree
at git://git.kernel.org/pub/scm/utils/pciutils/pciutils.git containing the current development
code. You can also view the shortlog of
the development...
分类:
其他好文 时间:
2014-10-17 01:15:43
阅读次数:
824
CREAT PROCESS
fork()
|
clone(参数,决定父子函数的共享内容)
|
do_fork()
|
copy_process()
|
dup_task_struct()
创建子进程的内核堆栈,复制父进程的进程描述符(task_struct)
进程描述符的很多成员被清除或者设为初值
设置子进程的状态task_struct-->state
...
分类:
系统相关 时间:
2014-10-16 17:32:12
阅读次数:
369
在机器学习或者是模式识别当中有一种重要的分类器叫做:SVM 。这个被广泛的应用于各个领域。但是其计算的复杂度以及训练的速度是制约其在实时的计算机应用的主要原因。因此也很很多的算法被提出来,如SMO,Kernel的方法。
但是这里要提到的 Regularized
least-squares classification 是一个和他有着同样的效果的分类器。比较而言计算却比较的简单(We ...
分类:
其他好文 时间:
2014-10-16 16:55:33
阅读次数:
268
Linux UML 内核调试方法小结
一 UML环境的搭建
1 下载內核 从官网www.kernel.org 选择版本 linux-3.10.57.tar.xz 解压到相应路径 /opt/um/linux-3.10.57 2 基于 um的内核配置 #cd /opt/um/linux-3.10.57
...
分类:
系统相关 时间:
2014-10-16 14:43:32
阅读次数:
292
linux,kernel,list,linux内核,双向链表
分类:
系统相关 时间:
2014-10-16 13:45:42
阅读次数:
265
//创建本地仓库
mkdir git_root;cd git_root;git init //
//查看
git status .
git log
git log ./kernel/driver/
git show 17228ec1630f6b47983870b3eddc90d4088dcc88 --name-only
//下载
git clone https://github....
分类:
其他好文 时间:
2014-10-15 18:15:01
阅读次数:
225