Choose Theme

Shortcuts: ⌘ ⇧ P
↑↓ Navigate • Enter Confirm • Esc Close
🖥️ System
🌻 Latte
🦭 Nord
🐻‍❄️ Nord Night
🌺 Macchiato
🌿 Mocha
🏙 Tokyo Night
FOSS Music Player: MPD, MPC, and RMPClqip
Nushell - CrossPlatformlqip
终端效率进阶:掌握 Shell 行内编辑与 Vim/Emacs 快捷键lqip
Set System Env-Vars in UNIXlqip

Set System Env-Vars in UNIX

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

Clean Disk Space in Ubuntu

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

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.
Learn Git Data Structure Designlqip
Docker SSH Forwardinglqip

Docker SSH Forwarding

🤖本文介绍了一种基于Docker的SSH转发解决方案,通过在Ubuntu服务器上运行容器并配置端口映射,解决了老旧系统(如Ubuntu 18.04)上的软件兼容性问题,实现了标准化的开发环境配置和便捷的远程访问。