Hello, World!
A simple slideshow to test Reveal.js with themes
Works with:
- Obsidian: Advanced Slides
- VSCode: vscode-reveal
Uses modifications like real-black and the tomorrow-night-bright theme, as available in my Obsidian Vault template.
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... |
A simple slideshow to test Reveal.js with themes
Works with:
Uses modifications like real-black and the tomorrow-night-bright theme, as available in my Obsidian Vault template.
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:
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.
unzip [archive].zip -d /opt/foundryvtt
#!/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) |
[ 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
/opt
installed tailscale on openwrtcheck 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
The accepted installation flow might be inadequate for future use with OpenShift Local, therefore an alternative is proposed for this use.
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).