Tags: networking

RHCSA exam taking techniques to assist in validation & debugging

If possible go graphical. This makes opening multiple terminal windows easier. But there are more than one interface available in non-graphical mode. ctrl-alt-1-9 or function keys will give you as many debugging interfaces as you need. What do you enter in your debugging interface/session? There are other logs that might be helpful but these did […]

Read More →

Exam 2: Reality check RHCSA test question 1

No google, just documentation that can be found or installed on the system. I give myself extra time to document the process. If I cheat I don’t get credit for the answer: Question 1: Network the box: IP address=10.0.2.16/24 gateway=10.0.2.2 central server classroom.example.com is on network @ 10.0.2.10. Establish permanent network connectivity: sudo su – […]

Read More →

Centos Continuous Release with caution

Centos Continuous release is very easy to install. Download and install 1 rpm and you are all set. i386: http://mirror.centos.org/centos/6/extras/i386/RPMS/centos-release-cr-6-0.el6.centos.i686.rpm ( sha256: 9fc78d2d79abeb1513f0851d075a2860f5039fc8db3fb0db4c660252fffda894 ) x86_64: http://mirror.centos.org/centos/6/extras/x86_64/RPMS/centos-release-cr-6-0.el6.centos.x86_64.rpm ( sha256: bd55e1505caae2f78c306290d235b7f54833fcad5a9f1942b3cb54e28f7bfe73 ) But I urge caution. In my lab, I downloaded the 64 bit version and installed it. Then I ran the following command: yum -y update […]

Read More →