Posts
Creating Your First Hugo Site
1. open powershell Open the Windows Start menu, type powershell press enter type hugo version type hugo help
2. lets find a theme to use on our site https://themes.gohugo.io/
lets choose Ananke as our test theme https://themes.gohugo.io/themes/gohugo-theme-ananke/
this can be downloded from Github (Click the download button) https://github.com/theNewDynamic/gohugo-theme-ananke Now click on the Code dropdown button click on the two littel squares to copt the code we got https://github.com/theNewDynamic/gohugo-theme-ananke.git
3. Lets create a site C:\Users\nico\Documents mkdir hugo-sites cd C:\Users\nico\Documents\hugo-sites # lest create a site called hugo-demo hugo new site hugo-demo dir # lets open our project folder cd hugo-demo we now want to add our theme
Posts
Installing Hugo on Windows
1. Install Git first Open this web site and download GIT https://git-scm.com/download/win
2. Install GO https://go.dev/doc/install You want to download and install : go1.21.3.windows-amd64.msi
3. Install Winget Login to your microsoft account: https://account.microsoft.com/account?lang=en-us
Open the Windows Start menu, type store, and press Enter to open the Microsoft Store app.
In the search bar, type winget and press Enter. In the results, click the App Installer application
On the App Installer page, click Get to install the app.
Posts
Creating Better Bridge Connections for KVM on Centos 9 or Rocky Linux 9
There is a problem with the traditional way of doing this. If you are reading this you Probably have had problems trying to do this .
1. This is a bad way to create a Bridge connections for KVM on a Centos or Rocky Linux server Creating the Bridge br-My-Br01, its port and ens192
nmcli conn add type ovs-br conn.ens192 br-My-Br01 con-name br-My-Br01 Creating a Port
nmcli conn add type ovs-port conn.
Posts
Installing Cockpit instead of a Proxmox
1. Installing KVM 1.1 Check if Host machine supports Virtualization egrep -c '(vmx|SVM)' /proc/cpuinfo lscpu | grep Virtualization: expect :
Virtualization: VT-x This means the server CPU supports virtualization
1.2 Install KVM sudo su - apt update -y apt install qemu-kvm qemu-kvm virt-viewer virt-manager bridge-utils -y # libvirt virt-install reboot log in again
sudo useradd -g $USER libvert sudo su - 1.3 Validate Virtualization Host apt install libvirt-clients virt-host-validate Expect to get 2 warnings one we can Fix
Posts
Creating a Jenkins Server in Proxmox
This installation will require that you have installed Proxmox and created an Ubuntu VM Template If you have not done that please watch this video: https://www.youtube.com/watch?v=lpRKVmxKVpE
1. Creating the Jenkins Server VM Start Proxmox Right click on Ubuntu VM Template Click on Clone Enter a suitable VM Id : 250 Enter a suitable Name (for the VM) : jenkins87 (we want to use static ip 10.154.2.87) Select Mode : (as) Full Clone Click on Clone Button 1.
Posts
DevOps Article Directory
Although we have Blogs focussing on specific DevOps technologies this Blog will provide articles not catered by those Blogs.
DevOps Blogs focussing on specific technologies: Linux including Virtualization and proxmox Kubernetes, Rancher K3S Kubernetes , Helm and Helm Charts Terraform, Kubernetes Provider, Helm provider and posts for running on K3S