├── .gitignore ├── CourseOutline.html ├── CourseOutline.rst.txt ├── OpenRHCE.html ├── OpenRHCE.pdf ├── OpenRHCE.rst.txt ├── OpenRHCE.slidestyle ├── OpenRHCE.style ├── OpenRHCE_Instructor.rst.txt ├── README ├── RHCE-Prep-Background03.png ├── RHCE_Practice_Exam_01.html ├── RHCE_Practice_Exam_01.pdf ├── RHCE_Practice_Exam_01.rst.txt ├── RHCE_prep_RHEL6.S5.html ├── RHCE_prep_RHEL6.pdf ├── RHCE_prep_RHEL6.rst.pdf ├── RHCE_prep_RHEL6_slides.pdf ├── RHEL6RHCE Prep.mm ├── Sample.spec ├── background.png ├── default.style ├── firewall_example.txt ├── hello-1.0-1.el6.src.rpm ├── hello-1.0-1.el6.x86_64.rpm ├── hello-1.0.spec ├── hello-1.0.tar.gz ├── images ├── DiskDruid1.png ├── DiskDruidAddPart.png ├── PartLayout1.png ├── ScottsFedoraMugShot_tighter.png ├── Screenshot-RHEL5-VM1 - Virt Viewer-1.png ├── Screenshot-RHEL5-VM1 - Virt Viewer.png ├── UserMgr.png ├── VirtHostConf.png ├── bootloader1.png ├── longlisting.gif ├── longlisting.png ├── permblock.gif └── permblock.png ├── index.html ├── rollcallform.sh ├── rollcallpost.sh ├── rpmbuild.tree.txt ├── rst2conversionnotes.txt ├── slides.style ├── test.txt └── ui └── i18n ├── .DS_Store ├── bg-shade.png ├── bg-slide.jpg ├── blank.gif ├── framing.css ├── iepngfix.htc ├── opera.css ├── outline.css ├── pretty.css ├── print.css ├── s5-core.css ├── slides.css └── slides.js /.gitignore: -------------------------------------------------------------------------------- 1 | Non-release_Support_Docs 2 | *.~ 3 | *.pdf 4 | *~ 5 | -------------------------------------------------------------------------------- /CourseOutline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/CourseOutline.html -------------------------------------------------------------------------------- /CourseOutline.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/CourseOutline.rst.txt -------------------------------------------------------------------------------- /OpenRHCE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/OpenRHCE.html -------------------------------------------------------------------------------- /OpenRHCE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/OpenRHCE.pdf -------------------------------------------------------------------------------- /OpenRHCE.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/OpenRHCE.rst.txt -------------------------------------------------------------------------------- /OpenRHCE.slidestyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/OpenRHCE.slidestyle -------------------------------------------------------------------------------- /OpenRHCE.style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/OpenRHCE.style -------------------------------------------------------------------------------- /OpenRHCE_Instructor.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/OpenRHCE_Instructor.rst.txt -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/README -------------------------------------------------------------------------------- /RHCE-Prep-Background03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/RHCE-Prep-Background03.png -------------------------------------------------------------------------------- /RHCE_Practice_Exam_01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/RHCE_Practice_Exam_01.html -------------------------------------------------------------------------------- /RHCE_Practice_Exam_01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/RHCE_Practice_Exam_01.pdf -------------------------------------------------------------------------------- /RHCE_Practice_Exam_01.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/RHCE_Practice_Exam_01.rst.txt -------------------------------------------------------------------------------- /RHCE_prep_RHEL6.S5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/RHCE_prep_RHEL6.S5.html -------------------------------------------------------------------------------- /RHCE_prep_RHEL6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/RHCE_prep_RHEL6.pdf -------------------------------------------------------------------------------- /RHCE_prep_RHEL6.rst.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/RHCE_prep_RHEL6.rst.pdf -------------------------------------------------------------------------------- /RHCE_prep_RHEL6_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/RHCE_prep_RHEL6_slides.pdf -------------------------------------------------------------------------------- /RHEL6RHCE Prep.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/RHEL6RHCE Prep.mm -------------------------------------------------------------------------------- /Sample.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/Sample.spec -------------------------------------------------------------------------------- /background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/background.png -------------------------------------------------------------------------------- /default.style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/default.style -------------------------------------------------------------------------------- /firewall_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/firewall_example.txt -------------------------------------------------------------------------------- /hello-1.0-1.el6.src.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/hello-1.0-1.el6.src.rpm -------------------------------------------------------------------------------- /hello-1.0-1.el6.x86_64.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/hello-1.0-1.el6.x86_64.rpm -------------------------------------------------------------------------------- /hello-1.0.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/hello-1.0.spec -------------------------------------------------------------------------------- /hello-1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/hello-1.0.tar.gz -------------------------------------------------------------------------------- /images/DiskDruid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/DiskDruid1.png -------------------------------------------------------------------------------- /images/DiskDruidAddPart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/DiskDruidAddPart.png -------------------------------------------------------------------------------- /images/PartLayout1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/PartLayout1.png -------------------------------------------------------------------------------- /images/ScottsFedoraMugShot_tighter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/ScottsFedoraMugShot_tighter.png -------------------------------------------------------------------------------- /images/Screenshot-RHEL5-VM1 - Virt Viewer-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/Screenshot-RHEL5-VM1 - Virt Viewer-1.png -------------------------------------------------------------------------------- /images/Screenshot-RHEL5-VM1 - Virt Viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/Screenshot-RHEL5-VM1 - Virt Viewer.png -------------------------------------------------------------------------------- /images/UserMgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/UserMgr.png -------------------------------------------------------------------------------- /images/VirtHostConf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/VirtHostConf.png -------------------------------------------------------------------------------- /images/bootloader1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/bootloader1.png -------------------------------------------------------------------------------- /images/longlisting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/longlisting.gif -------------------------------------------------------------------------------- /images/longlisting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/longlisting.png -------------------------------------------------------------------------------- /images/permblock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/permblock.gif -------------------------------------------------------------------------------- /images/permblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/images/permblock.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/index.html -------------------------------------------------------------------------------- /rollcallform.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/rollcallform.sh -------------------------------------------------------------------------------- /rollcallpost.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/rollcallpost.sh -------------------------------------------------------------------------------- /rpmbuild.tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/rpmbuild.tree.txt -------------------------------------------------------------------------------- /rst2conversionnotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/rst2conversionnotes.txt -------------------------------------------------------------------------------- /slides.style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/slides.style -------------------------------------------------------------------------------- /test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/test.txt -------------------------------------------------------------------------------- /ui/i18n/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/.DS_Store -------------------------------------------------------------------------------- /ui/i18n/bg-shade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/bg-shade.png -------------------------------------------------------------------------------- /ui/i18n/bg-slide.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/bg-slide.jpg -------------------------------------------------------------------------------- /ui/i18n/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/blank.gif -------------------------------------------------------------------------------- /ui/i18n/framing.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/framing.css -------------------------------------------------------------------------------- /ui/i18n/iepngfix.htc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/iepngfix.htc -------------------------------------------------------------------------------- /ui/i18n/opera.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/opera.css -------------------------------------------------------------------------------- /ui/i18n/outline.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/outline.css -------------------------------------------------------------------------------- /ui/i18n/pretty.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/pretty.css -------------------------------------------------------------------------------- /ui/i18n/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/print.css -------------------------------------------------------------------------------- /ui/i18n/s5-core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/s5-core.css -------------------------------------------------------------------------------- /ui/i18n/slides.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/slides.css -------------------------------------------------------------------------------- /ui/i18n/slides.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/texastwister/OpenRHCE/HEAD/ui/i18n/slides.js --------------------------------------------------------------------------------