You can play Sons of The Forest on your own, dedicated server! This is a server setup guide using AWS, Linux – Ubuntu and Docker. Steps: Sons of The Forest Server Install Docker Command
You will like this Project Zomboid Server
A friend of mine recently suggested that I try Project Zomboid, so I did 😁 Who would resist the opportunity to try a new and seemingly different game. It is a paid title so I purchased it from the Steam store. Seeing the Very Positive […]
Final Timer Project
This is an old project that I partially built and tried to launch a while back. I just never had enough spare time to prioritize it and finish it to make it publicly accessible. The project is Final Timer and is a fun little runner […]
cPanel/Exim – Copy someone on all incoming/outgoing emails
Send all incoming/outgoing emails to someone as a copy using cPanel running an Exim mail server. Exim is an MTA which is installed on WHM/cPanel by default though it can be configured to use a different mail server. Get creative with mailboxes and domains using […]
The Freedom of TDD
Deep beneath the team lies an architectural implementation which gives us peace of mind when we deploy software. It is called Test Driven Development (TDD). I’m not going to go into the protocols or rules of TDD, just a fun opinion of the freedom that […]
Load Local Node Packages as Dependencies
Loading a local Node package into multiple local projects can be beneficial to your development process. Let’s call the project and the package we are going to work with my-local-project and my-local-package for the purpose of this post. We’re going to load the my-local-package into […]
What is Drop Shipping?
Drop shipping is a tender, marketing or competitive based business where you sell and fulfill orders as a supplier in the retail – online mostly – space and deliver goods to a customer. The reason why drop shipping is such a beautiful business model is […]
SpamScore – Up and Running
The SpamScore website is now up and running, you can use it. What is SpamScore? This service allows you to send an email or a newsletter to a provided email address. The email is received, scanned and processed to give you information on it’s deliverability. […]
Postfix – Catch-All, Pipe to Script
Postfix is a powerful, open-source MTA for sending mail. Piping a specific email address to a script or forward the emails to another address is easy but creating a catch all that pipes requests to a script is a little more complicated. Let’s jump right […]
MySQL – Recover Root Password
Oops, I ran a MySQL root password reset script which was supposed to generate a random password and the process died halfway through. What now? We have to figure out a way to reset it. These commands may differ on your distro of Linux that […]