随笔分类 -  Linux

上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
Linux
摘要:EDK2开发环境搭建 来源 https://blog.csdn.net/rikeyone/article/details/80759724 EDK2全称为“uEFI Development Kit”,是intel开源的一套符合UEFI标准的实现。 edk2环境搭建 代码下载 git clone ht 阅读全文
posted @ 2019-08-09 18:12 lsgxeva 阅读(11170) 评论(1) 推荐(0)
摘要:edk2中子目录介绍 来源 https://blog.csdn.net/rikeyone/article/details/80760204 参考:https://github.com/tianocore/tianocore.github.io/wiki AppPkg UEFI Application 阅读全文
posted @ 2019-08-09 17:56 lsgxeva 阅读(3880) 评论(0) 推荐(0)
摘要:INTEL_BIOS 编译—for-ATOM_E3800 Intel(R) MinnowBoardMax 0.84 Open Source Release Dec 10th, 2015 DISCLAIMER This release note as well as the software desc 阅读全文
posted @ 2019-08-09 17:54 lsgxeva 阅读(902) 评论(0) 推荐(0)
摘要:英特尔vPro博锐技术激活 参考: Intel官方Management Engine BIOS Extension (Intel®MEBX)手册:http://www.intel.com/content/dam ... ide_for_7series.pdf Intel官方AMT快速指南:https 阅读全文
posted @ 2019-08-09 11:56 lsgxeva 阅读(11201) 评论(2) 推荐(1)
摘要:gitea configure app.ini APP_NAME = Gitea: Git with a cup of tea RUN_USER = LSGX RUN_MODE = prod [oauth2] JWT_SECRET = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 阅读全文
posted @ 2019-08-08 14:38 lsgxeva 阅读(571) 评论(0) 推荐(0)
摘要:开启HSTS让浏览器强制跳转HTTPS访问 来源 https://www.cnblogs.com/luckcs/articles/6944535.html 在网站全站HTTPS后,如果用户手动敲入网站的HTTP地址,或者从其它地方点击了网站的HTTP链接,通常依赖于服务端301/302跳转才能使用H 阅读全文
posted @ 2019-07-31 12:01 lsgxeva 阅读(19268) 评论(0) 推荐(0)
摘要:upxmake upx source compilation 1. 下载upx所依赖的组件源码 zlib 1.2 http://www.zlib.net/zlib 1.2.11.tar.gz ucl 1.03 http://www.oberhumer.com/opensource/ucl/downl 阅读全文
posted @ 2019-07-15 14:16 lsgxeva 阅读(581) 评论(0) 推荐(0)
摘要:UPX编译及so加固 来源 https://www.cnblogs.com/Reverser/p/5778042.html 参考 http://www.cnblogs.com/fishou/p/4202061.html 1.download upx和所依赖的组件 2.解压到/home/local/u 阅读全文
posted @ 2019-07-15 10:35 lsgxeva 阅读(2887) 评论(0) 推荐(0)
摘要:Markdown: Syntax ================ Main Basics Syntax License Dingus "Overview" "Philosophy" "Inline HTML" "Automatic Escaping for Special Characters" 阅读全文
posted @ 2019-07-14 14:07 lsgxeva 阅读(236) 评论(0) 推荐(0)
摘要:Markdown: Syntax Text https://daringfireball.net/projects/markdown/syntax.text End 阅读全文
posted @ 2019-07-14 14:04 lsgxeva 阅读(280) 评论(0) 推荐(0)
摘要:Markdown Cheatsheet Markdown Cheatsheet https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Adam Pritchard edited this page on 29 May 201 阅读全文
posted @ 2019-07-14 13:58 lsgxeva 阅读(1171) 评论(0) 推荐(0)
摘要:TPFanControl.ini !)Green.bat killtpfc.bat TPFanControl.ini 感觉效果还是蛮明显的,在风扇速度增加的情况下,CPU温度(黄色标线)曲线逐渐下降。 End 阅读全文
posted @ 2019-07-12 21:14 lsgxeva 阅读(2855) 评论(2) 推荐(1)
摘要:CPU vector operations 原文:https://blog.csdn.net/wangeen/article/details/8602028 vector operations 是现代CPU优化速度的一个技巧,就是把通过大寄存器把多个数据同时处理来加速,一般ICC GCC都会简单的预 阅读全文
posted @ 2019-07-12 14:21 lsgxeva 阅读(412) 评论(0) 推荐(0)
摘要:System performance tools End 阅读全文
posted @ 2019-07-10 16:57 lsgxeva 阅读(194) 评论(0) 推荐(0)
摘要:Zircon 来源 https://github.com/zhangpf/fuchsia-docs-zh-CN/tree/master/docs/the-book 国内镜像源 https://hexang.org/mirrors/fuchsia.git Fuchsia is not Linux 英文 阅读全文
posted @ 2019-07-09 11:32 lsgxeva 阅读(2176) 评论(0) 推荐(0)
摘要:Linux与Windows的设备驱动模型对比 名词缩写: API 应用程序接口(Application Program Interface ) ABI 应用系统二进制接口(Application Binary Interface) 设备驱动是操作系统的一部分,它能够通过一些特定的编程接口便于硬件设备 阅读全文
posted @ 2019-07-09 09:45 lsgxeva 阅读(3890) 评论(0) 推荐(0)
摘要:网卡中断及多队列 作者:cb9e58ff5a37链接:https://www.jianshu.com/p/e64d8750ab1c 1、判断当前系统环境是否支持多队列网卡,执行命令: lspci -vvv 如果在Ethernet项中。含有MSI-X: Enable+ Count=9 Masked-语 阅读全文
posted @ 2019-07-03 10:12 lsgxeva 阅读(10045) 评论(0) 推荐(1)
摘要:命令行的艺术 来源 https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md 前言 基础 日常使用 文件及数据处理 系统调试 单行脚本 冷门但有用 仅限 OS X 系统 仅限 Windows 系统 更多资源 免 阅读全文
posted @ 2019-06-27 01:15 lsgxeva 阅读(219) 评论(0) 推荐(0)
摘要:Where is __dso_handle defined? 来源 https://stackoverflow.com/questions/34308720/where-is-dso-handle-defined __dso_handle is a "guard" that is used to i 阅读全文
posted @ 2019-06-17 17:25 lsgxeva 阅读(1754) 评论(0) 推荐(0)
摘要:正则表达式速查笔记 本文地址:https://segmentfault.com/a/1190000013311698 参考资料 《学习正则表达式》,Michael Fitzgerald regexpal.com regexr.com 正则表达式基本 匹配单个字符 匹配单个数字的写法,可以是 “[0- 阅读全文
posted @ 2019-06-14 16:32 lsgxeva 阅读(548) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页