Popular Books:
earlyoom - A Simple OOM Killer
This section provides a tutorial example on how to install 'earlyoom' to prevent OOM (Out Of Memory) freeze. 2025-12-29, ∼156🔥, 0💬
References
List of reference materials used in this book. 2025-12-29, ∼161🔥, 0💬
Move All Users to a New System
This section provides a tutorial example on how to move all users to a new Ubuntu system. 2025-12-29, ∼163🔥, 0💬
Virtual Memory vs. Physical Memory
This section describes virtual memory, which is mapped to physical memory through MMU (Memory Management Unit). 2025-12-29, ∼148🔥, 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. 2025-12-29, ∼142🔥, 0💬
"sudo apt install/remove" - Install/Remove Package
This section provides a tutorial example on how to use the 'apt install/remove' command to install or remove a given software package. 2025-12-29, ∼153🔥, 0💬
"split" and "cat" - Split and Join Files
This section provides a tutorial example on how to use 'split' command to split it into chunks and use 'cat' command to join chunks back into a single file. 2025-12-29, ∼156🔥, 0💬
"ps" - Display Current Processes
This section provides a tutorial example on how to use 'ps' command to display current process on the system. 2025-12-29, ∼148🔥, 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. 2025-12-29, ∼141🔥, 0💬
APT Configuration Settings and Overrides
This section provides a quick introduction of APT (Advanced Package Tool) configuration settings and overriding configuration files. 2025-12-29, ∼170🔥, 0💬
"lsof" - List of Open Files
This section provides a tutorial example on how to use 'lsof' command to display network connections as open files 2025-12-29, ∼149🔥, 0💬
GNOME Application - Image Viewers
This section introduces 3 basic image/picture viewers for GNOME desktop. gThumb seems to be a nice image browser with enough basic editing functions. 2025-12-29, ∼152🔥, 0💬
What Is GNOME
This section provides a quick introduction of GNOME, an open-source desktop environment needed to run graphical applications like Firefox to browse the Internet. 2025-12-29, ∼138🔥, 0💬
What Is Bash (Bourne Again SHell)
This section provides a quick introduction of Bash shell created by Brian Fox in 1989. 2025-12-29, ∼155🔥, 0💬
APT Package Archives and Metadata
This section provides a quick introduction on APT (Advanced Package Tool) cached archive and metadata files. 2025-12-29, ∼150🔥, 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. 2025-12-29, ∼157🔥, 0💬
Popular Posts:
Where to find lucky wedding dates for year 2018? Lucky Wedding Dates: 2018 - Year of the Dog ⇒ Luc...
On the 15th day of the 8th month of the lunar calendar, the moon is round and the Chinese people mar...
What's a calendar? A calendar is a system for measuring time, from hours and minutes, to months and ...
The Lantern Festival falls on the 15th day of the 1st lunar month, usually in February or March in t...
This section describes 'geth' commands to manage Ethereum accounts.