Apache: Different authentication requirements
I have a web application running on Apache 2.4 that I would like to be password protected for everyone except for my local network. If someone access it from my […]
I have a web application running on Apache 2.4 that I would like to be password protected for everyone except for my local network. If someone access it from my […]
FreeBSD has always been my OS of choice but in the past I have always viewed upgrades as one point of failure. What is the upgrade doesn’t go as expected, […]
Every year it seems like more and more network devices get installed on our networks. Switches, router, firewall, access points are just a few of the devices that get installed. […]
At times we have to collect the last 7 or 15 days of data from MySQL. For example to create graphs or stats for the past x amount of days or […]
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 […]
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 […]
Change block tracking allow tools to track what blocks in a virtual drive have changed over a period of time. This is very useful for backup software as it is […]
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.
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 […]
This artice shows how to extract all the certificates and key file from .pfx file using openssl and remove any password if required.