LZll zincaketi.hashnode.dev·Sep 25, 2020 · 1 min readwin10shortcutwin + e ------> 文件浏览器 win + v -------> 剪切板00
LZll zincaketi.hashnode.dev·Sep 24, 2020 · 1 min readLinux BCC Tracing tools kitMost of the counter-based tools on Linux systems read statistics from the /proc file system. /proc is a “pseudo” file system that exists only in kernel memory and is used primarily for querying various per-process as well as kernel statistics. The /p...00
LZll zincaketi.hashnode.dev·Sep 24, 2020 · 2 min readOS-Chapter2-SummaryAn operating system provides an environment for the execution of programs by providing services to users and programs. The three primary approaches for interacting with an operating system are (1) command interpreters, (2) graphical user interfaces, ...00
LZll zincaketi.hashnode.dev·Sep 24, 2020 · 12 min readOS-Chapter3-Process Managementthese needs resulted in the notion of a process, which is a program in execution. A process is the unit of work in a modern computing system. The status of the current activity of a process is represented by the value of the program counter and the c...00