Get help with Linux, Automation, Cybersecurity and more. AGIX staff have the know-how and experience to help your organisation with best-practices, current technology in various Cloud environments including Amazon AWS. Our technicians support Ubuntu, Redhat, Databases, Firewalls, Ansible and Terraform, Storage and more.

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.

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

Ansible as a Puppet Replacement

AGIX is a Linux only (well, 90%) service business so we spend every day installing, upgrading, changing and troubleshooting Linux servers of all types for clients across the world. For the past two years we’ve been using Puppet where suitable and have found it reasonably useful. But as time goes

Read more
All HowTo's Linux Redhat, Fedora and CentOS Linux Ubuntu, Mint & Debian Linux

Using GlusterFS from a Linux Workstation or Server

This is a very short HowTo to access a GlusterFS Volume from a workstation or Server. This document continues from “https://agix.com.au/easily-install-configure-glusterfs-on-redhat-centos/“. It will make more sense if you read that first. mkdir /mnt/gluster mount -t glusterfs 10.0.0.11:/gvol0 /mnt/gluster Where “10.0.0.11” is the IP address of any Gluster server. And “gvol0”

Read more
All HowTo's Cyber-Security Linux Redhat, Fedora and CentOS Linux Ubuntu, Mint & Debian Linux Web Servers

Masking your WebServer’s Name, Version and the OS it’s running on

Recently i wrote about the version information that WebServer’s make available to the web browser. It’s was pointed out to me (by David Fosdike, a security expert) that it would be useful to discuss masking those details for security reasons. The recent article is here. This article is about changing

Read more