Top "Raspbian" questions

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

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 …

linux makefile raspberry-pi kernel-module raspbian
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 …

raspberry-pi raspbian
iwconfig - connect network via wifi on terminal

On raspberry pi irukeru@raspberrypi ~ $ sudo iwconfig wlan0 mode managed irukeru@raspberrypi ~ $ sudo iwconfig wlan0 channel 11 irukeru@raspberrypi ~ $ sudo iwconfig …

linux terminal wifi raspberry-pi raspbian
nginx: [emerg] unknown directive " " in /etc/nginx/sites-enabled/example.com:3

I have followed this website http://raspberrypihelp.net/tutorials/24-raspberry-pi-webserver to setup the HTTP server nginx on my Raspberry Pi …

linux nginx raspberry-pi httpserver raspbian
Stop Raspberry Pi from running program at boot

I was trying to figure out how to run a program at boot, but after realizing this program is an …

linux raspberry-pi raspbian
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 /…

javascript node.js debian raspberry-pi raspbian
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 …

raspberry-pi raspbian
Turn off leds of Raspberry Pi

I would like to turn off the leds of my Raspberry Pi. I tried modifying the file echo none >/…

raspberry-pi raspbian led
nginx unexpected end of file, expecting ";" or "}" in /etc/nginx/sites-enabled/default:20 over Raspbian

I'm new at nginx and Raspberry. I installed nginx using sudo apt-get install And everything was fine at that point. …

nginx raspbian raspberry-pi3
Makefile:160: recipe for target 'all' failed

Guys am trying to install opencv 3.3.1 on Raspbian stretch Noobs on Pi model B I am following this tutorial. But …

ubuntu raspberry-pi raspbian qpython3 opencv3.3