Category Archives: Computers

RHCE Network Teaming/Bonding

RHCE Objective: Use network teaming or bonding to configure aggregated network links between two Red Hat Enterprise Linux systems. http://rhelblog.redhat.com/2014/06/23/team-driver/ https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/ch-Configure_Network_Teaming.html Teaming and Bonding are the same as far as technical discussions at this level are concerned. Bonding is kernel … Continue reading

Posted in Computers | Tagged | Leave a comment

Documentation And Side Projects

Years ago I started off working in military (Military Policeman, Graphic Artist, and then Typesetter). From a personal perspective, I picked up a Timex/Sinclair Z80 computer. It needed a cassette player to save data to cassette and plug into a … Continue reading

Posted in About Carl, Computers | Leave a comment

RHCE Objectives

System configuration and management Use network teaming or bonding to configure aggregated network links between two Red Hat Enterprise Linux systems Configure IPv6 addresses and perform basic IPv6 troubleshooting Route IP traffic and create static routes (Chapter 12) Use firewalld … Continue reading

Posted in Computers | Tagged , | Leave a comment

RHCSA Objectives

Here is the list of things you should be able to do to pass the RHCSA Exam (CertDepot Site): Understand and use essential tools Access a shell prompt and issue commands with correct syntax Use input-output redirection (>, >>, |, … Continue reading

Posted in Computers | Tagged | 1 Comment

Red Hat Certifications, Part 5

In the boot process. While I certainly know how things work, the RH7 boot process is a tad different with grub2 and systemd vs grub and init. Startup process on 6 and earlier is pretty simple. After the BIOS or … Continue reading

Posted in Computers | Leave a comment

Red Hat Certifications, Part 4

Continuing on Chapter 4 finds firewall configuration and selinux. Firewalls are something I’ve dealt with before over the years. In general they’re pretty simple but you do need to understand what you’re doing in order to properly set up a … Continue reading

Posted in Computers | Leave a comment

Red Hat 7 Stuff Again

I decided to check out the new ‘*ctl’ features of RH7 and found a few new things in addition to systemctl and journalctl. bootctl – Manages the boot loader and firmware. ‘status’ tells the status of the boot loader. On … Continue reading

Posted in Computers | Leave a comment

Red Hat Certification, Take 3

This is more of a permissions and security chapter. First off are file permissions. Executable, sticky bits, etc. Interesting that you cannot set umask to create executable files by default. The parts I’ll need to remember are the various special … Continue reading

Posted in Computers | Leave a comment

Red Hat Certification, Take 2

Second day of poking about at certification. I’m studying the Red Hat 6 exam but have a dual environment set up. Three CentOS 6.6 virtual servers and three CentOS 7.0 servers. It lets me look at what the book is … Continue reading

Posted in Computers | Leave a comment

Red Hat Satellite

One of the things I’m tasked with at work is to be the point man for patch management on the Red Hat/CentOS infrastructure. A daunting task in part because patching, unless under critical circumstances, is almost impossible. It takes months … Continue reading

Posted in Computers | Leave a comment