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.

We support Redhat Enterprise Linux, Ubuntu, Mint, Fedora, Debian, CentOS Linux and more.

AGIX is a Redhat and Canonical (Ubuntu) Partner.

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 MySQL & MariaDB Redhat, Fedora and CentOS Linux

Reset a lost MySQL Password on CentOS and Redhat Linux

Use these instructions to reset a lost MySQL root password. I’ve taken these steps from the website “http://www.rackspace.com/knowledge_center/article/mysql-resetting-a-lost-mysql-root-password”. All credit to them. Note that this is done as the ‘root’ user. First stop MySQL and start it in ‘safe mode’: service mysqld stop mysqld_safe –skip-grant-tables & Now login without the

Read more
All HowTo's Linux Redhat, Fedora and CentOS Linux Web Servers

Configure Apache2 with PHP-FPM on CentOS

This document explains how to convert an Apache2+php server to Apache2+php-fpm. We’re staring from a system with Apache already installed and PHP working. Install the additional software: wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm yum install mod_fastcgi php-fpm This directory needs to exist: mkdir /usr/lib/cgi-bin Configure Apache/Httpd. Here is a sample virtual

Read more