Popular Books:
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, 117🔥, 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. 2023-05-24, 115🔥, 0💬
Layers of Memory and Access Speed
This section describes layers of memory: CPU Register, CPU Caches, RAM and hard disk. 2024-08-17, 113🔥, 0💬
smem - Process Memory Usage Report
This section provides a tutorial on how to install 'smem' and use it to report memory usage of each running process. 2024-08-17, 113🔥, 0💬
Apache Configuration for HTTPS Protocol
This section provides a tutorial example on how to install Web server certificates and configure Apache HTTP Server to support the HTTPS protocol. 2024-04-12, 113🔥, 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. 2024-08-17, 112🔥, 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. 2024-08-17, 112🔥, 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, 112🔥, 0💬
What Is Swap Space
This section describes swap space, reserved area on the hard disk that extends RAM to form a larger physical memory. 2024-08-17, 110🔥, 0💬
SquirrelMail Configuration on CentOS
This section provides a tutorial example on how to configure SquirrelMail on CentOS to integrate with localhost Postfix and Dovecot servers. 2023-05-27, 110🔥, 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. 2024-08-17, 109🔥, 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. 2024-08-17, 109🔥, 0💬
SquirrelMail for Mail Server on Local Network
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to access a remote mail server on the local network. 2023-06-01, 109🔥, 0💬
Virtual Memory vs. Physical Memory
This section describes virtual memory, which is mapped to physical memory through MMU (Memory Management Unit). 2024-08-17, 108🔥, 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. 2024-08-17, 108🔥, 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. 2024-08-17, 108🔥, 0💬
SquirrelMail Webmail Installation on CentOS
This section provides a tutorial example on how to install SquirrelMail on CentOS computers as a Web-based email client tool. 2023-05-29, 108🔥, 0💬
Popular Posts:
This section describes the DER (Distinguished Encoding Rules) - A binary format of encoding a data v...
This tutorial book based on notes and sample codes collected by the author while he was learning Jav...
This section provides a tutorial example of running PerlApp from ActiveStat to convert a sample Perl...
This section describes how to SQL Server command line tool - SQLCMD.
This section provides a tutorial example on how to shutdown or terminate the JVM instance using exit...