Get help with Redhat Enterprise Linux, Fedora and CentOS Linux Distributions. AGIX staff have the know-how and experience to help your organisation with best-practices, current technology in various Cloud environments including Amazon AWS.

AGIX is a Redhat Partner. We study, sell and support Redhat Enterprise Linux.

This page shows examples of our work that AGIX shares freely with you. For a fully supported compute environment, contact our team to find out how we can help your organization move forward in the right way.

Contact our friendly team to get started.

All HowTo's Cyber-Security Linux Redhat, Fedora and CentOS Linux

Easy Incremental Backups With Tar on CentOS & Redhat

Disk space may be cheep but off-site backups are often slow so daily full-backups aren’t always the best option. Tar supports the highly efficient “incremental” backup scheme and it’s simple to use. Take a look at the example below: tar -czf backup-day-$(date +%w).tar.gz –listed-incremental=/root/tar.snapshot /etc The first time you run

Read more
AGIX Discussion All HowTo's Ansible Ansible & Terraform Automation Linux Redhat, Fedora and CentOS Linux Ubuntu, Mint & Debian Linux Web Servers

Manage Everything With Ansible

Ansible is a buzz word at the moment. Ever since Redhat purchased Ansible back in 2016, it has been rare to hear about anyone deploying alternative automation systems. Recently Ansible has been commercialized into Ansible Tower allowing a wider audience to take advantage of the benefits of automation. I recently

Read more
AGIX Discussion All HowTo's Linux MySQL & MariaDB PostgreSQL Redhat, Fedora and CentOS Linux Ubuntu, Mint & Debian Linux Web Servers

Installing Confluence & Migrating the Database to MySQL or PostgreSQL

This article explains the process of installing Confluence on your own server and then later migrating your content and settings from the “evaluation” database to something more professional such as MySQL or PostgreSQL. This article is basically an example with sensible assumptions. We’re using CentOS 7. When you first get

Read more