Skip to content

Instantly share code, notes, and snippets.

View addohm's full-sized avatar
🤬
I may be slow to respond.

Adam addohm

🤬
I may be slow to respond.
View GitHub Profile
@addohm
addohm / instructions.md
Last active June 19, 2025 23:59
6.15.2-200.nobara.fc42.x86_64 patch for vmware workstation vm drivers

cd /usr/lib/vmware/modules/source/

create backup of modules and unpack

sudo mv vmmon.tar vmmon.tar.bak

sudo tar xf vmmon.tar.bak

sudo mv vmnet.tar vmnet.tar.bak

sudo tar xf vmnet.tar.bak

@addohm
addohm / arch_linux_installation_guide.md
Created June 12, 2025 15:49 — forked from mjkstra/arch_linux_installation_guide.md
A modern, updated installation guide for Arch Linux with BTRFS on an UEFI system
@addohm
addohm / dual-boot.md
Created June 6, 2025 04:16 — forked from shimeoki/dual-boot.md
Windows 11 + Arch Linux dual-boot (systemd-boot) installation guide with encrypted partitions (BitLocker and LUKS respectively) and Secure Boot (UEFI)

My Windows 11 + Arch Linux dual-boot installation

Caution

All actions are at your own risk! This has been tested by me, but does not guarantee your success.

Read everything at least once before actually following the guide. If something goes wrong, stop immediately. Consider starting from the beginning.

About the guide

@addohm
addohm / installation.md
Created June 6, 2025 04:10 — forked from camullen/installation.md
KDE Install on WSL2
@addohm
addohm / django_project_reset.py
Last active February 4, 2025 20:56
Reset your django development project back to base
import shutil
import os
import sys
'''
Place this script in the main project directory. This should be
the same directory as manage.py.
'''
# Get the file path of this script
root = sys.path[0]
@addohm
addohm / colors
Created February 7, 2024 16:29 — forked from dtmilano/colors
Shows terminal colors
#! /bin/bash
n=32
arg=setaf
text='Hello World! This is %s %d'
_help()
{
printf 'usage: %s [--help|-H] [--16] [--256] [-t|--tiny] [--background|-b]\n' "$(basename $0)"
exit 0
@addohm
addohm / readme.md
Last active November 21, 2023 05:45
Rotary Enclosure Kit
@addohm
addohm / main.py
Created August 7, 2023 16:34
Lottery Numbers based on historical data
import requests
from datetime import datetime
def get_mega_millions_data():
url = "https://api.opendatastack.com/v1/lottery/mega-millions"
response = requests.get(url)
if response.status_code == 200:
return response.json()
else:
raise Exception("Failed to fetch data")
@addohm
addohm / readme.md
Last active November 12, 2023 15:26
Xtool Drag Chain Conversion Instructions

Xtool Drag Chain Conversion Instructions

Warning(s):

BE CAREFUL NOT TO OVERTIGHTEN ANY SCREWS INTERFACING WITH THE PRINTED PARTS

DO NOT WORK ON YOUR LASER WITH THE POWER ON

Hardware Requirements

@addohm
addohm / gist_markdown_examples.md
Last active July 18, 2023 01:59 — forked from ww9/gist_markdown_examples.md
Gist markdown examples

Gist markdown examples

A collection of Markdown code and tricks that were tested to work in Gist.

This and all public gists in https://gist.github.com/ww9 are Public Domain. Do whatever you want with it including , no need to credit me.

Todo

  • Reformat this whole document and assimilate these: