OHosti Review

OHosti is the first result I found when I put “free VPS” into google. I checked out their website, and man, it looks slick. The site looks professional and well put together. It also looks like they offer a ton of stuff, all for free. If something sounds too good to be true, then it…

Read More

How To SCP Using Port Other Than 22

SSH is the secure shell protocol used to securely exchange data between to computers. SCP is the secure copy protocol used to securely copy files from one computer to another. SCP uses the SSH protocol to make this file transfer possible. The default port for SSH (and SCP) is port 22, however some system administrators…

Read More

How To Upgrade To New Digital Ocean Plan

As mentioned previously, Digital Ocean increased the amount of RAM and Hard Disk space available on their existing VPS plans. Digital Ocean is now competitive with Linode and other major VPS providers again. While their new VPS offerings are great, it is important to realize that existing VPS droplets do NOT get automatically upgraded. You have to actually…

Read More

Convert M4a on Ubuntu Linux

m4a is music coding format that is no where near as popular as mp3. On my android phone I have two music apps, and neither of them knows how to open an m4a file, but mp3 files play just fine. Instead of searching for another music app that will work with m4a files, I use…

Read More

Testing Vue Translations

The Vue-i18n documentation does a good job of explaining the usage for this library, but the documents lack much information about testing localization of Vue apps. This guide will explain how I have added Jest unit tests to my Vue-i18n implementation. Why Use Vue-i18n Vue-i18n provides an easy way to integrate translation, pluralization, dateTime, and number…

Read More