Everything below refers to x86 and Linux, unless otherwise indicated. Reference:
Stack & Heap Explained
We know that value types are created on the stack, and reference types are created on the heap. But what are stacks and heaps, really?
Memory Mapping
More to read: Understanding Memory Mapping
Linux Log System
Linux Task Scheduling
我们经常需要安排脚本在某个时间或周期性的运行。 今天介绍两个工具, crontab
(周期性) 与 at
(仅执行一次)。
Linux Boot Process
今天来简单总结一下 Linux 的启动流程。从主机设备加电开始一直到操作系统展开登录界面的过程,称为操作系统启动过程。Linux 在启动过程中默默完成了许多初始化任务,包括装载 Linux 内核模块、启动网络服务、设定时钟等。相关链接:
Linux Processes
Linux System Backup & Restore, Software Management
今天来了解一下 Linux 系统备份与恢复,还有软件管理的一些基础知识。
Linux Disk Management & LVM
Linux File System, FHS & umask
今天来 总结一下 Linux 的文件系统,还有文件类型。