Skip to content

Instantly share code, notes, and snippets.

View TBye101's full-sized avatar
🦓

Thomas Bye TBye101

🦓
View GitHub Profile
@TBye101
TBye101 / mods.xml
Created September 30, 2021 14:48
Rimworld Mods
<?xml version="1.0" encoding="utf-8"?>
<ModList>
<Name>Reddit</Name>
<modIds>
<li>brrainz.harmony</li>
<li>me.samboycoding.betterloading</li>
<li>ludeon.rimworld</li>
<li>ludeon.rimworld.ideology</li>
<li>ludeon.rimworld.royalty</li>
<li>unlimitedhugs.hugslib</li>
@TBye101
TBye101 / nclresources.md
Last active April 21, 2024 16:27
NCL Resources and Tips

NCL Resources

Problem Area Resource/Tool Notes
OSINT Hack Control Has links to a scary amount of information gathering tools.
OSINT NCL Twitter/Cyber Kat's Website and Cyber Kat's Twitter In the past hints and even required parts of challenges have been found here
OSINT Sherlock Useful for finding online/social accounts
OSINT QRazyBox Good QR code reconstruction tool
Cryptography CyberChef Good general purpose cyber tool
Cryptography Cryptii Site with various cipher operations
@TBye101
TBye101 / ArchProblemsSolutions.txt
Last active March 10, 2023 22:07
Arch Problems and Solutions
#These are not necessarily Arch specific, but issues and solutions I found while working in Arch
Problem #1:
Trying to mount a NTFS partition shared with Windows but getting issues about an unclean file system, or metadata kept in a Windows cache?
Solution #1:
run sudo ntfsfix /partition/path to try and fix the partition. May have adverse effects upon Windows should this be the installation partition of Windows.
Problem #2:
Ext4 drive refuses to mount with giving non-root write permissions despite explicitely adding read-write permissions to the mount in /etc/fstab?