Skip to content

Instantly share code, notes, and snippets.

Avatar
👨‍👩‍👦‍👦
Working from home

Gerard Braad gbraad

👨‍👩‍👦‍👦
Working from home
View GitHub Profile
View gist:fc13e35467ec7f5cc86a3807b05d632a
Microsoft Windows [Version 10.0.19045.2728]
(c) Microsoft Corporation. All rights reserved.
C:\Users\gbraad>crc setup
INFO Using bundle path C:\Users\gbraad\.crc\cache\crc_podman_hyperv_4.3.1_amd64.crcbundle
INFO Checking if current user is in crc-users and Hyper-V admins group
INFO Checking if CRC bundle is extracted in '$HOME/.crc'
INFO Checking if C:\Users\gbraad\.crc\cache\crc_podman_hyperv_4.3.1_amd64.crcbundle exists
INFO Getting bundle for the CRC executable
INFO Downloading bundle: C:\Users\gbraad\.crc\cache\crc_podman_hyperv_4.3.1_amd64.crcbundle...
@gbraad
gbraad / README.md
Last active February 21, 2023 09:41
A simple slideshow to test Reveal.js with themes on Obsidian's Advanced Slides and VSCode Reveal
View README.md
@gbraad
gbraad / README.md
Last active February 17, 2023 12:26
Associates growth
View README.md

Associates growth


Your associate wants to see themselves being promoted. However, you think he or she is not ready yet. It's important to approach this conversation in a constructive and supportive manner. Here are some suggestions for how to provide feedback to your associate:

Acknowledge strengths

Start by acknowledging their strengths: Begin the conversation by highlighting their positive qualities, such as their enthusiasm for public speaking and their strong communication skills.

Area of improvement

@gbraad
gbraad / README.md
Last active January 25, 2023 11:39
Foundry VTT on Fedora
View README.md

Install Foundry VTT on Fedora

Foundry VTT

  1. download archive
  2. unzip [archive].zip -d /opt/foundryvtt
View say-hi.py
#!/usr/bin/env python
#
# Minimal IRC client. Compatible with Python 2 and 3.
import os, select, signal, socket, sys
try: username = os.getlogin()
except: username = 'unknown'
hostname = socket.gethostname()
irc = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
@gbraad
gbraad / README.md
Created November 25, 2022 09:28
WSL Debug Console output
View README.md
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Microsoft Hyper-V
[    0.000000] Hyper-V: privilege flags low 0x2e7f, high 0x3b8030, hints 0x20c2c, misc 0x24bed7b6
[    0.000000] Hyper-V Host Build:19041-10.0-2-0.2311
[    0.000000] Hyper-V: Nested features: 0x0
[    0.000000] Hyper-V: LAPIC Timer Frequency: 0x1e8480
[    0.000000] Hyper-V: Using hypercall for remote TLB flush
[    0.000000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
@gbraad
gbraad / README.md
Last active August 23, 2022 09:00
Interests
View README.md

Interests

  • 𝑨𝑴𝑰𝑮𝑨
  • ᑐᑌᑎᕮ
@gbraad
gbraad / README.md
Last active August 23, 2022 10:10
`/opt` installed tailscale on openwrt
View README.md

/opt installed tailscale on openwrt

View Windows.md

Preflights Windows

  1. check if Hyper-V + WSL2 installed a. dism check for Hyper-V (needs admin privileges) b. dism check for WSL (needs admin privileges)

    a. check for WSL2 command b. check if runtme installed / operational

View README.md

Changes to the installation flow

Summary

The accepted installation flow might be inadequate for future use with OpenShift Local, therefore an alternative is proposed for this use.

Detail

Because of postponing the MSI installation phase to the provider, the reboot that is necessary to activate the hypervisor, won't happen until after the application has fully started and when the provider is activated. At that point you can't easily determine if the hypervisor is installed and operational, as this is a privileged function (needs admin).