Category: Systems Administration

RHCSA SELINUX allow a apache subdirectory to be serviced

RHCSA studying. classroom.example.com 10.0.2.10 has a web server and /var/www/html/repo is where we want the yum repository to be. A little selinux problem with that in enforcing mode. yum -y install nmap  ##our test dummy. The answer: chcon -R -t httpd_sys_content_t “/var/www/html/repo/” restorecon -R /var/www/html/repo Like magic yum then works.

Read More →

RHCSA Network exercise

First check that network manage is enabled systemctl list-unit-files | grep -i net systemctl status NetworkManager -l | grep enp My kingdom for an easy way to go back to eth0 nmcli connection delete enp0s3   # Delete any connection from previous use of the VM nmcli connetion add connection add con-name enp0s3 type ethernet autoconnect […]

Read More →

The firewall project

Converting a fairly elaborate iptables based firewall with proprietary anti-spam scripts to the modern firewall-command architecture without revealing any IP. First lets take a look where we started: [root@instance-5 ~]# systemctl list-unit-files | egrep “iptables|firewall” firewalld.service masked iptables.service disabled                   This shows iptables as disabled but a […]

Read More →

Maria-db(mysql) two node installation with galera data replication

This is the first step toward unsupported installation of the NDC, New Data Cloud. To get the commercial version with full support, click here. This document takes you through the installation and creation of a two node database installation. This install was done in google compute engine but with the right band width will work […]

Read More →