View create-chd-folders.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for x in ./*.chd; do | |
mkdir "${x%.*}" | |
mv "$x" "${x%.*}" | |
done |
View nfc.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dmesg log: | |
[ 273.098663] usb 1-1.2: new full-speed USB device number 6 using dwc2 | |
[ 273.187435] usb 1-1.2: New USB device found, idVendor=1a86, idProduct=5523, bcdDevice= 3.04 | |
[ 273.187472] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 | |
[ 273.190084] ch341 1-1.2:1.0: ch341-uart converter detected | |
[ 273.192037] usb 1-1.2: ch341-uart converter now attached to ttyUSB0 |
View presets.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[AVision] | |
preset_default=Core Specific/Adventure Vision | |
[AtariLynx] | |
preset_default=Core Specific/Lynx | |
[GBA] | |
preset_default=Core Specific/Game Boy Advance | |
[GameGear] |
View cloudflare-block.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
if [[ $(/usr/bin/id -u) -ne 0 ]]; then | |
echo "Not running as root" | |
exit | |
fi | |
if grep -wq "1.1.1.3" /etc/default/cloudflared |
View 50unattended-upgrades
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/etc/apt/apt.conf.d/50unattended-upgrades | |
Unattended-Upgrade::Origins-Pattern { "site=downloads.plex.tv"; }; |
View pmr-446.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Location | Name | Frequency | Duplex | Offset | Tone | rToneFreq | cToneFreq | DtcsCode | DtcsPolarity | Mode | TStep | Skip | Comment | URCALL | RPT1CALL | RPT2CALL | DVCODE | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | P1 | 446.006250 | 0.000000 | 88.5 | 88.5 | 023 | NN | NFM | 5.00 | |||||||||
1 | P1 | 446.006250 | 0.000000 | 88.5 | 88.5 | 023 | NN | NFM | 5.00 | |||||||||
2 | P2 | 446.018750 | 0.000000 | 88.5 | 88.5 | 023 | NN | NFM | 5.00 | |||||||||
3 | P3 | 446.031250 | 0.000000 | 88.5 | 88.5 | 023 | NN | NFM | 5.00 | |||||||||
4 | P4 | 446.043750 | 0.000000 | 88.5 | 88.5 | 023 | NN | NFM | 5.00 | |||||||||
5 | P5 | 446.056250 | 0.000000 | 88.5 | 88.5 | 023 | NN | NFM | 5.00 | |||||||||
6 | P6 | 446.068750 | 0.000000 | 88.5 | 88.5 | 023 | NN | NFM | 5.00 | |||||||||
7 | P7 | 446.081250 | 0.000000 | 88.5 | 88.5 | 023 | NN | NFM | 5.00 | |||||||||
8 | P8 | 446.093750 | 0.000000 | 88.5 | 88.5 | 023 | NN | NFM | 5.00 | s |
View instructions.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original: | |
https://github.com/mirror/nuvee/blob/master/ps1%20-%20gun%20flash%20removal/pec_hacks.txt | |
Crypt Killer (USA) | |
80059458 0000 | |
8005945a 0000 | |
Elemental Gearbolt (USA) |
View instructions.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://raw.githubusercontent.com/danmons/retronas/main/ansible/retronas_systems.yml | yq "(.[].[].mister | select(length!=0))" - | sort | uniq > folder.txt | |
while read p; do | |
mkdir "$p" | |
done <list.txt |
View extract-archive-org-hashes.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
############################### | |
# Extract SHA1 file hashes from archive.org metadata files | |
# | |
# Usage: place archive.org {item_name}_files.xml in ./xml/ | |
# Run ./extract-hashes.py | |
# sha1 files get written to ./sha1 | |
############################### |
View gist:c66674e05a46c0a01e0f871c703b3316
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-=MiSTer Computer Cheat Sheet FAQ v1.8.4 by Owlnonymous=- | |
------------------ | |
Notes: On a few cores " = L Shift+2, * = ], and ? = not working. CAPITALIZED = type command or action. On most cores, leave the .xxx files name extension off the launch command. | |
Help: I could use help with the MulitComp, and Sinclair QL. | |
------------------ | |
Amstrad: files DSK, TAPE " | |
DSK file- | |
1) load DSK through OSD |
NewerOlder