<< < 7 8 9 10 11 12 13 14 15 16 > >>   ∑:379  Sort:Date

"ifconfig" - Trace Routes to Remote Host
This section provides a tutorial example on how to use 'ifconfig' command to view and manage network interface configurations.
2025-12-29, ∼228🔥, 0💬

hostnamectl - Display System Information
This section provides a tutorial example on how to display operating system information using the 'uname' and other commands on Ubuntu systems.
2025-12-29, ∼228🔥, 0💬

About This Book
This section provides some detailed information about this book - Ubuntu Tutorials - Herong's Tutorial Examples.
2025-12-29, ∼228🔥, 0💬

"jobs" - Manage Background Jobs
This section provides a tutorial example on how to use 'jobs' command to display background jobs, which are processes with input detached the keyboard. You can start a background job by adding the 'ampersand' sign to the end of the commmad.
2025-12-29, ∼228🔥, 0💬

"tmux" - Terminal Multiplexer
This section provides a tutorial example on how to use 'tmux' tool to manage multiple shells as windows and panes in a single terminal. 'tmux' automatically keeps all shells running when the terminal is disconnected.
2025-12-29, ∼226🔥, 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, ∼226🔥, 0💬

Shell - The Command-Line Interpreter
This chapter provides introductions and tutorial examples on Ubuntu shells, which are command-line interpreters and scripting languages. '/bin/bash' is the default shell for interactive sessions. '/bin/dash' is the default shell for shell scripts.
2025-12-29, ∼226🔥, 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, ∼225🔥, 0💬

"zip" and "unzip" - Create and Extract ZIP Files
This section provides a tutorial example on how to use 'zip' command to compress multiple file and sub-directories into a ZIP file and use 'unzip' command to extract files out of a ZIP file.
2025-12-29, ∼225🔥, 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, ∼225🔥, 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, ∼224🔥, 0💬

Bash Command Line Interpretation Steps
This section describes major processing steps, when a command line is entered at the Bash shell prompt.
2025-12-29, ∼224🔥, 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.
2025-12-29, ∼224🔥, 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, ∼224🔥, 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, ∼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.
2025-12-29, ∼223🔥, 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, ∼223🔥, 0💬

Memory Management
This chapter provides introductions and tutorial notes on memory management. Topics include memory layers and access speed; cache memory levels; virtual memory and physical memory mapping; page table; buffers, caches and swap spaces; memory usage reporting tools: free, ps, smem, pmap, /proc/meminfo,...
2025-12-29, ∼222🔥, 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, ∼222🔥, 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, ∼222🔥, 0💬

GNOME Application - Settings
This section provides a tuturial example on how to use the GNOME application 'Settings' to modify system settings.
2025-12-29, ∼221🔥, 0💬

Layers of Memory and Access Speed
This section describes layers of memory: CPU Register, CPU Caches, RAM and hard disk.
2025-12-29, ∼221🔥, 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, ∼220🔥, 0💬

Move /home Directory to New Partition
This section provides a tutorial example on how to move /home directory to a new partition when it runs out of space. A better solution is to extend its file system.
2025-12-29, ∼218🔥, 0💬

<< < 7 8 9 10 11 12 13 14 15 16 > >>   ∑:379  Sort:Date