Popular Books:
"g++ -l..." to Link with Library Files
This section provides a tutorial example on how to use 'g++ -static' and 'g++ -l...' options to link your program with static or dynamic library files. 2026-04-11, ∼4274🔥, 4💬
💬 2026-04-11 piotrek: mama kupa zatkala kran!! pomocy!! wylewa sie
Truncate Log Files
This section provides a tutorial example on how to truncate log files in Ubuntu computers. 2025-12-30, ∼163🔥, 0💬
What Is APT
This section provides a quick introduction on APT (Advanced Package Tool), which is the default software package manager on Ubuntu computers. 2025-12-29, ∼178🔥, 0💬
Create and Run Bash Script
This section provides a tutorial example on how to create and run a Bash shell script file. 2025-12-29, ∼149🔥, 0💬
"cURL" - Client for URL
This section provides a tutorial example on how to use 'cURL' command to send requests to a remote server in different protocols in URL format. 2025-12-29, ∼157🔥, 0💬
"wget" - Get Files from the Web
This section provides a tutorial example on how to use 'wget' command to download files from the Web. 'wget' can resume failed downloads. 2025-12-29, ∼169🔥, 0💬
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, ∼175🔥, 0💬
References
List of reference materials used in this book. 2025-12-29, ∼172🔥, 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, ∼169🔥, 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, ∼159🔥, 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, ∼158🔥, 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, ∼171🔥, 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, ∼168🔥, 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, ∼162🔥, 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, ∼167🔥, 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, ∼187🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to download and install Adobe Flex SDK 4.1 on Window...
This section describes the native-to-ASCII encoding converter 'native2ascii' and its options. Non-AS...
±¾Ê鿪ʼ²¿·Ö½éÉÜÁ˹ú±ê23 12GB2312×Ö·û¼¯ºÍËüµÄ¼¸ÖÖ ±àÂ룬ÆäÓಿ·Ö...
This section provides a tutorial example on how to set one bit into a byte array at a specific bit p...
This section describes how to loop through ResultSet objects with the res.next() method.