LINUX - Apache httpd 配置

Identify the key configuration files, log files, and content directories used by Apache httpd. Configure Apache httpd to provide IP-based and name-based virtual hosts. Configure Apache httpd to provide TLS-encrypted virtual hosts. Configure Apache httpd to serve dynamic database-driven web content. view more »

FTP - vsftpd in RHEL 7

The File Transfer Protocol (FTP) is one of the oldest and most commonly used protocols found on the Internet today. Its purpose is to reliably transfer files between computer hosts on a network without requiring the user to log directly in to the remote host or to have knowledge of how to use the remote system. It allows users to access files on remote systems using a standard set of simple commands. view more »

Fork/Join framework

The fork/join framework was designed to recursively split a parallelizable task into smaller tasks and then combine the results of each subtask to produce the overall result. view more »