Popular Books:
Manage "apt" Package Repositories
This section provides a quick introduction on 'apt' package repositories, which are defined in the /etc/apt/sources.list file. 2025-12-29, ∼113🔥, 0💬
Layers of Memory and Access Speed
This section describes layers of memory: CPU Register, CPU Caches, RAM and hard disk. 2025-12-29, ∼112🔥, 0💬
smem - Process Memory Usage Report
This section provides a tutorial on how to install 'smem' and use it to report memory usage of each running process. 2025-12-29, ∼112🔥, 0💬
"find" - Search for Files
This section provides a tutorial example on how to use 'find' command to search for files in a directory tree. '-name' and '-size' are 2 commonly used search conditions. 2025-12-29, ∼112🔥, 0💬
List CPU Caches and Their Sizes
This section describes how to use 'lscpu', 'lshw' and 'dmidecode' commands to list CPU caches and their sizes. 2025-12-29, ∼111🔥, 0💬
"shutdown" and "halt/poweroff/reboot" Commands
This section provides a quick introduction of the 'shutdown' command, and its alias commands 'halt', 'poweroff', and 'reboot'. 2025-12-29, ∼111🔥, 0💬
What Is Shell
This section provides a quick introduction of shell programs on Ubuntu computer. Bash (Bourne Again SHell) is the default shell program. 2025-12-29, ∼108🔥, 0💬
"ps -o rss,drs,trs,vsz,sz" - Process Status Options
This section provides a tutorial on how to 'ps -o rss,drs,trs,vsz,sz' command to report memory usage of each running process. 2024-08-17, ∼329🔥, 0💬
List CPU Caches and Their Sizes
This section describes how to use 'lscpu', 'lshw' and 'dmidecode' commands to list CPU caches and their sizes. 2024-08-17, ∼286🔥, 0💬
Layers of Memory and Access Speed
This section describes layers of memory: CPU Register, CPU Caches, RAM and hard disk. 2024-08-17, ∼259🔥, 0💬
pmap - Process Memory Map
This section provides a tutorial on how to install 'smem' and use it to report memory usage of each running process. 2024-08-17, ∼242🔥, 0💬
What Is Swap Space
This section describes swap space, reserved area on the hard disk that extends RAM to form a larger physical memory. 2024-08-17, ∼223🔥, 0💬
Virtual Memory Mapping and Page Table
This section describes virtual memory page, physical memory frame, and page table that maps a page to a frame. 2024-08-17, ∼222🔥, 0💬
smem - Process Memory Usage Report
This section provides a tutorial on how to install 'smem' and use it to report memory usage of each running process. 2024-08-17, ∼219🔥, 0💬
Virtual Memory vs. Physical Memory
This section describes virtual memory, which is mapped to physical memory through MMU (Memory Management Unit). 2024-08-17, ∼215🔥, 0💬
/proc/{id}/maps - Process Memory Map
This section describes the pseudo file '/proc/{id}/maps' that represents virtual memory map of a given process. 2024-08-17, ∼215🔥, 0💬
Verify Cache Memory with "cp" Command
This section provides a tutorial example to verify the cache memory usage in the RAM free space using a single 'cp' command. 2024-08-17, ∼176🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to download and install Adobe Flex SDK 4.1 on Window...
This section provides a tutorial example on how the SOAP message receiver should validate the digita...
本书开始部分介绍了国标 GB2312 字符集和它的几种编码, 其余部分列出了 GB2312 编码和 Unicode 编码相互转换的表格制作程式。...
This section provides a tutorial example on how to convert XML documents into pretty print format us...
This book is a collection of notes and sample codes written by the author while he was learning WSDL...