Posts
-
May 20, 2018
Docker | Ghost | Mail | Snippet
I’ve been working with Docker lately and decided to test out the Ghost blogging platform. However when setting up Ghost I ran into an issue with the official Docker image making it difficult to configure mail sending.
-
Apr 13, 2018
API | Quickbooks | QBO | Snippet
While working on the Quickbooks Online API for a client, I ran into an issue where the Sku field was missing or being ignored from Product (Item) requests and responses.
-
Feb 20, 2018
PCSXR | PSX | Playstation | Linux | Snippet
While setting up PCSXR on Ubuntu it didn’t work and crashed with no message…
-
Feb 20, 2018
Ubuntu | Plymouth | Linux | Snippet
For some reason it was really hard to find simple information on changing the Plymouth Splash in Ubuntu 16.04…
-
Apr 24, 2017
Silex | PHP | Archiving
The Silex Documentation has been having some uptime troubles recently which makes it quite difficult to reference while working!
-
Sep 8, 2016
Bash | Linux | SSH | Tutorial
SSH tunneling is used to send requests from your SSH client to the SSH server such as forwarding local services for external access or creating a SOCKS proxy.
-
Aug 23, 2016
Bash | Linux | Ruby | Snippet
Installing Ruby gems as root using sudo seemed like it was opening my system up far too much, to packages I had little control over.