RHCSA and RHCE 6 Certifications

Featured

This article is an introduction to the series of articles that will be presented on this site covering the Red Hat Certified System Administration (RHCSA EX200) and Red Hat Certified Engineer ( RHCE EX300) certification exams. You need to keep in mind the following notes when reading the associated articles. Continue reading

Deadlocks


A deadlock occurs when two or more session are waiting for data locked by each other, resulting in all the sessions being blocked. Oracle automatically detects and resolves deadlocks by rolling back the statement associated with the transaction that detects the deadlock. Typically, deadlocks are caused by poorly implemented locking in application code. This article shows the steps necessary to identify the offending application code when a deadlock is detected. Continue reading

Security-Enhanced Linux (SELinux)

This article covers the basic concepts of Security-Enhanced Linux (SELinux), with specific reference to the information needed for the RHCSA EX200 certification exam. Extra information is required for the RHCE EX300 certification exam, which will be supplied by another article.

Remember, the exams are hands-on, so it doesn’t matter which method you use to achieve the result, so long as the end product is correct. Continue reading