Skip to content Skip to sidebar Skip to footer
Showing posts with the label Raspbian

Raspberry Can't Access /dev/mem

I have installed Raspbian on my Raspberry and added in: /etc/rc.local: chown /dev/ttyUSB0 #to all… Read more Raspberry Can't Access /dev/mem

Start Shell Script On Raspberry Pi Startup

I have a python program which posts to my local web server. The script runs on a raspberry pi runni… Read more Start Shell Script On Raspberry Pi Startup

Generate Keystrokes In Linux From Python3

I need to generate keystrokes in Linux (Raspbian) from Python3. Something like uinput but for Pytho… Read more Generate Keystrokes In Linux From Python3

Ssl Error While Sending Email With Python (raspbian Os)

I just write this code in Python under Raspbian OS: import smtplib fromaddr = '*****@hotmail.d… Read more Ssl Error While Sending Email With Python (raspbian Os)

Ssl Error On Raspberry Pi

I recently purchased a Raspberry Pi to run some Python scripts, but when I ported it the function I… Read more Ssl Error On Raspberry Pi

SSL Error While Sending Email With Python (Raspbian OS)

I just write this code in Python under Raspbian OS: import smtplib fromaddr = '*****@hotmail.d… Read more SSL Error While Sending Email With Python (Raspbian OS)