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)…
Creating a LAMP Server on Fedora 27 with SSL
Linux Backups using Relax and Recover (ReaR)
Hardening Linux Server Security
SaltStack: Installation and Configuration
Salt consists of a master server that controls or manages client servers and computers. The master server is known as the Salt-Master and the clients are known as Salt-Minions. This is PART 1: Installing and Configuring SaltStack PART 2 will be all about managing minions. Installing the Salt-Master Following the…
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…
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…