Coder Social home page Coder Social logo

labipa-rhcsa-rhce's Introduction

Install instructions Lab Environment Red Hat RHCSA-RHCE 7 Cert Guide

The Linux exams of Linux Foundation and RedHat are performance based. To pass you must practise. Sander van Vugt offers an lab environment created with VMware fusion. He offers two versions

You can run these lab environments in VMware Fusion/Workstation, in virtualBox or on Linux import them in LVM.

Pro Con
V2.0 1) has CentoS 7.1 similar to some exams,
eg nmcli v 0.9
1) yum update takes long & probably fails
2) needs little tweaking for alls labs to work
V3.0 1) updates from private repository 1511
2) Sander recommends this version
1) you'd never practised with 7.0.1406
2) needs little tweaking for alls labs to work
Vagrant 1) always latest CentoS version,
updates to 7.3 automatically
2) works out of the box
3) could be adapted for certdepot
1) you'll probably not see this RHEL
version on the exam
2) no support for Virtualization labs
3) you'd never practised with 7.0.1406
vmware virtualbox libvirt any Cloud
- macOS $/€ 82
- Windows $250
free comes with
Linux
- works on
any ssh client
- recurring $€
V2.0 - supported
- supports LVM
- works
- no LVM
- should work
- supports LMV
- not tested
V3.0 - supported
- supports LVM
- should work
- supports LVM
- not tested
Vagrant - not
recommended

- $$
- not tested
- should work
- supports vmx
- not tested

Linux Foundation Handbook

RHCSE

RHCSE skills-assessment

Pro Tip

On macOS switch from VirtualBox to VMware Fusion by following these steps
- shutdown virtualbox
- execute:

netstat -rn | grep -e 192.168.4 -e Destination
sudo route -n delete 192.168.4.0/24
open -a VMware\ Fusion; sleep 5
netstat -rn | grep -e 192.168.4 -e Destination
route get 192.168.4.0

On macOS switch from VMware Fusion to VirtualBox:
- shutdown VMware Fusion
- execute:

netstat -rn | grep -e 192.168.4 -e Destination
LABIPAVBOXNET=`ifconfig | pcregrep -M -o '^[^\t:]+:([^\n]|\n\t)*192.168.4' | egrep -o -m 1 '^[^:]+'`
echo $LABIPAVBOXNET
sudo route -n add 192.168.4.0/24 -interface $LABIPAVBOXNET
netstat -rn | grep -e 192.168.4 -e Destination
route get 192.168.4.0
ssh-keygen -R 192.168.4.200; ssh-keygen -R 192.168.4.210; ssh-keygen -R 192.168.4.220
vagrant status

labipa-rhcsa-rhce's People

Contributors

smartbit avatar

Stargazers

 avatar Christian Bagley avatar  avatar stargate avatar Freddy Castillo avatar salah731 avatar  avatar Rob Eden avatar Etienne Munnich avatar sweekly avatar Sinner Orivee avatar  avatar David Hartley avatar

Watchers

James Cloos avatar  avatar David Hartley avatar stargate avatar  avatar

labipa-rhcsa-rhce's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.