-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathRHCE_prep_RHEL6.S5.html
699 lines (625 loc) · 22.5 KB
/
RHCE_prep_RHEL6.S5.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
<meta name="version" content="S5 1.1" />
<title>OpenRHCE</title>
<style type="text/css">
/*
:Author: David Goodger ([email protected])
:Id: $Id: html4css1.css 5196 2007-06-03 20:25:28Z wiemann $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left {
clear: left }
img.align-right {
clear: right }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font-family: serif ;
font-size: 100% }
pre.literal-block, pre.doctest-block {
margin-left: 2em ;
margin-right: 2em }
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
<!-- configuration parameters -->
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
<!-- style sheet links -->
<script src="ui/i18n/slides.js" type="text/javascript"></script>
<link rel="stylesheet" href="ui/i18n/slides.css"
type="text/css" media="projection" id="slideProj" />
<link rel="stylesheet" href="ui/i18n/outline.css"
type="text/css" media="screen" id="outlineStyle" />
<link rel="stylesheet" href="ui/i18n/print.css"
type="text/css" media="print" id="slidePrint" />
<link rel="stylesheet" href="ui/i18n/opera.css"
type="text/css" media="projection" id="operaFix" />
<style type="text/css">
#currentSlide {display: none;}
</style>
</head>
<body>
<div class="layout">
<div id="controls"></div>
<div id="currentSlide"></div>
<div id="header">
<div id="header">
RHCE Preparation (RHEL6)
</div>
</div>
<div id="footer">
<h1>OpenRHCE</h1>
<h2>Copyright © 2011, Scott Purcell, CC BY-NC-SA 3.0</h2>
</div>
</div>
<div class="presentation">
<div class="slide" id="slide0">
<h1 class="title">OpenRHCE</h1>
<h2 class="subtitle" id="a-creative-commons-courseware-for-rhce-preparation">A Creative Commons Courseware for RHCE Preparation</h2>
<!-- Sequence of section adornments: -->
<!-- ==- - -->
<!-- ==- -==- -__++~~^^ -->
<p>Session One: Introduction</p>
</div>
<div class="slide" id="introductions-your-instructor">
<h1>Introductions: Your Instructor</h1>
<p>Scott Purcell</p>
<p><a class="reference external" href="mailto:scott@texastwister.info">scott@texastwister.info</a></p>
<p><a class="reference external" href="http://www.linkedin.com/in/scottpurcell">http://www.linkedin.com/in/scottpurcell</a></p>
<p><a class="reference external" href="http://twitter.com/texastwister">http://twitter.com/texastwister</a></p>
<p><a class="reference external" href="http://www.facebook.com/Scott.L.Purcell">http://www.facebook.com/Scott.L.Purcell</a></p>
</div>
<div class="slide" id="id1">
<h1>Introductions: Your Instructor</h1>
<div class="section" id="qualifications">
<h2>Qualifications:</h2>
<ul class="simple">
<li>RHCSA, RHCE #110-008-877 (RHEL6)</li>
<li>Also: CTT+, CLA, CLP, CNI, LPIC1, Linux+</li>
<li>Curriculum Developer and Trainer for a major computer manufacturer for going on 11 years</li>
<li>Linux Enthusiast since 2000</li>
</ul>
</div>
<div class="section" id="personal">
<h2>Personal:</h2>
<ul class="simple">
<li>Husband, Father, Disciple</li>
<li>Fun: Part-time Balloon Entertainer</li>
</ul>
</div>
</div>
<div class="slide" id="introductions-fellow-students">
<h1>Introductions: Fellow Students</h1>
<div class="section" id="please-introduce-yourselves">
<h2>Please Introduce Yourselves</h2>
<ul class="simple">
<li>Name</li>
<li>Where you work or what you do.</li>
<li>What Linux experience do you already have?</li>
<li>What goals do you have for this class?</li>
<li>Something fun about yourself.</li>
</ul>
</div>
</div>
<div class="slide" id="introductions-the-course">
<h1>Introductions: The Course</h1>
<div class="section" id="expectations">
<h2>Expectations</h2>
<ul class="simple">
<li>Should I be able to pass the RHCE on this class alone?</li>
</ul>
</div>
<div class="section" id="preparation-recommendations">
<h2>Preparation Recommendations</h2>
<ul>
<li><p class="first">Practice/Study Environment</p>
<blockquote>
<ul>
<li><p class="first">2 or 3 systems or VMs, networked together</p>
</li>
<li><p class="first">RHEL 6 (eval), CENTOS 6 (when available), or Fedora (Fedora 13 will be closest to RHEL 6)</p>
</li>
<li><p class="first">Red Hat docs at:</p>
<blockquote>
<p><a class="reference external" href="http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/index.html">http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/index.html</a></p>
</blockquote>
</li>
<li><p class="first">RHCE Objectives and other information at:</p>
<blockquote>
<p><a class="reference external" href="http://www.redhat.com/certification/">http://www.redhat.com/certification/</a></p>
</blockquote>
</li>
<li><p class="first">Practice, practice, practice!</p>
</li>
</ul>
</blockquote>
</li>
</ul>
</div>
</div>
<div class="slide" id="the-red-hat-certification-landscape">
<h1>The Red Hat Certification Landscape</h1>
<ul>
<li><p class="first">RHCSA</p>
<blockquote>
<p>RHCSA is new, replacing the RHCT. It is the "core" sysadmin certification from Red Hat. To earn RHCE and other system administration certs will require first earning the RHCSA.</p>
</blockquote>
</li>
<li><p class="first">RHCE</p>
<blockquote>
<p>RHCE is a senior system administration certification. It is an eligibility requirement for taking any COE exams and is thus a requirement for the upper-level credentials as well.</p>
</blockquote>
</li>
<li><p class="first">Certificates of Expertise</p>
<blockquote>
<p>COEs are incremental credentials demonstrating skills and knowledge in specialized areas. They are worthy credentials in their own right, but also the building blocks of the upper level credentials.</p>
</blockquote>
</li>
<li><p class="first">RHCSS, RHCDS, RHCA</p>
<blockquote>
<p>These upper level credentials recognize those who have achieved expertise in several related specialized areas. Each one requires multiple COEs.</p>
</blockquote>
</li>
</ul>
</div>
<div class="slide" id="rhcsa-understand-use-essential-tools">
<h1>RHCSA: Understand & Use Essential Tools</h1>
<blockquote>
<ul class="simple">
<li>Access a shell prompt and issue commands with correct syntax</li>
<li>Use input-output redirection (>, >>, <tt class="docutils literal"><span class="pre">|</span></tt>, 2>, etc.)</li>
<li>Use grep and regular expressions to analyze text</li>
<li>Access remote systems using ssh and VNC</li>
<li>Log in and switch users in multi-user runlevels</li>
<li>Archive, compress, unpack and uncompress files using tar, star, gzip, and bzip2</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhcsa-essential-tools-cont">
<h1>RHCSA: ...Essential Tools... (cont)</h1>
<blockquote>
<ul>
<li><p class="first">Create and edit text files</p>
</li>
<li><p class="first">Create, delete, copy and move files and directories</p>
</li>
<li><p class="first">Create hard and soft links</p>
</li>
<li><p class="first">List, set and change standard ugo/rwx permissions</p>
</li>
<li><p class="first">Locate, read and use system documentation including man, info, and files in /usr/share/doc .</p>
<blockquote>
<p>[Note: Red Hat may use applications during the exam that are not included in Red Hat Enterprise Linux for the purpose of evaluating candidate's abilities to meet this objective.]</p>
</blockquote>
</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhcsa-operate-running-systems">
<h1>RHCSA: Operate Running Systems</h1>
<blockquote>
<ul class="simple">
<li>Boot, reboot, and shut down a system normally</li>
<li>Boot systems into different runlevels manually</li>
<li>Use single-user mode to gain access to a system</li>
<li>Identify CPU/memory intensive processes, adjust process priority with renice, and kill processes</li>
<li>Locate and interpret system log files</li>
<li>Access a virtual machine's console</li>
<li>Start and stop virtual machines</li>
<li>Start, stop and check the status of network services</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhcsa-configure-local-storage">
<h1>RHCSA: Configure Local Storage</h1>
<blockquote>
<ul class="simple">
<li>List, create, delete and set partition type for primary, extended, and logical partitions</li>
<li>Create and remove physical volumes, assign physical volumes to volume groups, create and delete logical volumes</li>
<li>Create and configure LUKS-encrypted partitions and logical volumes to prompt for password and mount a decrypted file system at boot</li>
<li>Configure systems to mount file systems at boot by Universally Unique ID (UUID) or label</li>
<li>Add new partitions, logical volumes and swap to a system non-destructively</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhcsa-create-and-configure-file-systems">
<h1>RHCSA: Create and Configure File Systems</h1>
<blockquote>
<ul class="simple">
<li>Create, mount, unmount and use ext2, ext3 and ext4 file systems</li>
<li>Mount, unmount and use LUKS-encrypted file systems</li>
<li>Mount and unmount CIFS and NFS network file systems</li>
<li>Configure systems to mount ext4, LUKS-encrypted and network file systems automatically</li>
<li>Extend existing unencrypted ext4-formatted logical volumes</li>
<li>Create and configure set-GID directories for collaboration</li>
<li>Create and manage Access Control Lists (ACLs)</li>
<li>Diagnose and correct file permission problems</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhcsa-deploy-configure-maintain">
<h1>RHCSA: Deploy, Configure & Maintain</h1>
<blockquote>
<ul class="simple">
<li>Configure networking and hostname resolution statically or dynamically</li>
<li>Schedule tasks using cron</li>
<li>Configure systems to boot into a specific runlevel automatically</li>
<li>Install Red Hat Enterprise Linux automatically using Kickstart</li>
<li>Configure a physical machine to host virtual guests</li>
<li>Install Red Hat Enterprise Linux systems as virtual guests</li>
<li>Configure systems to launch virtual machines at boot</li>
<li>Configure network services to start automatically at boot</li>
<li>Configure a system to run a default configuration HTTP server</li>
<li>Configure a system to run a default configuration FTP server</li>
<li>Install and update software packages from Red Hat Network, a remote repository, or from the local filesystem</li>
<li>Update the kernel package appropriately to ensure a bootable system</li>
<li>Modify the system bootloader</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhcsa-manage-users-and-groups">
<h1>RHCSA: Manage Users and Groups</h1>
<blockquote>
<ul class="simple">
<li>Create, delete, and modify local user accounts</li>
<li>Change passwords and adjust password aging for local user accounts</li>
<li>Create, delete and modify local groups and group memberships</li>
<li>Configure a system to use an existing LDAP directory service for user and group information</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhcsa-manage-security">
<h1>RHCSA: Manage Security</h1>
<blockquote>
<ul class="simple">
<li>Configure firewall settings using system-config-firewall or iptables</li>
<li>Set enforcing and permissive modes for SELinux</li>
<li>List and identify SELinux file and process context</li>
<li>Restore default file contexts</li>
<li>Use boolean settings to modify system SELinux settings</li>
<li>Diagnose and address routine SELinux policy violations</li>
</ul>
</blockquote>
<p>Exam Objectives</p>
<p>RHCE exam candidates should consult the RHCSA Exam Objectives document and be capable of RHCSA-level tasks, as some of these skills may be required in order to meet RHCE exam objectives. Red Hat reserves the right to add, modify and remove objectives. Such changes will be made public in advance through revisions to this document.</p>
<p>RHCE exam candidates should be able to accomplish the following without assistance. These have been grouped into several categories.</p>
</div>
<div class="slide" id="rhce-system-configuration-and-management">
<h1>RHCE: System Configuration and Management</h1>
<blockquote>
<ul class="simple">
<li>Route IP traffic and create static routes</li>
<li>Use iptables to implement packet filtering and configure network address translation (NAT)</li>
<li>Use /proc/sys and sysctl to modify and set kernel run-time parameters</li>
<li>Configure system to authenticate using Kerberos</li>
<li>Build a simple RPM that packages a single file</li>
<li>Configure a system as an iSCSI initiator that persistently mounts an iSCSI target</li>
<li>Produce and deliver reports on system utilization (processor, memory, disk, and network)</li>
<li>Use shell scripting to automate system maintenance tasks</li>
<li>Configure a system to log to a remote system</li>
<li>Configure a system to accept logging from a remote system</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhce-network-services">
<h1>RHCE: Network Services</h1>
<p>Network services are an important subset of the exam objectives. RHCE candidates should be capable of meeting the following objectives for each of the network services listed below:</p>
<blockquote>
<ul class="simple">
<li>Install the packages needed to provide the service</li>
<li>Configure SELinux to support the service</li>
<li>Configure the service to start when the system is booted</li>
<li>Configure the service for basic operation</li>
<li>Configure host-based and user-based security for the service</li>
</ul>
</blockquote>
<p>RHCE candidates should also be capable of meeting the following objectives associated with specific services:</p>
</div>
<div class="slide" id="rhce-http-https">
<h1>RHCE: HTTP/HTTPS</h1>
<blockquote>
<ul class="simple">
<li>Install the packages needed to provide the service</li>
<li>Configure SELinux to support the service</li>
<li>Configure the service to start when the system is booted</li>
<li>Configure the service for basic operation</li>
<li>Configure host-based and user-based security for the service</li>
<li>Configure a virtual host</li>
<li>Configure private directories</li>
<li>Deploy a basic CGI application</li>
<li>Configure group-managed content</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhce-dns">
<h1>RHCE: DNS</h1>
<blockquote>
<ul class="simple">
<li>Install the packages needed to provide the service</li>
<li>Configure SELinux to support the service</li>
<li>Configure the service to start when the system is booted</li>
<li>Configure the service for basic operation</li>
<li>Configure host-based and user-based security for the service</li>
<li>Configure a caching-only name server</li>
<li>Configure a caching-only name server to forward DNS queries</li>
<li>Note: Candidates are not expected to configure master or slave name servers</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhce-ftp">
<h1>RHCE: FTP</h1>
<blockquote>
<ul class="simple">
<li>Install the packages needed to provide the service</li>
<li>Configure SELinux to support the service</li>
<li>Configure the service to start when the system is booted</li>
<li>Configure the service for basic operation</li>
<li>Configure host-based and user-based security for the service</li>
<li>Configure anonymous-only download</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhce-nfs">
<h1>RHCE: NFS</h1>
<blockquote>
<ul class="simple">
<li>Install the packages needed to provide the service</li>
<li>Configure SELinux to support the service</li>
<li>Configure the service to start when the system is booted</li>
<li>Configure the service for basic operation</li>
<li>Configure host-based and user-based security for the service</li>
<li>Provide network shares to specific clients</li>
<li>Provide network shares suitable for group collaboration</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhce-smb">
<h1>RHCE: SMB</h1>
<blockquote>
<ul class="simple">
<li>Install the packages needed to provide the service</li>
<li>Configure SELinux to support the service</li>
<li>Configure the service to start when the system is booted</li>
<li>Configure the service for basic operation</li>
<li>Configure host-based and user-based security for the service</li>
<li>Provide network shares to specific clients</li>
<li>Provide network shares suitable for group collaboration</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhce-smtp">
<h1>RHCE: SMTP</h1>
<blockquote>
<ul class="simple">
<li>Install the packages needed to provide the service</li>
<li>Configure SELinux to support the service</li>
<li>Configure the service to start when the system is booted</li>
<li>Configure the service for basic operation</li>
<li>Configure host-based and user-based security for the service</li>
<li>Configure a mail transfer agent (MTA) to accept inbound email from other systems</li>
<li>Configure an MTA to forward (relay) email through a smart host</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhce-ssh">
<h1>RHCE: SSH</h1>
<blockquote>
<ul class="simple">
<li>Install the packages needed to provide the service</li>
<li>Configure SELinux to support the service</li>
<li>Configure the service to start when the system is booted</li>
<li>Configure the service for basic operation</li>
<li>Configure host-based and user-based security for the service</li>
<li>Configure key-based authentication</li>
<li>Configure additional options described in documentation</li>
</ul>
</blockquote>
</div>
<div class="slide" id="rhce-ntp">
<h1>RHCE: NTP</h1>
<blockquote>
<ul class="simple">
<li>Install the packages needed to provide the service</li>
<li>Configure SELinux to support the service</li>
<li>Configure the service to start when the system is booted</li>
<li>Configure the service for basic operation</li>
<li>Configure host-based and user-based security for the service</li>
<li>Synchronize time using other NTP peers</li>
</ul>
</blockquote>
</div>
</div>
</body>
</html>