Hi, I am

Aaron Sadler

Umbraco Certified Master, C# / .Net Web Developer, Certified Azure Cloud Engineer & Dev Ops Engineer

Why do I blog?

Welcome to my dumping ground of useful Tips N Tricks, download links and anything I don't want to loose or I have found useful.

Exam passed 486: Developing ASP.NET MVC Web Applications
Microsoft Certified: Azure Fundamentals

Mount Google Drive on headless CentOS 7 server

I have been using google-drive-ocamlfuse for quite some time to backup my Virtualmin Virtual Servers, but finding any help setting this up for CentOS 7 in one place as far as i can see doesn't exis...

Read More

Install PHP 7.0 on CentOS 7 + Virtualmin (Multiple PHP Versions)

So I finally decided to move my blog over to PHP 7.0, I'm a little slow when it comes to making changes on my server however I have been running PHP 7.0 on the work server for a while and it seems...

Read More

Virtualmin error when managing SSL certificates

I was greeted with the following message when i went to update one of my SSL certificates in Virtualmin.Error - Perl execution failed Undefined subroutine &virtual_server::get_all_service_ssl_c...

Read More

No presto meta data available

I have been getting the above error: No presto meta data available REPO NAME when running yum update, all it means is that there is no delta rpm for the repo, the quickest and simplest way to make...

Read More

Error: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.

I was getting the following error every time i ran yum update or yum install: Delta RPMs disabled because /usr/bin/applydeltarpm not installed It's caused simply by CentOS minimal missing some pack...

Read More

Secure SSH with Google Authenticator

Securing SSH with Google Authenticator (TOTP) is easy to do and adds security to your server quickly. Ill outline how to do it below: Install Google Authenticator To begin we need to install the Go...

Read More