Top "Raspbian" questions

Raspbian is a free Debian-based OS for the Raspberry-Pi computer.

Raspberry-pi docker error: standard_init_linux.go:178: exec user process caused "exec format error"

I've installed docker in rapsbian according to the official instructions (i.e., running curl -sSL https://get.docker.com | sh) …

linux docker raspberry-pi raspbian
Installing amd_64 or i386 packages on raspbian (arm hf)

I am trying to install a driver for an RFID reader on my Raspberry Pi, so that my PC/SC …

linux raspberry-pi cpu-architecture raspbian
How to set DNS servers manually?

How do I exclude DNS from the DHCP lease request on a Raspberry Pi? I tried updating /etc/resolv.conf …

dns raspberry-pi raspbian
SQLite3 "forgets" to use foreign keys

I'm using Ruby with SQLite3 and my attempts to use foreign keys in Sqlite3 were unfortunately not successful. According to …

sql ruby sqlite raspbian
Execute terminal commands in python3

I am on a Raspberry Pi, and I am using a program called fswebcam, which allows you to take pictures …

python python-3.x raspberry-pi subprocess raspbian
ImportError: no module named playsound

I am trying to run my python code in raspberry Pi 3 and I keep getting the error: ImportError: no module …

python raspberry-pi3 raspbian importerror playsound
Pillow: libopenjp2.so.7: cannot open shared object file: No such file or directory

I have a fresh, minimal Raspbian Stretch install. I have installed the PIXEL-dekstop by running sudo apt-get install --no-install-recommends xserver-xorg …

python python-imaging-library raspbian pillow
bash script append text to first line of a file

I want to add a text to the end of the first line of a file using a bash script. …

linux bash raspbian
rc.local is not running on raspberry pi's startup

I'm trying to run a simple C code when the pi boots, so I followed the steps on the documentation (…

c linux raspbian raspberry-pi2
What is this GCC error on Linux, and how do I solve it? gcc: internal compiler error: Illegal instruction (program as)

I type gcc hello.c and this appears: gcc: internal compiler error: Illegal instruction (program as) Please submit a full …

c gcc raspbian gcc4.6