Commit Graph

303 Commits

Author SHA1 Message Date
Doino Gretchenliev
a5a8d48df5 Manual selection with country and city, added automatic/manual option. (#119)
Co-authored-by: Doino Gretchenliev <doino.gretchenliev@kubit.co>
2025-01-03 13:14:43 +08:00
Winston
a1b762cb0c update github link (#113) 2024-02-18 10:33:02 +08:00
Kevin Coleman
2db31cc533 ini_setttings.sh: updated features (#112)
- Added jamma2_vid/jamma2_pid, osd_lock, osd_lock_time, and debug.
- Fixed naming convention being wrong for jamma_vid and jamma_pid
2024-02-13 01:32:17 +08:00
Alexey Melnikov
1d342a28cc Update ini_settings.sh 2023-11-20 05:53:06 +08:00
YLFAndy
78ffa0eeb9 Update cifs_mount.sh (#108)
Minor fixes to cifs_mount.sh
2023-11-17 07:01:58 +08:00
YamamotoKaderate
2a42860048 Version 1.0.2 - Replacing bsdtar (#106)
Replacing the now absent bsdtar command by unzip.
2023-08-05 01:16:44 +08:00
Gareth Jones
41c6de6a4d Add firewall rule for MiSTer Extensions Remote (#105) 2023-08-02 16:16:11 +08:00
Bas v.d. Wiel
e54214e981 Fix the collapsing of directory names (#103) 2023-06-01 00:41:27 +08:00
birdybro
2e52cb9f6b Ini-settings: Add vga_mode/ntsc_mode, remove ypbpr. (#102)
* ini-settings: Add vga_mode, remove ypbpr

* ini-settings: Add ntsc_mode option
2023-04-09 15:34:31 +08:00
Bas v.d. Wiel
a1bc11efb3 Add mount scripts for NFS filesystem. (#101) 2023-03-17 04:24:51 +08:00
birdybro
c3189f49f8 Add disable_autofire option to ini_settings.sh script (#100) 2022-12-22 02:45:39 +08:00
birdybro
b0094f65f0 Remove deprecated volumectl setting (#99)
Solves --> https://github.com/MiSTer-devel/Main_MiSTer/issues/703
2022-10-22 00:09:56 +08:00
birdybro
e8a8435d93 ini_settings.sh: Add video_off setting (#96) 2022-08-20 18:08:36 +08:00
birdybro
38672934b1 Add missing options to ini_settings.sh (#95)
* Add missing options temporarily until new script is complete

* add entry to changelog
2022-07-19 13:40:16 +08:00
Keith F. Kelly
3e2387706b add helpful script for downloading latest sample INI and highlighting what changed (#94) 2022-07-18 15:43:02 +08:00
Keith F. Kelly
a6635f9a86 fix bluetooth pairing script to work reliably (#93) 2022-07-18 15:42:35 +08:00
Akuma-Git
6b4e705b26 Update mac_address_change.sh (#91)
Regarding: https://misterfpga.org/viewtopic.php?t=3661

1. The reason hexdump fails is because of not using the hexdump "-v" parameter
 -v 
Cause hexdump to display all input data. Without the -v option, any number of groups of output lines, which would be identical to the immediately preceding group of output lines (except for the input offsets), are replaced with a line comprised of a single asterisk.

and therefor the c-style $(( )) arithmetic would fail if a group is replaced with a single asterisk

2. & 0xFEFFFFFFFFFF | 0x020000000000 should be replaced by & 0xFCFFFFFFFFFF as you want to zero the last two bits, namely Universal vs local (U/L bit) and the Unicast vs multicast (I/G bit), otherwise you will not generate a valid MAC address.

3. write MAC address  in uppercase with the ^^
2022-06-26 03:06:41 +08:00
birdybro
13ff174ac8 Fix RTC.sh failing ping due to syntax (#90)
Current syntax won't work because it can't ping that kind of address, it needs an IP. I also increased the wait time to reduce unnecessary failures upon people taking more than one second to ping to ntp.
2022-06-23 02:16:39 +08:00
birdybro
f94df3f231 ini_settings.sh: Prevent alt ini from being overwritten (#87) 2022-05-13 16:20:48 +08:00
Marc
91b9ff5a74 Fixes https://github.com/MiSTer-devel/Scripts_MiSTer/issues/84 (#85)
Adds quotes to fix './cifs_mount.sh: line 251: [: !=: unary operator
expected' error

Co-authored-by: Marc Emmerson <marc@emmerson.io>
2022-04-25 15:24:41 +08:00
Achim
5bc31a52c5 new option "SHARE_DIRECTORY" (#83) 2022-04-17 16:25:58 +08:00
birdybro
1bac7dd4e8 fix https://github.com/MiSTer-devel/Distribution_MiSTer/issues/30 (#79) 2022-02-20 15:36:51 +08:00
Kreeblah
63c18282a7 Added authorized_keys check and fix for 5.x kernels 2022-01-14 15:52:43 +08:00
makigumo
cfec01c990 Delete update_all_keep_linux_nice.sh (#76)
This script is calling an unknown script that is not in this repository.
2022-01-11 19:21:04 +08:00
retrocaster
377adcf2ca Update cifs_mount.sh docs for LOCAL_DIR (#77)
* Update cifs_mount.sh

Updated LOCAL_DIR documentation to cover new special "cifs" location

* Update cifs_mount.sh

Set initial value of LOCAL_DIR to "cifs"
2021-12-26 06:48:17 +08:00
Keith F. Kelly
59cba51993 Add settings and scripts for making/keeping Linux nice (#75) 2021-12-17 22:44:43 +08:00
Gareth Jones
4cfdede74c Fix cifs mount options for guest access (#74)
* Fix cifs mount options when no username is supplied

* Update to use sec=none
2021-12-13 20:56:11 +08:00
José Manuel Barroso Galindo
73455739a2 Case insensitive MRA parsing. (#73) 2021-12-07 18:00:37 +08:00
Keith F. Kelly
8f493866d8 Add new bluetooth pairing script (btctl wrapper) (#72) 2021-12-01 19:07:20 +08:00
Keith F. Kelly
626dc0018b Bluetooth script changes (#71) 2021-12-01 04:03:02 +08:00
tofukazoo
4dce7618e7 Removed "MiSTer" hostname check (#69) 2021-10-11 03:53:10 +08:00
tofukazoo
d9d4aa92d3 Removed "MiSTer" hostname check (#68) 2021-10-11 03:52:48 +08:00
Locutus73
ed4b3570a0 Version 2.0 - Tests if executed on a 5.X Kernel system (thanks to MiSTer Addons for the help with testing).
Tests if executed on a 5.X Kernel system (thanks to MiSTer Addons for the help with testing).
2021-08-30 18:25:12 +02:00
Locutus73
b9d436e71e Merge pull request #65 from misteraddons/master
Update README.md
2021-08-25 14:18:20 +02:00
Jack Burton
20799b9607 Update README.md 2021-08-24 21:14:05 -06:00
Locutus73
724312381b Merge pull request #38 from c0d3h4x0r/issue-37
fix Issue #37
2021-08-24 12:44:29 +02:00
Locutus73
bbc3e6e824 Rename change_hostname.sh to other_authors/change_hostname.sh 2021-08-24 12:39:42 +02:00
Locutus73
8fda19fef8 Rename change_hostname.ini to other_authors/change_hostname.ini 2021-08-24 12:39:24 +02:00
Locutus73
0ee7344f25 Merge pull request #64 from misteraddons/master
Change Hostname Scripts + New MiSTer System Check
2021-08-24 12:38:37 +02:00
Jack Burton
bafc85453d Change Hostname Scripts + New MiSTer System Check 2021-08-23 12:14:36 -06:00
Locutus73
7dae4c1a86 Version 1.3.4 - Refined the check for standard root password.
Refined the check for standard root password.
2021-03-22 11:02:07 +01:00
Locutus73
3d304b8d17 Update security_fixes.sh
Version 1.3.3 - Changed cacert.pem URL.
2021-02-21 19:13:07 +01:00
Locutus73
b8585b7e2d Merge pull request #54 from theypsilon/patch-1
Better error handling and arguments added
2021-02-21 19:06:02 +01:00
José Manuel Barroso Galindo
950c3f65c9 Ignoring missing crc is ignore_crc attribute is present in the element 2021-02-15 19:48:54 +01:00
José Manuel Barroso Galindo
2c5d1f603c Better CRC error detection 2021-02-14 17:59:23 +01:00
José Manuel Barroso Galindo
0d7b5156ce Better error handling and arguments added 2021-02-08 22:27:43 +01:00
David Shadoff
f239dfa982 Fixes for mra_rom_check
* Log mra_rom_check output to logfile

Since mra_rom_check can create a lot of output, and that output needs to be reviewed carefully, this fix causes to output to simultaneously be directed to a logfile.
- 'Scripts/Logs' subdirectory will be created if it does not already exist
- log output goes to Logs/mra_rom_check.log, which will be deleted and recreated each time it is run

* fixed error reporting with a mismatched rom

* Separate messages for missing MAME version

Too many MRA files are missing MAME version
- these drown out the real issues on the screen and in the logfile
- these don't appear to cause issues with the MRAs
- It is difficult to actually acquire "correct" data for these
-> This update outputs them to a separate logfile and suppresses them from the screen output (can easily be re-enabled later when/if this problem is under control)

Co-authored-by: Alan Steremberg <alanswx@users.noreply.github.com>
Co-authored-by: Alan Steremberg <alan.steremberg@gmail.com>
2021-01-25 18:43:49 +08:00
Locutus73
798e509a85 Version 1.3.2 - Refined the check for standard root password.
Refined the check for standard root password.
2020-12-07 18:36:45 +01:00
Locutus73
615d4c3eb3 Version 1.0.2 - Fixed a permission issue.
Fixed a filesystem permission issue.
2020-12-07 18:22:20 +01:00
Keith F. Kelly
503cd10147 Merge branch 'issue-37' of https://github.com/c0d3h4x0r/Scripts_MiSTer into issue-37 2020-06-30 23:54:39 -07:00