Use CertBot to Create SSL Certificates on FreeBSD

This is a fairly straightforward way to get SSL certificates on FreeBSD using CertBot. You might notice in a previous how-to I described how to get a Cloudfare origin server installed on Apache. Why not just use that? Cloudflare origin servers certificates are great...

Libinput on Old MacBooks

I happened to notice that KDE Plasma 6 will drop support for the old Synaptics driver that has made my old MacBook Pros work with Linux for many years. This means libinput will be the only option. I am not a fan of libinput and it is the main reason I don’t use...

How to Install Jailed Redis for WordPress

Redis is an object caching server, which means it will store database data in RAM so it can be quickly called upon. This can drastically improve the performance of dynamic websites like WordPress that store most information in a SQL database. Fortunately, several...

PHP-FPM for WordPress on Apache, FreeBSD

If you’re like me (or followed my guide), you still run PHP on Apache using the old mod_php module. It’s easy, it works, and used to be the preferred way to run PHP and Apache. But times have changed and Apache now recommends using FastCGI (php-fpm). They...

NextCloud on FreeBSD

NextCloud is a software suite designed to run on a server as a competitor to Office 365 and Google Workspace. Unlike those services, NextCloud is open source and can be run for free by anyone with an interest in maintaining their own server. You can also pay NextCloud...