No Picture
Open Source

Upgrade Snipe

Recently I was tasked with upgrading an old Snipe instance. Below are the details of what we are going from, to. Current Target Ubuntu 14.04Snipe v3.6.3Apache (mod_php)PHP 5.5.9 Ubuntu 16.04Snipe v4.6.8Apache PHP-FPMPHP 7.0.32 Contents1 Backup1.1 […]

No Picture
AWS

Delete IAM user

To list users, run the following. Before you can delete a user, you first need to delete any resources they are using such as keys, certificates, login profile, MFA, etc. Contents1 Pre-checks1.1 Access Keys1.2 Signing […]

No Picture
Arch Linux

Installing aws-cli on Arch Linux

You can either install aws-cli from the official repository…. …or aws-cli-git from the AUR. To configure, you’ll need to create a public and private access key. For testing purposes, I created a new one for […]

No Picture
CentOS

Secure Opsview Monitor with SSL Certificate

Contents1 LetsEncrypt1.1 Apache Configuration1.2 Install LetsEncrypt1.3 Amend Apache Configuration2 Manually Install SSL Certificate LetsEncrypt If your Opsview Monitor web interface is public facing, securing your site with LetsEncrypt is likely the easiest solution. Apache Configuration […]