Installing Wiki.js On Debian With HestiaCP
As with most Node.js applications, sometimes it can prove rather difficult to get the software installed on a shared hosting environment. While I certainly understand the reasoning behind this such as the deployment via Kubernetes or Docker making it easy and versatile, with the added benefit of scalability, as well as the simple fact...
Installing Ghost On HestiaCP via ghost-cli With SSL
Shared hosting appears to not be as popular as it once was. There are plenty legitimate reasons for this such as my primary concern being of the security of my data on a server that has other “customers” on it as well. This means that if someone’s poorly installed and (un)maintained WordPress site is exploited,...
Automatically Back Up Valheim World Save Files on Linux
Are you one of the recent 5 million Vikings to grab Valheim off Steam? Running your own dedicated Linux server to host your world? Worried that all of your hard work could possibly be rendered useless by a corrupted save file with an inevitable update or patch? This is an Early Access title after all. […]
How to Obtain OAuth Token For Twitch Helix API
In case you’re like me and haven’t ran your little janky/hacky scripts or applications that interact with Twitch’s Helix API (or New Twitch API, not to be confused with their API v5), you may come across this error when attempting to run it now: While I really should be trying to keep up to date […]
Upgrading PHP 5.x to PHP 7.3 for VestaCP with Apache on CentOS 7.x
In browsing the VestaCP forums, I’ve noticed many users requesting assistance on how exactly they can upgrade their PHP 5.x version to a more recent version of PHP, such as 7.3. The process is actually a lot more simple than most are making it out to be – I’ve seen some very convoluted solutions provided. […]
Looking Back: 2019
Hey look, it’s a new blog post. The last one I created was over two years ago. I think I could write an entire novel about what occurred in my life during those two years, but I’ll spare you the whole story. Instead, I’m going to write about not only my favorite music, movies, and […]
Solution to Nano Issues on Ubuntu Bash For Windows
One of the greatest additions added to the Windows OS in recent memory is hands down the Windows Subsystem for Linux which lets users run Linux environments such as command-line tools, utilities, and applications directly on Windows – without the need for a virtual machine. But if you’re reading this article, you’re...
Custom Discord Link
As many of you are aware, Discord allows you to create invitations to the servers you create. However unless you have a partnered server, you have no control over the randomly generated string. It also looks like that Discord has no plans to implement this for non-partnered servers, per a post by Dabbit Prime (Discord […]
Installing mod_cloudflare On CentOS With Apache and DirectAdmin
CloudFlare is pretty awesome. But anyone who uses the service and has needed to analyze web server logs realizes that due to CloudFlare working as a proxy, all IP addresses logged are those belonging to the CloudFlare network. This can cause some headaches if you’re attempting to troubleshoot issues like abuse or if your web...
Google Sheets to HTML Table
No one wants to be linked to an ugly looking spreadsheet with a URL that’s 256 characters long, just to have read-only access to the document. Luckily, thanks to JavaScript, we can beautify that raw looking Google Sheet you created in your Drive so it’s easier on the eyes and so you can host it […]