Comments on: Airspy – Spy Server Scripts https://photobyte.org/airspy-spy-server-scripts/ Freelance Technical Author, Illustrator & Photographer Wed, 08 Aug 2018 12:56:30 +0000 hourly 1 https://wordpress.org/?v=6.4.2 By: Mike Richards https://photobyte.org/airspy-spy-server-scripts/#comment-31110 Wed, 08 Aug 2018 12:56:30 +0000 https://photobyte.org/?p=1166#comment-31110 In reply to NeilP.

Neil,

Thanks for all your observations, I’ll get everything updated over the next couple of days. There are two steps to running a script in Linux as follows:

1 – Enter: sudo chmod+x filename. So for DVB-T.sh you would enter: sudo chmod +x DVB-T.sh

2 – To run the script Linux uses ./so for the same file, enter: ./DVB-T.sh or if you need elevated permisions sudo ./DVB-T.sh

]]>
By: NeilP https://photobyte.org/airspy-spy-server-scripts/#comment-31105 Wed, 08 Aug 2018 11:07:53 +0000 https://photobyte.org/?p=1166#comment-31105 How do you run these scripts?

I thought you’d just type them at the cmd line from within that directory, maybe with a sudo, but when I do that, all I get is :

pi@raspberrypi:~/pishare $ sudo DVB-T.sh
sudo: DVB-T.sh: command not found
pi@raspberrypi:~/pishare $

]]>