Problem: Desktop view of youtube.com shorts uses a new video format which is annoying, automatically loops and harder to comment on.
Solution:
Firefox or Chrome extension prerequisite: “Redirector” by Einar Eglisson. https://einaregilsson.com/redirector/
Note: It may require browser restart to function properly.
Settings:
Description: Youtube redirect shorts to normal view
Example URL: https://www.youtube.com/shorts/946r7dXI4e4
Redirect: https://www.youtube.com/shorts/*
to: https://www.youtube.com/watch?v=$1
pattern: wildcard
Problem: I need stats on datastores. Specifically, i need to find which DataStores are over-provisioned compared to the VM’s assigned to it.
Solution:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Parameter(Mandatory=$True,Position=0,HelpMessage="The script will output to .CSV datastore statistics for the provided vCenter Server hostname or FQDN")]
The script will output to .CSV file sorted by ProvisionedGB/CapacityGB percentage.
As such, you may see which datastore are heavily over-provisioned (in the sense of datastore larger than necessary). Of course, you may also sort my other columns as needed.