码迷,mamicode.com
首页 >  
搜索关键字:Linux-kernel    ( 942个结果
Linux Kernel(Android) 加密算法总结(三)-应用程序调用内核加密算法接口
Linux Kernel(Android) 加密算法总结(三)-应用程序调用内核加密算法接口(hash) 该方法经过在内核层实现与CPU加密模块,或者硬件加密卡对接,并为上层应用程序提供接口的方式,可以实现硬件加密。...
分类:移动开发   时间:2014-07-22 17:42:14    阅读次数:340
Ubuntu下载编译Linux内核。
1、安装git工具2、到官网下载linux内核https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git,这个地址不是很好用在用下面这个 git clone git://git.kernel.org/pub/scm/linux/ke...
分类:系统相关   时间:2014-07-19 16:18:22    阅读次数:328
CVE-2014-4014 Linux Kernel Local Privilege Escalation PoC
/*** CVE-2014-4014 Linux Kernel Local Privilege Escalation PoC** Vitaly Nikolenko* http://hashcrack.org** Usage: ./poc [file_path]* * where file_path ...
分类:系统相关   时间:2014-07-19 12:16:25    阅读次数:328
Docker 在6.4上安装
1 在 CentOS 6.4 上安装 dockerdocker当前官方只支持Ubuntu,所以在 CentOS 安装Docker比较麻烦(Issue #172)。docker官方文档说要求Linux kernel至少3.8以上,CentOS 6.4是2.6的内核,于是我哼哧哼哧的编译安装了最新的ke...
分类:其他好文   时间:2014-07-19 12:03:40    阅读次数:264
socket调用流程的函数及数据结构
如有错误,欢迎指正。如果需要,可以提供visio原文件。参考:1. 《追踪Linux TCPIP代码运行--基于2.6内核》2. Linux Kernel 2.6.26
分类:其他好文   时间:2014-07-18 23:38:53    阅读次数:313
Android 怎样在linux kernel 中读写文件
前言欢迎大家我分享和推荐好用的代码段~~声明欢迎转载,但请保留文章原始出处:CSDN:http://www.csdn.net雨季o莫忧离:http://blog.csdn.net/luckkof正文[Description]怎样在linux kernel 中读写文件[Keyword]linux ke...
分类:移动开发   时间:2014-07-18 16:18:57    阅读次数:192
转载 uboot 命令
1、bootmbootm [addr [arg ...]]- boot application image stored in memorypassing arguments 'arg ...'; when booting a Linux kernel,'arg' can be the addres...
分类:其他好文   时间:2014-07-18 15:31:25    阅读次数:216
OpenWRT新框架的boot过程
昨天在分析procd如何工作的时候,有找到过下面这样一段描述新架构boot过程的文字:1) Bootloader (uboot, redboot, adam2, grub, …)2) Linux kernel starts, tries to find the mtd partition calle...
分类:其他好文   时间:2014-07-17 18:14:30    阅读次数:1080
nginx conf by linux kernel
#nginx conf by linux kernel net.ipv4.tcp_max_tw_buckets = 6000 net.ipv4.ip_local_port_range = 1024 65000 net.ipv4.tcp_tw_recycle=1 net_ipv4.tcp_tw_reuse=1 net_ipv4.tcp_syncookies=1 net.core.soma...
分类:系统相关   时间:2014-07-12 18:04:24    阅读次数:212
[原]__ASSEMBLY__的用途
在Linux Kernel中有些constant需要被C code 跟 assembler共同使用在用constant的時候,不能單方面給0x1000UL因為assembler無法看這東西。但是C compiler卻可以。所以使用這個gcc feature.讓C compiler看到的constan...
分类:其他好文   时间:2014-07-12 14:07:30    阅读次数:166
942条   上一页 1 ... 85 86 87 88 89 ... 95 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!