Compiling Hugo Extended on CentOS 8 Stream

--- Compile hugo extended on CentOS 8 Stream --- Requieres new git version. git 1.8.3.1 as on CentOS 7.6.1810 doesn't work. CentOS Stream release 8 comes with git version 2.27.0 which is working ok. [root@bacon hugo-master]# git --version git version 2.27.0 [root@bacon hugo-master]# To make it easier for others, to do so, just: - install golang + gcc-c++ on your CentOS 7 - download https://github.com/gohugoio/hugo/archive/v0.54.0.tar.gz - execute in the source directory go install -tags extended - grab the result binary in your ~/go directory # go install -tags extended go: downloading github. [Read More]
CentOS  hugo  linux 

Cloning a Centos 6.3 VirtualBox VM

Cloning an existing CentOS 6.3 virtual machine in VirtualBox seems to be quite easy. Right click on the machine, select clone, reinitialize the MAC addresses and create a full clone… The clone is beeing created and after starting it up – oops, no network interfaces present? Some error messages appear when trying to restart network services: To solve the issue two things must be done: 1. Delete the 70-persistent-net.rules 2. Check the MAC addresses in the interface scripts within network-scripts folder [Read More]