1 2 3 4 5 ··· 11 下一页
摘要: https://ipw.cn/ https://ipv6ready.me/index.html.zh_CN # 请勿用于商业用途,仅供个人测试学习之用,请遵守中国法律法规 # 查询本机外网IPv4地址 curl 4.ipw.cn # 查询本机外网IPv6地址 curl 6.ipw.cn # 测试网络 阅读全文
posted @ 2025-09-19 20:32 scott_h 阅读(298) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1jUegzFEup win10 ,win11 管理员权限,运行CMD, 输入shutdown /r /fw /t 0, 如果不行,再输入一边,shutdown /r /fw /t 0 命令是 shutdown /r /fw /t 0 阅读全文
posted @ 2025-09-09 23:38 scott_h 阅读(64) 评论(0) 推荐(0)
摘要: 瑞芯微 RV1106G 硬件参考设计分享,包括原理图、PCB文件以及设计指南 https://mp.weixin.qq.com/s?__biz=MzAwODA3MTI0Nw==&mid=2652048913&idx=1&sn=037770ec7cf875a72bbb63f2ad4bc48f&chks 阅读全文
posted @ 2025-09-07 00:45 scott_h 阅读(61) 评论(0) 推荐(0)
摘要: 全志性能非常强悍的 A733 SoC 硬件参考设计资料分享 https://mp.weixin.qq.com/s/R7E2wwZl4KfT5Gr065GArw 老wu最近看了全志 A733 的设计资料,感觉这颗SoC的性能还是非常强悍的,硬件设计相关资料已经上传到网盘供大家自行学习研究,包括原理图、 阅读全文
posted @ 2025-09-07 00:38 scott_h 阅读(536) 评论(0) 推荐(0)
摘要: 深入WSL与USB:教你如何编译 Linux 内核支持 USB 共享 https://cyrus-studio.github.io/blog/posts/深入wsl与usb教你如何编译-linux-内核支持-usb-共享/ 深入WSL与USB:教你如何编译 Linux 内核支持 USB 共享 阅读量 阅读全文
posted @ 2025-08-25 14:19 scott_h 阅读(145) 评论(0) 推荐(0)
摘要: Ubuntu Desktop 22.04 禁用自动更新 Ubuntu 的自动更新并不稳定,之前的一次推送更新了内核版本,稳定性影响比较大,禁用自动更新的方法如下: 1.在设置里禁用软件更新 2.关闭 unattended-upgrades 如果只禁用上面的更新,unattended-upgrades 阅读全文
posted @ 2025-07-31 12:02 scott_h 阅读(235) 评论(0) 推荐(0)
摘要: GDDR7 JESD239 Graphics Double Data Rate (GDDR7) SGRAM https://www.jedec.org/news/pressreleases/jedec-publishes-gddr7-graphics-memory-standard GDDR7规范深 阅读全文
posted @ 2025-06-07 14:53 scott_h 阅读(53) 评论(0) 推荐(0)
摘要: https://www.synopsys.com/zh-cn/designware-ip/technical-bulletin/error-correction-code-ddr.html 简介 双倍数据速率同步动态随机存取内存(DDR SDRAM 或简称 DRAM)技术如今已成为几乎所有应用的主内 阅读全文
posted @ 2025-06-07 14:44 scott_h 阅读(282) 评论(0) 推荐(0)
摘要: https://www.micron.cn/sales-support/design-tools/dram-power-calculator 阅读全文
posted @ 2025-06-07 14:37 scott_h 阅读(15) 评论(0) 推荐(0)
摘要: 文档 https://github.com/google/leveldb https://github.com/google/leveldb/blob/main/doc/index.md leveldb-handbook 基本概念 https://leveldb-handbook.readthedo 阅读全文
posted @ 2025-06-05 23:02 scott_h 阅读(35) 评论(0) 推荐(0)
摘要: [ 0.000000] Linux version 6.8.0-60-generic (buildd@lcy02-amd64-054) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binuti 阅读全文
posted @ 2025-06-05 17:20 scott_h 阅读(65) 评论(0) 推荐(0)
摘要: ubuntu apt install hwinfo hwinfo --h hwinfo --short start debug info libhd version 21.82 (x86-64) [7688] using /var/lib/hardware kernel version is 6.8 阅读全文
posted @ 2025-06-05 16:44 scott_h 阅读(26) 评论(0) 推荐(0)
摘要: 默认设置 ###默认设置 simplesvr svr.listen("192.168.0.2", 8080); //默认设置localhost:8080 simplecli httplib::Client cli("192.168.0.2", 8080);//默认设置localhost:8080 本 阅读全文
posted @ 2025-05-23 19:09 scott_h 阅读(61) 评论(0) 推荐(0)
摘要: 方式1: 1. 在地址栏输入:about:config 2. 接受风险并继续,然后在方框中输入:security.enterprise_roots.enabled 从True改为False 3. 重新打开就可以了 方式2: 1.setting 2.privacy & Security 3.点击按钮[ 阅读全文
posted @ 2025-05-20 18:42 scott_h 阅读(324) 评论(0) 推荐(0)
摘要: 性能优化 阅读全文
posted @ 2025-04-18 01:42 scott_h 阅读(26) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Wang20122013/article/details/116064435 1 前言 在调试Linux内核的时候经常会用到dmesg命令,常用的用法有: 1. 显示ring buffer内容 dmseg 2. 把ring buffer内容输出到文件 dm 阅读全文
posted @ 2025-02-18 19:37 scott_h 阅读(222) 评论(0) 推荐(0)
摘要: via https://www.cnblogs.com/love-DanDan/p/18401136 如何创建和管理自定义systemd服务 创建和管理自定义 systemd 服务是 Linux 系统管理中的一项重要技能。systemd 是一种初始化系统和服务管理器,广泛应用于现代 Linux 发行 阅读全文
posted @ 2025-02-17 19:28 scott_h 阅读(179) 评论(0) 推荐(0)
摘要: 参考 linux 内核启动Initramfs与initrd 及其挂载 制作initramfs/initrd镜像 bing search linux how to decompress initrd.img file How to Extract initrd/initramfs to View Co 阅读全文
posted @ 2024-12-23 10:57 scott_h 阅读(606) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/u012559967/article/details/134768073 win11确认可行 (另外一种修改注册表,暂未确认) 网络适配器中配置 网络适配器中配置的方式适用于能够在网络适配器中找到物理地址(NetworkAddress)的情况。 1、 阅读全文
posted @ 2024-12-23 02:05 scott_h 阅读(274) 评论(0) 推荐(0)
摘要: 参考 https://xiaoxinblog.xyz/posts/65d46cc7.html F12 open console 键盘输入 允许粘贴 !(function () { "use strict"; document.querySelectorAll("script").forEach(fu 阅读全文
posted @ 2024-11-12 19:55 scott_h 阅读(53) 评论(0) 推荐(0)
1 2 3 4 5 ··· 11 下一页