by Alexander Sharp | Feb 28, 2023
SFTP is one of the worst named protocols in computing. Like many, I once thought it was an extension of File Transfer Protocol (FTP) that added encryption, but it is not. That’s FTPS. SFTP is an extension of Secure Shell (SSH) and stands for SSH File Transfer...
by Alexander Sharp | Jan 2, 2023
WordPress is the most common content management system (CMS) and most guides will show you how to install it on a Linux server (LAMP). Installing WordPress on a FreeBSD server (FAMP) is 95% the same process, but if you’re not familiar with FreeBSD those little...
by Alexander Sharp | Dec 24, 2022
In this guide I show how to install virtual machines using Bhyve on FreeBSD. Byhve is the virtualization technology built into FreeBSD. It allows you to run virtual machines, much like KVM on Linux, to turn your FreeBSD machine into a hypervisor. Easy virtualization...
by Alexander Sharp | Oct 17, 2022
Today I had to install a Cloudflare Origin Server Certificate on my FreeBSD server. If you happened to come to the site in the last 24 hours and you noticed that it was down because of certificate issue, I apologize. I forgot to set a cronjob to renew my Let’s...
by Alexander Sharp | Sep 22, 2022
Recently I decided to find the perfect terminal emulator for me and, while I did not actually find perfection I did decide to make wezterm (Wez’s Terminal Emulator) my daily driver. The only major downside is that configuring wezterm requires hacking a Lua file...