Install Webmin on FreeBSD

Webmin is a free web console for your FreeBSD system. It has a lot of neat features that basically provides a web GUI for common server functions. It’s similar to WHM/Cpanel and Plesk, but unlike WHM/CPanel it more works on top of your existing server than...

FreeBSD 13.2 radeonkms Kernel Module

Recently I upgraded from FreeBSD 13.1 to 13.2. On my servers everything went smooth as silk, but on my desktop the video card gave me some issues. The video card created some issues. This was also my biggest hurdle when installing FreeBSD 13.1 originally. The AMD...

Upgrade to FreeBSD 13.2

One of the most awesome parts about FreeBSD is how easy the upgrade process is. The upgrade process on FreeBSD is one of the best things about using it. On Linux, most systems either require you to commit to a fresh install for a major upgrade or they rely on a...

Maintaining Jail Backups with Iocage

Managing jails in FreeBSD is easy, which is why I find them so appealing. So far everything I’ve written about jail management here has involved Bastille. For my home projects I like Bastille because its small and easy to use. For this webserver I use iocage,...

How To: Connect to a Server Using SFTP

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...