Popular Books:
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, ∼135🔥, 0💬
Manage "apt" Package Repositories
This section provides a quick introduction on 'apt' package repositories, which are defined in the /etc/apt/sources.list file. 2025-12-29, ∼135🔥, 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, ∼134🔥, 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, ∼133🔥, 0💬
Keyboard Shortcuts on GNOME
This section lists commonly used keyboard shortcuts on GNOME on Ubuntu computers. Alt-PrtSc-S.U.B forces the system to reboot. 2025-12-29, ∼133🔥, 0💬
GNOME Application - Files
This section provides a quick introduction on the GNOME application 'Files' for browsing files and directories. 2025-12-29, ∼133🔥, 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, ∼132🔥, 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, ∼128🔥, 0💬
Install and Manage Python Engine on CentOS
This section provides a tutorial example on how to install Python 3.6 on CentOS 8 systems using 'dnf/yum' as the package manager. 2022-10-01, ∼123🔥, 0💬
Verify Apache Web Server "httpd"
This section provides a tutorial example on how to manage Apache Web Server 'httpd' on CentOS 8 systems, and how to publish HTML documents and PHP scripts.. 2022-10-01, ∼119🔥, 0💬
"g++ -shared" to Build Dynamic Library
This section provides a tutorial example on how to use 'g++ -shared' commands to compile your code and to build dynamic library file on Linux systems. 2022-10-01, ∼103🔥, 0💬
Install MySQL Database Server on CentOS
This section provides a tutorial example on how to install MySQL 8.0 server on CentOS 8 systems using 'dnf/yum' as the package manager. 2022-10-01, ∼100🔥, 0💬
MySQL Server File Locations on CentOS
This section provides a tutorial example on how to find and view MySQL Server file locations for MySQL 8.0 server on CentOS 8 systems. 2022-10-01, ∼100🔥, 0💬
MySQL Server Log Files on CentOS
This section provides a tutorial example on how to review log file settings and locations for MySQL 8.0 server on CentOS 8 systems. 2022-10-01, ∼100🔥, 0💬
MySQL Server Socket Connection on CentOS
This section provides a tutorial example on how to use the Socket Connection for client programs from the same host as the MySQL 8 Server on CentOS 8 systems. 2022-10-01, ∼100🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to use the MimeHeaders class and the addHeader() met...
This section provides a tutorial example on how to run JcaKeyPair.java to generate a RSA private key...
This book is a collection of notes and sample codes written by the author while he was learning JSP ...
This chapter provides notes and tutorials on installing PHP on Windows systems. Topics include downl...
This book introduces you the Gregorian calendar and the Chinese calendar. A Java program is provided...