RHCE — различия между версиями

Материал из pNp Wiki
Перейти к: навигация, поиск
Строка 28: Строка 28:
 
* Configure the service for basic operation
 
* Configure the service for basic operation
 
* Configure host-based and user-based security for the service
 
* Configure host-based and user-based security for the service
'''''HTTP/HTTPS'''''
+
==== HTTP/HTTPS ====
 
* Configure a virtual host
 
* Configure a virtual host
 
* Configure access restrictions on directories
 
* Configure access restrictions on directories
Строка 34: Строка 34:
 
* Configure group-managed content
 
* Configure group-managed content
 
* Configure TLS security
 
* Configure TLS security
'''''DNS'''''
+
==== DNS ====
 
* Configure a caching-only name server
 
* Configure a caching-only name server
 
* Troubleshoot DNS client issues
 
* Troubleshoot DNS client issues
'''''NFS'''''
+
==== NFS ====
 
* Provide network shares to specific clients
 
* Provide network shares to specific clients
 
* Provide network shares suitable for group collaboration
 
* Provide network shares suitable for group collaboration
 
* Use Kerberos to control access to NFS network shares
 
* Use Kerberos to control access to NFS network shares
'''''SMB'''''
+
==== SMB ====
 
* Provide network shares to specific clients
 
* Provide network shares to specific clients
 
* Provide network shares suitable for group collaboration
 
* Provide network shares suitable for group collaboration
'''''SMTP'''''
+
==== SMTP ====
 
* Configure a system to forward all email to a central mail server
 
* Configure a system to forward all email to a central mail server
'''''SSH'''''
+
==== SSH ====
 
* Configure key-based authentication
 
* Configure key-based authentication
 
* Configure additional options described in documentation
 
* Configure additional options described in documentation
'''''NTP'''''
+
==== NTP ====
 
* Synchronize time using other NTP peers
 
* Synchronize time using other NTP peers
'''''Database services'''''
+
==== Database services ====
 
* Install and configure MariaDB
 
* Install and configure MariaDB
 
* Backup and restore a database
 
* Backup and restore a database
 
* Create a simple database schema
 
* Create a simple database schema
 
* Perform simple SQL queries against a database
 
* Perform simple SQL queries against a database

Версия 15:50, 29 ноября 2017

Для подготовки к экзамену использовались следующие материалы:

  • Видеокурсы Linux Academy
  • Замечательная книга Сандера Ван Вогта: Sander van Vugt - Red Hat RHCSA/RHCE7 Cert Guide: Red Hat Enterprise Linux 7(EX200 and EX300)
  • Официальная документация по Red Hat Enterprise Linux 7
  • Официальная документация для подготовки к экзамену EX300
  • Сайт с информацией для подготовки к экзамену CertDepot


В данный момент, экзамен носит номер EX300 и включает в себя следующие темы:

System configuration and management

Network services

  • Install the packages needed to provide the service
  • Configure SELinux to support the service
  • Use SELinux port labeling to allow services to use non-standard ports
  • Configure the service to start when the system is booted
  • Configure the service for basic operation
  • Configure host-based and user-based security for the service

HTTP/HTTPS

  • Configure a virtual host
  • Configure access restrictions on directories
  • Deploy a basic CGI application
  • Configure group-managed content
  • Configure TLS security

DNS

  • Configure a caching-only name server
  • Troubleshoot DNS client issues

NFS

  • Provide network shares to specific clients
  • Provide network shares suitable for group collaboration
  • Use Kerberos to control access to NFS network shares

SMB

  • Provide network shares to specific clients
  • Provide network shares suitable for group collaboration

SMTP

  • Configure a system to forward all email to a central mail server

SSH

  • Configure key-based authentication
  • Configure additional options described in documentation

NTP

  • Synchronize time using other NTP peers

Database services

  • Install and configure MariaDB
  • Backup and restore a database
  • Create a simple database schema
  • Perform simple SQL queries against a database