Questions tagged [raspbian]

Raspbian is a free Debian-based OS for the Raspberry-Pi computer. Use this tag for questions that involve utilities or setup or application development under the Raspbian operating system. For questions concerning Raspberry Pi hardware use a raspberry-pi tag. Include a programming language tag if needed and if the post is about the GPIO then include that tag as well.

Raspbian is a free Debian-based operating systems for the Raspberry-Pi hardware.

Raspbian maintenance and development is an independent project from the Raspberry Pi hardware itself. The project is not affiliated with the manufacturers of the device.

Raspbian is one of several operating system alternatives for the Raspberry Pi.

The most common method for installing Raspbian is the NOOBS tool. NOOBS allows other operating system choices including Windows 10 IoT if WiFi or LAN access is available at the time of installation with NOOBS.

Project home page for Raspbian: http://www.raspbian.org/

NOOBS github project: https://github.com/raspberrypi/noobs

2977 questions
43
votes
1 answer

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 with a webcam. ~$ fswebcam image.jpg That command if entered in terminal takes a picture and saves it to your computer, however I want to build a…
BrandonMayU
  • 726
  • 2
  • 6
  • 13
42
votes
7 answers

How to disable sleeping on Raspberry pi

I am working on a project similar to the one at http://www.instructables.com/id/Raspberry-Pi-Wall-Mounted-Google-Calendar/?ALLSTEPS Similarly, I need my pi to stay on constantly. I have the regular Raspbian OS installed and I am using Iceweasel…
Javed Ali
  • 1,510
  • 2
  • 12
  • 18
36
votes
7 answers

How do I use let’s encrypt with gitlab?

I started to look in to ssl certificates when I stumbled upon let's encrypt, and I wanted to use it with gitlab, however being that it is running on a raspberry pi 2 and its running quite perfectly now (so I dont want to mess anything up), he would…
35
votes
2 answers

Run shell script with node.js (childProcess)

I want to run a shell script on my node.js server, but nothing happened... childProcess.exec('~/./play.sh /media/external/' + req.params.movie, function() {}); //not working Another childProcess works perfect, but the process above won't.…
Ralf
  • 836
  • 1
  • 9
  • 32
34
votes
2 answers

Docker-compose: /usr/local/bin/docker-compose : line 1: Not: command not found

i'm trying to install Docker-compose on my Raspberry Pi 3+ which installed Raspbian buster. I followed instruction on docker.com. After I entered command : sudo curl -L…
simpsons3
  • 880
  • 1
  • 11
  • 29
33
votes
1 answer

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 and am now trying to use Pillow in Python. Pillow was installed by running sudo apt-get…
Simon Carlson
  • 1,919
  • 5
  • 24
  • 35
33
votes
6 answers

Linux .NET remote debugging from Visual Studio

I would like to remote debug a C# console application running on Linux from Visual Studio. Here's what I found so far: http://www.mono-project.com/Debugger The Mono runtime implements a debugging interface that allows debuggers and IDEs to debug…
Anlo
  • 3,228
  • 4
  • 26
  • 33
31
votes
7 answers

transmission-remote commands are erroring with Unexpected response:

401: Unauthorized

Unauthorized User: deflate, gzip

I'm running the latest Raspbian distribution and just installed the transmission packages. However, whenever I run a transmission-remote command - say, to alter some base configurations - I keep getting the same error: $ transmission-remote -DU -c…
3cheesewheel
  • 9,133
  • 9
  • 39
  • 59
29
votes
4 answers

Is .NET Core ready to run on Raspberry PI 3?

I can find a lot of obsolete threads but a lot have been changed the last months. Is there currently any possibility to run .NET Core and/or ASP.NET Core on Raspberry with Raspbian (currently Jessie) without Mono? Or what do I need? I can find some…
PeterLiguda
  • 782
  • 1
  • 6
  • 17
28
votes
6 answers

How to compile a kernel module for Raspberry pi?

I'm having trouble compiling a kernel module for a raspberry pi. I want to compile a "hello world" kernel module using the raspberry pi itself. I am using raspbian wheezy 3.6.11+. I tried following the directions at…
user3025582
  • 339
  • 1
  • 4
  • 8
26
votes
2 answers

Is there a Vagrant box that simulates a Raspberry Pi?

I am looking at evaluating a tool-chain for programming ARM chips with a Raspberry Pi and I would like to run a Vagrant box that simulates a Raspberry Environment. Does anyone know if something like that is available? (I have searched online for a…
Bertus Kruger
  • 1,345
  • 1
  • 19
  • 31
25
votes
4 answers

How to emulate Raspberry Pi Raspbian with QEMU?

I'm trying to emulate a Raspberry Pi with the Raspian OS using QEMU. I've tried several approaches described on the internet but without any success. I figured out that I need to patch a Linux Kernel fitting the desired OS. In my case I chose…
Alex44
  • 3,597
  • 7
  • 39
  • 56
23
votes
2 answers

Screen sharing between Raspberry PI and Mac OSx

I want to use the Screen Sharing OSx built-in App to manipulate the actual X session open in my Raspberry PI. Just to be clear I want to see in my VNC session the same image the Raspberry is sending through the HDMI. So I can move the mouse in my…
fguillen
  • 36,125
  • 23
  • 149
  • 210
23
votes
1 answer

Start Raspberry Pi without login

I would like to ask you if there is any way to start raspberry pi (using Raspbian) without login and password and to move directly to the GUI. Like Windows for example.
dali1985
  • 3,263
  • 13
  • 49
  • 68
22
votes
7 answers

No module named future

I am running a telegram bot in python and i am using python3.6 on raspbian ( pi3 ) Below is my imports: from __future__ import (absolute_import, division, print_function, unicode_literals) from builtins import ( bytes, dict,…
PeppaPigKilla
  • 229
  • 1
  • 2
  • 3
1
2 3
99 100