Autumn ’25

Summer ’25

Set System Env-Vars in UNIX
MacOS 全局环境变量设置方法。介绍如何通过创建一个简单的启动代理(Launch Agent)和 Shell 脚本,实现真正意义上的系统级环境变量配置。

9 min read

Linux File System Architecture Introduction
🤖 Explores Linux file system architecture built on Unix's "everything is a file" philosophy, covering VFS layer, popular file systems (ext2/3/4, XFS), and how files exist differently in disk vs kernel through superblocks, inodes, and file descriptors. Learn practical file descriptor usage with hands-on examples.

6 min read

Spring ’25

Winter ’24/25

VSCode DevContainer
个人实习参与的项目为简化环境配置工作,维护了Dockerfile。本文介绍如何使用VSCode的devcontainer插件,实现在Docker容器中开发项目。

4 min read

Internet Checksum
设计因特网检验和(Internet checksum)lab时所整理的内容,主要包括并行求和以及增量更新校验和实现。

8 min read

Summer ’24

Shell 编程
Shell的启动和功能简介 shell识别的命令形式 输入输出重定向和管道 shell变量和引用符 Shell脚本程序的建立与运行 shell的语句类别 流编辑器sed和报表生成器awk简介

6 min read

Spring ’24

Linux Commands
记录常用的Linux命令,快捷键和插件,以及推荐的terminal&shell;

11 min read

Winter ’23/24