WordPress on Flux
Today is the start of the WordPress beta on Flux Cloud. You can now deploy WordPress sites that are redundant across a minimum of 3 nodes! The beta is limited…
Today is the start of the WordPress beta on Flux Cloud. You can now deploy WordPress sites that are redundant across a minimum of 3 nodes! The beta is limited…
Here is a handy class that will help with unit testing any references to DateTime.Now. public static class SystemTime{ public static Func<DateTime> Now = () => DateTime.Now(); public static Func<DateTime>…
To get started, ensure you have an ISO of the version of Ubuntu you want to install. You will want to make sure you have copied the ISO into the…
Maintenance / Installation Monthly Maintenance Update: This will update the OS and FluxOS. sudo apt-get update -y && sudo apt-get --with-new-pkgs upgrade -y && sudo apt autoremove -y && cd…