<< < 4 5 6 7 8 9 10 11 12 13 > >>   ∑:297  Sort:Date

"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.
2023-12-28, ∼176🔥, 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.
2022-10-01, ∼176🔥, 0💬

"xz/unxz" - Compressed *.xz or *.lzma Files
This section provides a tutorial example on how to use 'xz' and 'unxz' commands to compress large files and restore them later. Compressed files will have the *.xz file name extension.
2022-10-01, ∼176🔥, 0💬

Buffer Memory and Cache Memory
This section describes buffer memory and cache memory, which are temporary memory allocations in the free RAM area to improve data input and output performance on hard disk.
2024-08-17, ∼175🔥, 0💬

Move All Users to a New System
This section provides a tutorial example on how to move all users to a new Linux system.
2022-10-01, ∼175🔥, 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, ∼174🔥, 0💬

"sudo" Command and Privilege
This section provides a tutorial example on how to grant 'sudo' privilege to a user to allow him/her to run 'sudo' command to gain 'root' permission without login as 'root'.
2022-10-01, ∼174🔥, 0💬

"find" - Search for Files
This section provides a tutorial example on how to use 'find' command to search for files in a directory tree. '-name' and '-size' are 2 commonly used search conditions.
2022-10-01, ∼174🔥, 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, ∼173🔥, 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.
2022-10-01, ∼173🔥, 0💬

Requirements for Supporting HTTPS on Apache
This section provides a brief summary of requirements on configuring the Apache HTTP Server to support the HTTPS protocol.
2024-04-12, ∼172🔥, 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.
2023-05-23, ∼172🔥, 0💬

Group Access Permissions on Files
This section provides a tutorial example on how to control group access permissions on files. Use 'chgrp' to change group ownership. Use 'chmod g=' to change group access permission.
2022-10-01, ∼172🔥, 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, ∼168🔥, 0💬

Support FTP Over TLS on CentOS
This section provides a tutorial example on how to turn SSL/TLS support in vsftpd server on CentOS systems. A private-public key pair and a self-signed certificate is generated with the OpenSSL tool.
2024-01-03, ∼168🔥, 0💬

Cron Daemon, Table and Jobs
This section describes what is cron daemon and its related cron tables/jobs.
2022-10-01, ∼168🔥, 0💬

Migrate Old Scripts to New PHP Release
This section provides a tutorial example on how to migrate old PHP scripts to PHP new releases.
2022-10-01, ∼168🔥, 0💬

SquirrelMail - Webmail in PHP
This chapter provides introductions and tutorial on SquirrelMail Webmail. Topics include installing and configuring SquirrelMail on CentOS systems; accessing mail server on local network; accepting self-signed certificate; using secure IMAPS and SMTPS ports 993 and 465.
2023-06-14, ∼167🔥, 0💬

GCC - C/C++ Compiler
This chapter provides introductions and tutorial examples about GCC C/C++ compilers. Topics include installing GCC C/C++ compilers; GCC compilation steps and settings; 'g++ -I' for include header files; g++ -l' for static/dynamic library files; 'g++ -shared' for building shared object (dynamic libra...
2022-10-01, ∼167🔥, 0💬

Dovecot - IMAP and POP3 Server
This chapter provides introductions and tutorial examples about Dovecot - IMAP and POP3 Server. Topics include installing, configuring, and starting Dovecot; testing Dovecot server using POP3 and IMAP commands with 'telnet'.
2022-10-01, ∼167🔥, 0💬

Install and Manage OpenJDK on CentOS
This section provides a tutorial example on how to install OpenJDK on CentOS 8 systems using 'dnf/yum' as the package manager.
2024-04-12, ∼166🔥, 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, ∼165🔥, 0💬

vsftpd Server Configuration
This section provides a tutorial example on how to configure vsftpd server to allow some local users to upload and download files in their own private Directories with FTP client programs.
2024-01-03, ∼165🔥, 0💬

SquirrelMail Configuration for SMTPS Port 465
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to use the secure SMTPS port 465 to send out emails through a mail server on a local network.
2023-07-10, ∼164🔥, 0💬

<< < 4 5 6 7 8 9 10 11 12 13 > >>   ∑:297  Sort:Date