Enable VMware Shared Folders in a FreeBSD Guest Virtual Machine
Share any folder from your host computer on to your FreeBSD guest using the shared folders feature.
Share any folder from your host computer on to your FreeBSD guest using the shared folders feature.
GlusterFS (GFS) is the open source equivalent to Microsoft's Distributed Filesystem (DFS). It's a service that replicates the contents of a filesystem in real time from one server to another. Clients connect to any server and changes made to a file will replicate automatically. It's similar to something like rsync or syncthing, but much more automatic and transparent. A FreeBSD port has been available since v3.4, and (as of this post) is currently at version 8.0 with 9.0 being released soon.
This is a technology demonstration and tutorial for deploying GlusterFS on FreeBSD. As a bonus this is an opportunity to play with Bhyve.
In the most simplest terms this is a PHP function that will tell you if a given time is between a given start and end time, even if the span crosses midnight. In other words, it answers the question is 3 AM is between 2020-12-01 11 PM and 2020-12-02 6 AM?. Arriving at the correct answer is more complicated than one would expect. Hopefully the solution shown here comes across as simple.
There is an official FreeBSD port, but there is no official 'supported' configuration or documentation for using a Unifi Controller behind a reverse proxy. This guide will hopefully save you time from researching and digging around for a solution. If you are not familiar with what a Unifi Controller is then you may want to have a look at Ubiquiti's products.
Installing additional Root Certificate Authorities on the Amazon's Fire TV is a simple process so long as you have the correct tooling. First connect to the Fire TV using ADB debugging, then upload the certificate files to the Fire TV, and finally run an action to install them.