Skip to content

Instantly share code, notes, and snippets.

View redtrillix's full-sized avatar

Zachary G redtrillix

View GitHub Profile

A Versioning system

@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)
@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 / 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 / nm_l2tp_ipsec_vpn.md
Created September 8, 2022 07:51 — forked from pastleo/nm_l2tp_ipsec_vpn.md
setup L2TP IPSEC VPN in archlinux using NetworkManager
@redtrillix
redtrillix / backup_destination.txt
Last active April 19, 2023 07:05
KeePassXC backup location.
["OneDrive\Apps\__macosx\backup_destination.txt"]
Rev 1 | ./backup/{DB_FILENAME}-{TIME:yyyy.MM.dd_hh.mm}.tar.gz
Rev 2 | ./backup/{DB_FILENAME}-{TIME:yyyy_MM_dd-hh_mm}.tar.gz
Rev 3 | ./backup/{DB_FILENAME}-{TIME:yyyy_MM_dd-hh}.tar.gz
Rev 4 | ./backup/{DB_FILENAME}-{TIME:yyyy_MM_dd}.tar.gz
@redtrillix
redtrillix / run.ps1
Last active July 29, 2022 07:08
This powershell script will extract all zipped files located in the "dir\source" specified, and create their own directory.
Get-ChildItem -Filter *.zip -Recurse "dir\source" | % { $_.FullName } | Split-Path | Get-Unique | % { cd $_ ; &'C:\Program Files\7-Zip\7z.exe' x *.zip -o* }
@redtrillix
redtrillix / README.md
Last active July 8, 2022 07:10
[Arch Linux - Flatpak] KeePassXC - Extesion not connecting.

Original comment: keepassxreboot/keepassxc-browser#1399 (comment)

Ok reporting back now.

The problem was that the org.keepassxc.keepassxc_browser.json file in my browsers profile directory was removed or not recreated in the most recent update.

It is fixed by creating this file:

/home/USER/.PROFILE_DIRECTORY/native-messaging-hosts/org.keepassxc.keepassxc_browser.json

Contents: