2025

Set System Env-Vars in UNIX

9 分钟阅读

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

Clean Disk Space in Ubuntu

4 分钟阅读

运行apt install报错You don't have enough free space in /var/cache/apt/archives/,本文记录解决方法
Linux File System Architecture Introduction

6 分钟阅读

🤖 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.
2024

VSCode DevContainer

4 分钟阅读

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

8 分钟阅读

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

Shell 编程

6 分钟阅读

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

Linux Commands

11 分钟阅读

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