码迷,mamicode.com
首页 >  
搜索关键字:firmware drivers    ( 1471个结果
手把手教你安装Arch Linux。
前言 请注意教程的时效性,这篇教程是2020/6/30编写的。 写着写着就变得非常拖沓了,就把这篇教程的定位改成为Linux新手服务吧……有一定Linux基础的朋友们还请看官方的Installation Guide,会比阅读这篇文章要更加方便。 为什么我要写这篇教程呢?一是很多人没养成看Wiki的好 ...
分类:系统相关   时间:2020-06-30 20:48:23    阅读次数:133
20199137 《网络攻防实践》综合实践
##DIFUZE: Interface aware fuzzing for kernel drivers ##1.摘要 在类似于Unix的现代系统中,设备驱动程序是必不可少的部分,用于处理物理设备上的操作,从硬盘和打印机到数码相机和蓝牙扬声器。新硬件的涌现,特别是在移动设备上,激增了系统内核中设备驱 ...
分类:其他好文   时间:2020-06-30 17:30:43    阅读次数:43
创建Eureka Server集群
一:修改hosts文件,方便本地虚拟主机映射 打开hosts文件 C:\Windows\System32\drivers\etc 在hosts文件添加 二: 复制Eureka Server 项目并修改其配置文件 server: port: 7002 eureka: instance: hostnam ...
分类:其他好文   时间:2020-06-30 12:52:23    阅读次数:41
内核代码中一些c语言用法
container_of,(C 语言 up cast) 内核中的定义: Cscope tag: container_of # line filename / context / line 1 27 drivers/gpu/drm/radeon/mkregtable.c <<container_of> ...
分类:编程语言   时间:2020-06-25 09:56:37    阅读次数:62
嵌入式Linux系统添加USB打印机功能
嵌入式Linux系统添加通用USB接口的打印机功能,主要包括以下三步。 一.内核添加USB接口的通用打印机识别驱动 在make menuconfig 编译菜单项选上USB打印机选项: Device Drivers > [*] USB support > <*> USB Printer support ...
分类:系统相关   时间:2020-06-20 19:32:28    阅读次数:251
软路由相关文章
https://www.31du.cn/blog/soft-routing.html http://firmware.koolshare.cn/ https://koolshare.cn/forum-97-1.html https://koolshare.cn/thread-177079-1-1.h ...
分类:其他好文   时间:2020-06-19 12:14:06    阅读次数:43
selenium打开浏览器底层实现原理中的异常3.1(org.openqa.selenium.SessionNotCreatedException: Unable to create session)
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'capabilities':{ 'browserName':'Microsoft ...
分类:其他好文   时间:2020-06-19 01:13:55    阅读次数:84
selenium打开浏览器底层实现原理中的异常3.0(org.openqa.selenium.SessionNotCreatedException: Unable to create session)
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'desiredCapabilities':{ 'browserName':'Mi ...
分类:其他好文   时间:2020-06-19 01:01:30    阅读次数:79
ArchLinux与Deepin桌面环境安装
ArchLinux与Deepin桌面环境安装 一、ArchLinux安装 准备工作 ? 利用rufus和iso文件制作u盘启动盘,分区选择GPT,已DD模式写入(下载低版本的rufus),iso可以从清华大学镜像站下载https://mirrors.tuna.tsinghua.edu.cn/arch ...
分类:系统相关   时间:2020-06-12 14:33:54    阅读次数:83
【Windows学习】解决python无法访问win64系统drivers目录重定向文件问题
1 #!/usr/bin/env python 2 # encoding: utf-8 3 import ctypes 4 import os 5 class disable_file_system_redirection: 6 """ 7 关闭64位系统的driver目录重定向 8 """ 9 t ...
分类:编程语言   时间:2020-06-10 21:30:12    阅读次数:121
1471条   上一页 1 ... 4 5 6 7 8 ... 148 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!