Get expert assistance with Linux, Automation, Cybersecurity, and more. The AGIX team has the expertise and experience to help your organization adopt best practices and cutting-edge technologies across various cloud environments, including Amazon AWS. Our technicians support Ubuntu, Red Hat, databases, firewalls, Ansible, Terraform, storage solutions, and more.

We offer support for Red Hat Enterprise Linux, Ubuntu, Mint, Fedora, Debian, CentOS Linux, and more.

As a Red Hat and Canonical (Ubuntu) partner, AGIX is committed to delivering top-tier solutions and services.

This page showcases examples of our work, freely shared to aid your learning and implementation efforts. For comprehensive support and a fully optimized compute environment, contact our team to discover how AGIX can help your organization move forward with confidence.

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
All HowTo's Ansible Ansible & Terraform Automation Cyber-Security Linux Scripting in Bash Ubuntu, Mint & Debian Linux

Use Ansible to Add Users and their SSH public Keys on Multiple Linux Servers

This article demonstrates how to create an Ansible PlayBook that will add users to multiple Linux systems and add their public SSH key allowing them to login securely. Install Ansible on the host that you’ll use to target each of the Linux host you want the new users on. sudo

Read more
All HowTo's Apple MacOS Linux Ubuntu, Mint & Debian Linux

Resize multiple images/photos in seconds (OSX & Linux)

This article explains how to resize images on Linux and OSX. The link below is a great article for resizing many images/photos in one go. I’d argue it’s simpler on a Linux system but i digress. http://osxmactips.blogspot.com.au/2009/04/resize-multiple-pictures-at-once.html On a Linux system you can use the “convert” command which is part

Read more