Skip to content

Instantly share code, notes, and snippets.

View gbraad's full-sized avatar
👨‍👩‍👦‍👦
Working from home

Gerard Braad gbraad

👨‍👩‍👦‍👦
Working from home
View GitHub Profile
@gbraad
gbraad / README.md
Last active May 3, 2023 12:09
Foundry VTT on Fedora
#!/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
[    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

Interests

  • 𝑨𝑴𝑰𝑮𝑨
  • ᑐᑌᑎᕮ
@gbraad
gbraad / README.md
Last active May 14, 2023 10:19
`/opt` installed tailscale on openwrt

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

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).

@gbraad
gbraad / README.md
Last active May 12, 2022 09:50
packaging folder content

Proposed packaging repo layout

input/
       darwin/
              podman
              qemu
 podman-desktop
@gbraad
gbraad / README.md
Last active May 11, 2022 12:59
Podman machine provider

Podman machine provider

@gbraad
gbraad / Flow1.mmd
Last active May 10, 2022 14:27
Installation and usage CRC
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.