Questions tagged as 'raspberry-pi'

1
answer

Environment variables

I need to create an environment variable to share information between two Python scripts. Let me explain, I have created three scripts in Python to check the operation or rather verify that the environment variable is created. These files are...
asked by 03.03.2018 / 23:49
0
answers

Remote access to MySQL MAC

I hope you can help me. I am developing an application for raspberry. For this application I need to connect to a database that is mounted on XAMPP for mac, but I have not found a way to remotely access the database. I need to make queries to...
asked by 18.10.2018 / 03:18
0
answers

Run browser in full screen when launching S.O Linux

I'm doing a Domotic project in which I have the following components: RaspberryPi + Relays to operate lights. TouchScreen 15 ** screen The interface and back-end I did everything in web environment (HTML + CSS + NODEJS + SOCKET.IO)...
asked by 04.05.2018 / 16:55
0
answers

RASPBERRY pi3 problem loading OS [closed]

I have a problem with my raspberry. I think I turned it off and now I have a configuration problem. It does not show anything on the LCD screen. And by hdmi it shows the load of the Operating System until error appears. I have already formatted...
asked by 08.02.2018 / 20:42
1
answer

Assign fixed interface name to a MAC address

I'm working with a raspberry pi which only has one network card (an ethernet port). To have more network cards, I use external devices that convert from USB to ethernet. The problem is that each time the raspberry is rebooted, it randomly assign...
asked by 05.09.2017 / 12:26
1
answer

Relay, relay, relay does not turn on when running shell_exec or python exec in php7

Hi, I have this code on the Raspberry pi zero w: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <link rel="stylesheet" hre...
asked by 15.10.2018 / 06:16
3
answers

Avoid reading .py files

In the company we are developing a project with python using a raspberry. The program is already done and it is intended to market the service that makes the code so we require that you can not read or edit the file. It starts automatically thro...
asked by 14.03.2018 / 22:59
1
answer

Raspberry pi 3 Kali Linux

When I boot for the first time in Kali Linux, in my raspberry pi 3, it asks for a username and a password, I think they are predefined: pi, raspberry. But it says that the password is incorrect.     
asked by 14.11.2017 / 04:19
1
answer

start program written in c when booting linux system

Hello this time I created a small program written in c that I intend to run in a raspberry the same one already works correctly, but now I need to run it when I start the system (and it works without logging in), the idea would be that when star...
asked by 11.10.2017 / 12:55
0
answers

How to stop "httpd.serve_forever ()"

I had Apache perfectly configured and functioning. I wanted to try this script in Python: from http.server import HTTPServer, BaseHTTPRequestHandler class Serv(BaseHTTPRequestHandler): def do_GET(self): if self.path == '/':...
asked by 09.12.2018 / 23:15