My Favorite Obsidian Plugins and Their Hidden Settings
It is not enabled by default, so do that first. Once enabled, click on the settings gear adjacent to the plugin to go to the plugin settings.There are many more…
It is not enabled by default, so do that first. Once enabled, click on the settings gear adjacent to the plugin to go to the plugin settings.There are many more…
import os from datetime import datetime from werkzeug.utils import secure_filename from langchain_community.document_loaders import UnstructuredPDFLoader from langchain_text_splitters import RecursiveCharacterTextSplitter from get_vector_db import get_vector_db TEMP_FOLDER = os.getenv(‘TEMP_FOLDER’, ‘./_temp’) def allowed_file(filename): return filename.lower().endswith(‘.pdf’)…
Scenario: So, I was full of energy completing one of my NSX 6.3.5 deployments. Everything was straight forward deploying NSX Manager, Controllers, preparing hosts, configuring VXLAN, … etc, until I…
January 12, 2021 SSL Termination: Securing Web Traffic with NSX-ALB | LAB2PROD Leverage NSX-ALB to encrypt your data with SSL Termination! In this blog post we will cover the different…
February 2, 2021 ESXi 7.0 Update 1C VMware Tools Not Installing | LAB2PROD Workaround it like a champ! After upgrading to the latest build of ESXi, 7.0 Update 1c (VMware…
Introduction As NSX is driving the evolution of the next generation networking era, learning NSX is a must in my humble opinion. VMware does not consider NSX as a product…
Introduction In order to centralize certificate management and unify the procedure of generation of certificates for VMware management components in the whole SDDC stack, the VMware Validated Design Certificate Generation…
Suggested read: Laravel With Git Deployment The Right WayThis will ensure that the image field is required, the file is a valid image, and the file size is no larger than…
I have been designing and deploying NSX-v solutions as part of my PSO role for the past 3 years. Aside with that, I decided to start my journey towards NSX-T…
One of the latest things I tried to do recently in my VMware cloud director environment is to create a shared catalog with some imported vCenter OS templates to be…