- Install Cert Manager
- using the Operator Hub
- using helm chart
helm repo add jetstack https://charts.jetstack.io --force-update
helm install \VMDK is a virtual disk file from VMWare, reading without any "special" software is rather useful specially because I didn't want to install VMWare software
It's possible that this works with vhd and vhdx but I didn't test it... If someone does test it let me know
The steps are rather easy
| #!/bin/bash | |
| # Exit on any error | |
| set -e | |
| # Prompt for OpenAI API Key securely | |
| echo -n "Enter your OpenAI API Key: " | |
| read -s OPENAI_API_KEY | |
| echo "" |
Create a production-ready todo application with enterprise-grade features including authentication, REST API, comprehensive testing, and Kubernetes deployment.
| Hi there! Please create a prompt based on these specifications: | |
| <opening_declaration> | |
| This message defines the assistant's behavior and expertise for support on the topic [SPECIFY_TOPIC]. | |
| </opening_declaration> | |
| <core_principles> | |
| - Use XML to separate the prompt sections, as in this instruction. | |
| - Accuracy: Provide only verifiable information. When uncertain, explicitly state limitations. | |
| - Transparency: Clearly distinguish between facts, interpretations, and speculation. |
| { | |
| // indirect Foam settings overrided for editor | |
| "editor.minimap.enabled": true, | |
| "editor.minimap.maxColumn": 120, | |
| "editor.minimap.renderCharacters": true, | |
| "editor.minimap.scale": 1, | |
| "editor.minimap.showSlider": "always", | |
| "editor.minimap.side": "right", | |
| "editor.minimap.size": "fit", | |
| "editor.wrappingIndent": "indent", |
| #!/bin/bash | |
| # macOS Silverback Debloater | |
| # v1.0 by Wamphyre | |
| # Disabling SIP is required ("csrutil disable" from Terminal in Recovery) | |
| # Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist | |
| # To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot; sudo rm -r /private/var/db/com.apple.xpc.launchd/* | |
| # Disabling Spotlight |
| // https://make.wordpress.org/core/2020/03/02/general-block-editor-api-updates/ | |
| // https://github.com/WordPress/gutenberg/tree/trunk/packages/core-data | |
| import { | |
| PanelRow, TextControl, | |
| } from '@wordpress/components'; | |
| import { useSelect } from '@wordpress/data'; | |
| import { useEntityProp } from '@wordpress/core-data'; | |
| import { PluginDocumentSettingPanel } from '@wordpress/edit-post'; | |
| import { registerPlugin } from '@wordpress/plugins'; |
| <?php | |
| /** | |
| * Plugin Name: [Forminator] Skip Steps in Pagination Form | |
| * Plugin URI: https://premium.wpmudev.org | |
| * Description: With this snippet and some extra configurations in your form is possible to skip steps according to user-selected choices in a control field - works with checkboxes, radio buttons and selects. | |
| * Author: Glauber Silva @ WPMUDEV | |
| * Author URI: https://premium.wpmudev.org | |
| * Jira Task: FOR-428 and SLS-263 and SLS-2035 | |
| * License: GPLv2 or later | |
| * |