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

Disable SSH Access for FTP Users
This section provides a tutorial example on how to disable SSH login access of a user on CentOS systems and allow his/her to use FTP service only for upload and download files.
2024-01-03, ∼217🔥, 0💬

Internet Networking Tools
This chapter provides introductions and tutorial examples about Internet networking tools. Topics include 'wget' to download Web files; 'curl' to send requests to URLs.
2023-05-23, ∼216🔥, 0💬

"uname" - Display System Information
This section provides a tutorial example on how to display operating system information using the 'uname' command on Linux systems.
2022-10-01, ∼213🔥, 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.
2022-10-01, ∼213🔥, 0💬

Memory Management
This chapter provides introductions and tutorial notes on memory management. Topics include memory layers and access speed; cache memory levels; virtual memory and physical memory mapping; page table; buffers, caches and swap spaces; memory usage reporting tools: free, ps, smem, pmap, /proc/meminfo,...
2024-08-17, ∼212🔥, 0💬

Process Management
This chapter provides introductions and tutorial on managing processes on Linux systems. Topics include 'ps' to display processes; 'jobs' and other commands to manage background jobs; 'tmux' tool to manage multiple shells and keep them in background.
2022-10-01, ∼211🔥, 0💬

Files Used in PHP "include" Statements
This section provides a tutorial example on how to the PHP engine search for files given in the 'include' statements.
2022-10-01, ∼210🔥, 0💬

Running PHP Scripts on Linux Systems
This chapter provides introductions and tutorial examples about running PHP scripts on Linux systems. Topics include installing PHP engine on CentOS Linux systems; installing missing PHP modules; dumping PHP environment info; 'include' statements.
2022-10-01, ∼209🔥, 0💬

Cron Daemon, Table and Jobs
This section describes what is cron daemon and its related cron tables/jobs.
2022-10-01, ∼208🔥, 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, ∼204🔥, 0💬

Upgrade OpenJDK on CentOS
This section provides a tutorial example on how to upgrade OpenJDK on CentOS 8 systems using package manager 'dnf/yum' and symbolic link manager 'update-alternatives' symbolic links for 'java/javac' command.
2024-04-12, ∼204🔥, 0💬

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

Install vsftpd on CentOS
This section provides a tutorial example on how to install, enable and start vsftpd (Very Secure FTP Daemon) on CentOS systems.
2024-01-01, ∼203🔥, 0💬

SSH Protocol and ssh/scp Commands
This chapter provides introductions and tutorial notes on SSH (Secure SHell) protocol and 'ssh/scp' commands. Topics include SSH connection steps; user password and public key authentication methods; SSH server configuration settings; 'ssh' for remote login sessions; 'scp' for copying remote files.
2023-12-26, ∼203🔥, 0💬

Network Firewall Tools on CentOS
This section provides quick descriptions on 3 major network firewall tools, 'firewalld/firewall-cmd', 'nftables/nft', and 'iptables' on CentOS 8 systems.
2022-10-01, ∼202🔥, 0💬

"ps" - Display Current Processes
This section provides a tutorial example on how to use 'ps' command to display current process on the system.
2022-10-01, ∼202🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼202🔥, 0💬

Common Issues with Apache HTTPS Support
This section provides examples of some common issues related to HTTPS support on Apache HTTP Server.
2024-04-12, ∼200🔥, 0💬

Layers of Memory and Access Speed
This section describes layers of memory: CPU Register, CPU Caches, RAM and hard disk.
2024-08-17, ∼199🔥, 0💬

Manage User Groups
This section provides a tutorial example on how to manage user groups. Use 'groupadd' to add new groups. Use 'usermod -g' to change user's primary group. Use 'gpasswd -a' assign supplementary group membership.
2022-10-01, ∼199🔥, 0💬

"tar -c" and "tar -x" - Create and Extract Archive Files
This section provides a tutorial example on how to use 'tar -c' command to compress multiple file and sub-directories into an archive file and use 'tar -x' command to extract files out of an archive file.
2022-10-01, ∼199🔥, 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.
2022-10-01, ∼199🔥, 0💬

Performance of Inserting Integers to MySQL Database
This section provides a tutorial example on how to test the performance of inserting integers into MySQL server database using PHP 'mysqli' functions. MySQL server is 100 times slower on my CentOS computer and macOS computer.
2022-10-01, ∼199🔥, 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, ∼197🔥, 0💬

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