Install 2nd Drive in FreeBSD
This article will document the procedure to setup a second UFS filesystem on a second drive and have it added into your FreeBSD server. Installing a second drive into FreeBSD […]
Install 2nd Drive in FreeBSD Read More »
This article will document the procedure to setup a second UFS filesystem on a second drive and have it added into your FreeBSD server. Installing a second drive into FreeBSD […]
Install 2nd Drive in FreeBSD Read More »
Resizing the boot drive on a FreeBSD server can seem a little daunting since that if the drive that FreeBSD is running on. This post will show that it is
Resize a FreeBSD UFS Boot Drive Read More »
This article documents the procedure to do a full bare metal restore of a FreeBSD ZFS system that has been backed up with ZFS send.
ZFS Bare Metal Restore Read More »
If you need to know what ports are open and listening on your FreeBSD servers, you can use a few commands. Netstat -An used to me my goto command for
Using sockstat to look at open ports in FreeBSD Read More »
This artice shows how to extract all the certificates and key file from .pfx file using openssl and remove any password if required.
Convert Certificates from PFX to PEM Read More »
I own a Synology NAS and it now supports the free certificates from Let’s Encrypt. The only problem with Synology’s implimentation is that they only allow the web (HTTP-01) method
Let’s Encrypt Certificate – Synology NAS Howto Read More »
There are a number of times when I have had to change one string to another in a MySQL table. In the past I would do a MySQL dump, edit
MySQL: Search and Replace Read More »
This acticle will go through the install and configuration to use FreeBSD as your OpenVPN server and how to create the client config files.
Setup OpenVPN on FreeBSD 12.1 Read More »
This article documents how to add a second drive to your FreeBSD system and format it as UFS. If you have a system that allows hot-plugging (like the Dell line
Adding a Second Drive Read More »
If you are a maintainer of a websiter or CMS, don’t always trust the built in security. If the user can upload images or stories to the web site then
Stop PHP files from executing. Read More »