scp /home/user/Downloads/bios_file.bin root@192.168.1.120:/storage/roms/bios/

#!/bin/sh while true; do if ! bluetoothctl show | grep -q "Powered: yes"; then systemctl restart bluetooth echo "$(date): Bluetooth restarted" >> /tmp/bt.log fi sleep 60 done Make it executable: chmod +x /storage/scripts/bt_watchdog.sh

If the GUI freezes but SSH works:

But what happens when your wireless gamepad stops syncing? Or when you need to scrape thousands of ROMs without bogging down the system’s GUI? Or when your device gets stuck in a boot loop?

You need (Secure Shell).

cd /tmp wget https://github.com/EmuELEC/EmuELEC/releases/latest/EmuELEC-Amlogic-ng.aarch32-VERSION.img.gz gunzip EmuELEC-*.img.gz dd if=EmuELEC-*.img of=/dev/mmcblk1 bs=4M status=progress Sometimes you need to upload a single core file or a BIOS, and Samba is too slow. Use scp (built into Linux/macOS/Windows PowerShell).

css.php