This is content converted from Markdown!
Here's a JSON sample:
{
"foo": "bar"
}| <html> | |
| <head> | |
| <style> | |
| h1 { | |
| font-family: Calibri; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Hello World!</h1> |
| Info: | |
| Codec Packs need the Media Feature Pack Windows 10 N 2004 installed (Windows 10 N Home OR Windows 10 N Pro). | |
| VP9 | |
| https://www.microsoft.com/en-us/p/app/9N4D0MSMP0PT | |
| HEVEC | |
| https://www.microsoft.com/en-us/store/p/app/9n4wgh0z6vhq | |
| Web Media Extension: |
| #!/bin/bash | |
| # | |
| ## -------------------------------=[ Info ]=--------------------------------- ## | |
| # | |
| # Generate letsencrypt cert on local server and scp to esxi target. | |
| # Designed and tested on Ubuntu 16.04LTS. | |
| # Assumes you have upnp control over local network. Tested with Ubiquiti USG. | |
| # | |
| # Dependencies: | |
| # miniupnpc (sudo apt install miniupnpc) |