Skip to content

Instantly share code, notes, and snippets.

View itsChris's full-sized avatar
🎯
Focusing

Christian M. Casutt itsChris

🎯
Focusing
View GitHub Profile
@itsChris
itsChris / test.html
Created July 16, 2023 05:39
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@itsChris
itsChris / test.md
Last active July 16, 2023 05:40
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@itsChris
itsChris / Speedtest CLI by Ookla.md
Created January 4, 2021 08:25
Speedtest CLI by Ookla
<title>Speedtest CLI by Ookla</title>
@itsChris
itsChris / Codec packs
Created May 26, 2020 12:50 — forked from CHEF-KOCH/Codec packs
Windows 10 2004 (May Update) Build 19041.264 RTM MSDN (MVS) updated_may
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:
@itsChris
itsChris / letsencrypt_esxi.sh
Created December 12, 2018 06:03 — forked from shr00mie/letsencrypt_esxi.sh
Let's Encrypt SSL for ESXi
#!/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)