<< < 1 2 3 4 5 6 7 8 9 > >>   ∑:9022  Sort:Rank

"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, ∼134🔥, 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, ∼134🔥, 0💬

"gzip/gunzip" - Compressed *.gz Files
This section provides a tutorial example on how to use 'gzip' and 'gunzip' commands to compress large files and restore them later. Compressed files will have the *.gz file name extension.
2025-12-29, ∼126🔥, 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, ∼126🔥, 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, ∼124🔥, 0💬

Process Management
This chapter provides introductions and tutorial on managing processes on Ubuntu systems. Topics include 'ps' to display processes; 'jobs' and other commands to manage background jobs.
2025-12-29, ∼123🔥, 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, ∼146🔥, 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, ∼132🔥, 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, ∼136🔥, 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, ∼128🔥, 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, ∼122🔥, 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, ∼131🔥, 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, ∼129🔥, 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, ∼132🔥, 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, ∼132🔥, 0💬

Introduction to Ubuntu Systems
This chapter provides introductions and tutorial on Ubuntu operating systems. Topics include 'uname' to display operating system information; 'free' to display memory usages; 'who' to display logged-in users; 'w' to display commands running by logged-in users.
2025-12-29, ∼128🔥, 0💬

"sudo apt autoremove" - Remove Unneeded Packages
This section provides a tutorial example on how to use the 'apt autoremove' command to remove all packages that are no longer needed on Ubuntu computer.
2025-12-29, ∼140🔥, 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.
2025-12-29, ∼124🔥, 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, ∼129🔥, 0💬

GNOME Application - Terminal
This section provides a tutorial example on how to use the GNOME application 'Terminal' to run commands interactively.
2025-12-29, ∼123🔥, 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, ∼130🔥, 0💬

"traceroute" - Trace Route to Remote Host
This section provides a tutorial example on how to use 'traceroute' command to trace route (or gateways) between the local host and a given remote host.
2025-12-29, ∼132🔥, 0💬

"rar" and "unrar" - Roshal Archive Files
This section provides a tutorial example on how to use 'unrar' package to extract files from a RAR archive file.
2025-12-29, ∼129🔥, 0💬

Command Input/Output Redirection
This section provides a tutorial example on how to use command input and output redirection operators to read input files and save output files.
2025-12-29, ∼131🔥, 0💬

<< < 1 2 3 4 5 6 7 8 9 > >>   ∑:9022  Sort:Rank