Creating a Modern Wiki with WordPress

This guide assumes you already have a working LAMP server, and have already met the WordPress requirements. Prerequisites The WordPress requirements as of 2018 February: PHP 7.2 or greater MySQL 5.6 or greater OR MariaDB 10.0 or greater Nginx or Apache with mod_rewrite module HTTPS support PHP-JSON (required for wp-cli)…

Continue reading

Run a Nested VM on KVM / QEMU VM in Hyper-V

Hyper-V does not expose Virtualization Extensions to Linux VMs (for nested virtualization) automatically. However, Microsoft provides a PowerShell script to run against the Linux VM in which you want to use nested virtualization. The PowerShell script runs a few basic Hyper-V PowerShell commands against the VM, which basically enable the…

Continue reading

Install GitLab with SSL on Fedora 26

This guide will show you how to get GitLab running on a new Fedora 26 VM using your internal PKI for SSL access. In PowerShell on your Hyper-V Hypervisor: New-VHD -Path “E:\Hyper-V\Virtual Hard Disks\gitlabServer.vhdx” -SizeBytes 500GB -Dynamic -BlockSizeBytes 1MB After Fedora 26 is installed: dnf install hyperv-daemons hypervvssd hyperv-tools Disable…

Continue reading