The following are resources from others on submitting a proposal for a conference CFP
- Title should evoke interest (almost click-baity, but not too long)
--- | |
apiVersion: metal3.io/v1alpha1 | |
kind: Provisioning | |
metadata: | |
name: provisioning-configuration | |
spec: | |
preProvisioningOSDownloadURLS: {} | |
provisioningNetwork: Disabled | |
watchAllNamespaces: true | |
--- |
The following are resources from others on submitting a proposal for a conference CFP
# A basic script for uninstalling app packages in Windows 10/11, including those pre-installed with Windows | |
# | |
# Note: If you get an error about the script not being allowed to run, the below command will change the execution polciy temporarily for one session only: | |
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process | |
# | |
# To execute the script, open a Powershell window to the directory with the script and run the following command using your scripts file name (and don't forget the .\ ) | |
# .\WhateverScriptName.ps1 | |
# ------------------------------------------------------------------------------------------- | |
# Script by ThioJoe - https://github.com/ThioJoe | |