摘要:
title: '在chroot环境中挂载dev, proc, sys' date: 2022-04-27 16:33:44 tags: mount cd /location/of/new/root mount -t proc /proc proc/ mount -t sysfs /sys sys/ 阅读全文
posted @ 2024-09-28 14:08
寻找繁星
阅读(165)
评论(0)
推荐(0)
摘要:
title: 制作自定义的Debian LiveOS ISO date: 2022-05-30 21:16:13 tags: 主要参考:https://willhaley.com/blog/custom-debian-live-environment/ 序章 先找到一块风水宝地作为我们的工作目录,所 阅读全文
posted @ 2024-09-28 14:08
寻找繁星
阅读(1237)
评论(0)
推荐(0)
摘要:
title: 切换GRUB菜单的提供方 date: 2022-01-10 13:15:54 tags: 安装Debian之后,GRUB菜单就变成Debian的了。但是Debian的GRUB菜单在高分屏下字特别小。 Deepin的GRUB菜单很好看,而且还可以方便地在设置里设置默认项。所以我想要将GR 阅读全文
posted @ 2024-09-28 14:08
寻找繁星
阅读(35)
评论(0)
推荐(0)
摘要:
title: systemctl学习笔记 date: 2023-04-14 16:29:39 tags: # https://unix.stackexchange.com/questions/447561/systemctl-status-shows-state-degraded systemctl 阅读全文
posted @ 2024-09-28 14:08
寻找繁星
阅读(17)
评论(0)
推荐(0)
摘要:
title: perf学习笔记 date: 2023-12-08 19:06:53 tags: 官方文档:https://perf.wiki.kernel.org/index.php/Main_Page 安装 Debian: sudo apt install linux-perf 开启权限 设置/p 阅读全文
posted @ 2024-09-28 14:08
寻找繁星
阅读(90)
评论(0)
推荐(0)
摘要:
title: nginx学习笔记 date: 2023-06-11 17:12:21 tags: https server server { listen 端口 ssl http2; listen [::]:端口 ssl http2; server_name __domain_name__; ssl 阅读全文
posted @ 2024-09-28 14:08
寻找繁星
阅读(35)
评论(0)
推荐(0)
摘要:
title: algorithm2e包参数 date: 2021-06-04 15:58:28 完整参数见官方文档:http://tug.ctan.org/macros/latex/contrib/algorithm2e/doc/algorithm2e.pdf 这里介绍几个常用的。 测试代码: \d 阅读全文
posted @ 2024-09-28 14:08
寻找繁星
阅读(79)
评论(0)
推荐(0)
摘要:
title: hitszthesis Linux使用笔记 date: 2021-02-09 16:51:20 安装texlive 在Deepin上测试通过: # texlive-xetex: xelatex # texlive-lang-chinese: ctex.sty # texlive-ext 阅读全文
posted @ 2024-09-28 14:08
寻找繁星
阅读(75)
评论(0)
推荐(0)
摘要:
title: latex写论文 date: 2020-04-18 00:24:34 tags: 参考 latex 中section的标题左对齐而不是居中 作者单位 Latex技巧:插入参考文献 Latex/CTex/WinEdt 将参考文献设为上标引用,并加方括号 latex代码 % !TEX pr 阅读全文
posted @ 2024-09-28 14:07
寻找繁星
阅读(82)
评论(0)
推荐(0)
摘要:
title: latex 定义带有方括号的command date: 2019-09-19 16:42:11 来源:https://en.wikibooks.org/wiki/LaTeX/Macros 方括号中的参数其实就是默认参数。 使用方法: \newcommand{name}[num][def 阅读全文
posted @ 2024-09-28 14:07
寻找繁星
阅读(64)
评论(0)
推荐(0)

浙公网安备 33010602011771号