会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HarryPotterIsDead!
博客园
首页
新随笔
联系
订阅
管理
2023年10月25日
如何在iEDA中添加自定义Tcl命令
摘要: 注:ScriptEngine 和 UserShell 头文件和实现在 iEDA/src/utility/tcl/ScriptEngine.hh 路径下 1 使用 ScriptEngine 自定义 Tcl 命令 ScriptEngine 是 Tcl 命令解析器,包含命令、命令选项、解析器等一系列工具。
阅读全文
posted @ 2023-10-25 12:38 HarryPotterIsDead!
阅读(123)
评论(0)
推荐(0)
2023年6月25日
修改管理口IPMI密码
摘要: 主板型号是SuperMicro,IPMI的密码突然忘了,下面就对ADMIN的密码进行修改; 并给出遇到 "IPMI command failed: Request data field length limit exceeded" 错误的解决方案。
阅读全文
posted @ 2023-06-25 20:48 HarryPotterIsDead!
阅读(2335)
评论(0)
推荐(0)
2023年3月16日
Docker安装及初始化
摘要: 包括rootless docker的设置
阅读全文
posted @ 2023-03-16 17:38 HarryPotterIsDead!
阅读(1164)
评论(0)
推荐(0)
2022年8月8日
Failed to initialize NVML: Driver/library version mismatch
摘要: 执行 nvidia-smi 突然就崩了 查询发现 [Nvidia NVML Driver/library version mismatch](https://stackoverflow.com/a/43023000) 这个问题的最高赞说 重启就好了,尝试了下,确实。 那是因为什么导致这个问题呢? 答
阅读全文
posted @ 2022-08-08 17:50 HarryPotterIsDead!
阅读(4834)
评论(0)
推荐(1)
2022年5月25日
使用新硬盘给Linux文件系统扩容(LVM全流程操作)
摘要: ubuntu server 默认只给根目录分配了100G空间,但博主有两块3.5T的固态盘,本文将对根目录上挂载的文件系统进行扩容
阅读全文
posted @ 2022-05-25 21:33 HarryPotterIsDead!
阅读(1929)
评论(0)
推荐(0)
2022年5月19日
拿到GPU服务器后要干什么
摘要: 装系统,装驱动,配用户,配环境
阅读全文
posted @ 2022-05-19 15:50 HarryPotterIsDead!
阅读(373)
评论(0)
推荐(0)
2022年4月19日
linux命令查看文件链接的动态库 各种符号
摘要: 最直接的就用 ldd + 可执行文件: $ ldd /usr/bin/ls linux-vdso.so.1 (0x00007ffea7136000) libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007fe10fa7100
阅读全文
posted @ 2022-04-19 10:55 HarryPotterIsDead!
阅读(1409)
评论(0)
推荐(0)
2022年2月24日
做详细布线(DR)前需要了解的基础概念 EDA
摘要: Component is a basic functional element of a circuit. Examples include transistors, resistors, and capacitors. Module is a circuit partition or a grou
阅读全文
posted @ 2022-02-24 09:56 HarryPotterIsDead!
阅读(861)
评论(0)
推荐(0)
2022年2月20日
C++ 11 应用
摘要: 第一章 使用C++11让程序简洁、现代 1.1 类型推导 1.1.1 auto 为在编译期推理和替换,使用auto声明的变量必须马上初始化。 auto推导规则 不声明 *指针 或 &引用 时,auto推导结果 和 初始化表达式 抛弃引用和cv限定符后 的类型一致; 声明 *指针 或 &引用 时,au
阅读全文
posted @ 2022-02-20 15:29 HarryPotterIsDead!
阅读(170)
评论(0)
推荐(0)
2022年2月2日
The Golden Age of Compiler Design in an Era of HW/SW Co-design
摘要: key notes of Dr. Chris Lattner talk: The Golden Age of Compiler Design in an Era of HW/SW Co-design
阅读全文
posted @ 2022-02-02 15:02 HarryPotterIsDead!
阅读(196)
评论(0)
推荐(0)
下一页
公告