Skip to content

Instantly share code, notes, and snippets.

View redtrillix's full-sized avatar

Zachary G redtrillix

View GitHub Profile
@redtrillix
redtrillix / readme.md
Created September 14, 2022 07:38
virtualbox - "sbin vboxconfig" fix for gnu/linux.

If you are on a GNU/Linux machine and you cant boot in to a VM because of this error: screenshot and you've tried running the command /sbin/vboxconfig.

Try running these commands: sudo /sbin/vboxconfig and sudo /sbin/rcvboxdrv setup hopefully one of them fixes the problem.

@redtrillix
redtrillix / README.md
Last active December 6, 2022 02:54
A discord bot generated using ChatGPT (https://chat.openai.com/chat)

A discord bot generated using ChatGPT. These are just tests so I dont recommend you use these in prod.

@redtrillix
redtrillix / HashCalc.md
Last active April 25, 2023 12:37
A python script to generate a list of file hashes (made by chatgpt and tweaked by me cause im dumb and lazy)

A Versioning system

@redtrillix
redtrillix / setDarkTheme.ps1
Last active July 5, 2024 09:27
Set dark or light theme in Windows with PowerShell
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0