Skip to content

Instantly share code, notes, and snippets.

View GodSpoon's full-sized avatar
🎯
Focusing

GodSpoon

🎯
Focusing
  • King IT Services LLC
View GitHub Profile
@GodSpoon
GodSpoon / WithMBRtoGPTtool.md
Created August 10, 2025 18:38
MBR to GPT Conversion

Prerequisites

Before using MBR2GPT, your system must meet these requirements:

  • Maximum 3 partitions on the MBR disk
  • 64-bit operating system
  • BitLocker encryption disabled
  • Active partition present (verify in Disk Management)
  • No dual boot setup
  • Windows 10 version 1703 or later
@GodSpoon
GodSpoon / readme.md
Last active July 16, 2025 21:44
Automated Docker and Portainer BE Setup for Ubuntu 22.04 (Non-Root)

Ubuntu 22.04 Docker & Portainer Business Setup (Non-Root User)

This script automates the installation of Docker Engine and Portainer Business Edition on Ubuntu 22.04. It also configures Docker so that a non-root user can run Docker commands without sudo.

Features

  • Installs Docker Engine and required dependencies
  • Adds the current user to the docker group for non-root Docker access
@GodSpoon
GodSpoon / notes.md
Created June 4, 2025 03:42
Pet Linux Notes

Linux Notes & Stuff

If ever in need, go to Gemini and ask:

"How do I do x on Arch/EndeavourOS?"


Package Management (Arch/EndeavourOS)

Open your terminal and enter:

@GodSpoon
GodSpoon / howto.md
Created May 6, 2025 20:58
How to Register a Target URL for Adaptive Card Emails in Outlook

How to Register a Target URL for Adaptive Card Emails in Outlook

Follow these steps to allow your Logic App endpoint to be used in Actionable Messages (Adaptive Card emails) in Exchange/Outlook:

  1. Create a Registration Request

  2. Enter Required Information

  • Sender email address:
@GodSpoon
GodSpoon / results.md
Last active March 29, 2025 15:27
Passmark Scores

PassMark Results Log

PassMark Rating

Date Device CPU RAM GPU Storage PassMark Link Notes
2025-03-26 Dell Latitude 7400 2-in-1 Intel i5-8265U (8) @ 3.900GHz 8GB Intel UHD 620 - PassMark #509031733748 EndeavourOS Linux

PassMark Rating

@GodSpoon
GodSpoon / Differences.md
Created March 8, 2025 03:56
Lease Discrepancy

Detailed Comparison: Original Lease vs. Renewal Lease

Lease Term and Duration

  1. Lease Period:

    • Old Lease: "12/22/2023 and end on 03/31/2025" (Pg. 2)
    • New Lease: "04/01/2025 and end on 09/30/2025" (Pg. 2)
  2. Month-to-Month Upcharge:

    • Old Lease: "$50 upcharge for remaining month to month" (Pg. 2)
  • New Lease: "$200 upcharge for remaining month to month" (Pg. 2)
@GodSpoon
GodSpoon / chart.mermaid
Last active March 7, 2025 23:41
Sequoia's Prize Chart
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GodSpoon
GodSpoon / install.sh
Last active March 6, 2025 17:07
Install dotool - Ubuntu 24.04
#!/bin/bash
# dotool_installer.sh - Script to install and configure dotool on Ubuntu 24.04
echo "Starting dotool installation and configuration..."
# Install dependencies
echo "Installing dependencies..."
sudo apt update && sudo apt install -y libxkbcommon-dev golang scdoc
# Clone and build dotool
@GodSpoon
GodSpoon / install.sh
Created August 22, 2024 01:39
Arch/EndeavourOS KVM/QEMU & Virt Manager Installation
#!/bin/bash
# Update system
sudo pacman -Syu
# Install KVM, QEMU, and related tools
sudo pacman -S qemu-full virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat libguestfs
# Install ebtables and iptables-nft for network bridging
sudo pacman -S ebtables iptables-nft