Popular Books:
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, ∼110🔥, 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, ∼110🔥, 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, ∼110🔥, 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, ∼110🔥, 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, ∼110🔥, 0💬
"last/lastb" - Review Login History
This section provides a quick introduction of the 'last' and 'lastb' commands, which allows you to review login history and login attempts. 2025-12-29, ∼110🔥, 0💬
2093 年年歷 - 牛年
中國年歷 - 2093 年年歷 - 牛年 2022-10-16, ∼110🔥, 0💬
References
List of reference materials used in this book. 2025-12-29, ∼109🔥, 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, ∼109🔥, 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, ∼109🔥, 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, ∼109🔥, 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, ∼109🔥, 0💬
"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, ∼109🔥, 0💬
Popular Posts:
This section introduces ASP built-in run-time objects - 5 run-time objects are provided by the ASP p...
Why This Page? Chinese New Year is the main holiday of the year for more than one quarter of the wor...
This chapter provides tutorial examples and notes on Microsoft Visual C# 2010 Express. Topics includ...
This section provides a tutorial example on how to write a Java program using socket interface to se...
This section provides a quick introduction of setting a Gopher server on a Linux system.