Featured Post

2023 Phoenix VMUG UserCon

  • vnull
  • Sep 8, 2023
  • 4 minutes read

Introduction: The recent 2023 Phoenix VMUG UserCon brought together some like-minded people in the field, with discussions ranging from VMware technologies to best practices for optimizing existing systems.

Read more

Recent Post

Set JAVA_HOME environment variable on Windows 10

  • vnull
  • Jan 13, 2023
  • 2 minutes read

Java Setup Install JDK and set JAVA_HOME Download the Java Development Kit (JDK) Then double click the JDK and follow all the installation steps.

Read more

Docker IPvlan Networks

  • vnull
  • Jan 7, 2023
  • 5 minutes read

Use IPvlan networks IPvlan driver gives control over both IPv4 and IPv6 addressing. The VLAN driver gives administrators control of layer 2 VLAN tagging and even IPvlan L3 routing for use of direct network integration.

Read more

Docker Networking Overview

  • vnull
  • Jan 7, 2023
  • 2 minutes read

Docker Networking Overview In this post defines some basic Docker networking concepts. Network drivers Docker’s networking subsystem is pluggable, using drivers.

Read more

Docker MacVLAN Networks

  • vnull
  • Jan 6, 2023
  • 6 minutes read

MacVLAN MacVLAN configures a sub-interfaces (also known as slave devices) of a parent physical Ethernet interface with its own unique MAC address and as a result with its own IP address.

Read more

VScode Automating Creation Folder and Files

  • vnull
  • Jan 2, 2023
  • 2 minutes read

VS-Code Folder Templates Because creating the same directories over and over again is annoying to do manually.- Huuums Automation…automation!!! We are always trying to improve things through automation.

Read more

Hugo Share on LinkedIn Image Metadata

  • vnull
  • Jan 1, 2023
  • 2 minutes read

The following should generally work, but using .webp format for image and LinedIn at the time of this writing does not support this format.

Read more

Add a Last Modified Date in Hugo Articles

  • vnull
  • Dec 29, 2022
  • 3 minutes read

Add a Last Modified Date in Hugo Articles Add date data to our Hugo posts Last Modified Last Updated Edited Conditionally render a Last Modified date in the single.

Read more

Write Better Commit Messages

  • vnull
  • Dec 27, 2022
  • 3 minutes read

GIT OOPS! Question Yep… I have absolutely no idea what I meant by ‘Fix foobar’ 6 months ago. Trying to write better commits fixed bug on landing page vs.

Read more

Modify Themes Hugo

  • vnull
  • Dec 26, 2022
  • 2 minutes read

How to modify themes Hugo Use non-destructive practice for Hugo themes. Hugo is designed for customization and follows a site generation workflow that works a lot like layers in photo editing software.

Read more

Hugo Adding Custom Notices

  • vnull
  • Dec 26, 2022
  • 3 minutes read

Hugo Adding Custom Notices Warning Might be batter way to complete this with out destroying theme. Modify Themes Hugo How to modify themes for Hugo

Read more