A headless system is one that runs without a monitor (the head).
9
votes
2answers
2k views
How to uninstall X Server and Desktop Manager when running as headless server?
I'm using my Raspberry Pi as a headless server which I can ssh into. I don't need the X Server, LXDE etc.
I'm running Raspbian "wheezy". I've already disabled "Start desktop on boot" using ...
10
votes
3answers
678 views
How to shut down RPi when running headless
If I am running a Pi headless, is there a command I can use to safely shut down, or should I simply remove the power cord?
4
votes
4answers
2k views
Enabling SSH on RPi without screen - keystrokes for raspi-config?
I don't have a screen for my Raspberry Pi. I want to SSH into it, but I get Connection Refused, so I presume SSH is not enabled.
As advised in other questions I have looked at enabling the ...
0
votes
0answers
69 views
Incorrect password on Deluge Web-UI [closed]
i have no idea, it just happened worked fine awhile a go then this thing pops out saying that it's an incorrect password, anyone of you folks experienced this? i exactly entered the correct password, ...
1
vote
2answers
553 views
How to get Pulseaudio working with Music Player Daemon?
I installed MPD, to prevent crackling sound I want to use pulseaudio.
So I configured MPD to use pulseaudio:
audio_output {
type "pulse"
name "MPD PulseAudio Output"
server "localhost"
}
...
3
votes
2answers
434 views
Looking for a low-power, low-footprint WiFi solution
I am working on turning my Pi into a "Car-puter," and will be using one of the Pi-specific XBMC images (Xbian, Raspbian, perhaps OpenELEC). I would like to use the XBMC Android Remote app to be able ...
15
votes
2answers
3k views
Running Headless - checking Boot screen messages
Its fairly easy now to run headless from scratch with an RPi,
One area it might be an issue though is debugging issues with devices that have been added to the RPi. Often you get indication of these ...
99
votes
15answers
17k views
Is the Raspberry Pi suitable for running continuously, 24/7?
I would like to run a headless machine to perform some basic automation and statistical generation (e.g. generating netstats, uploading to pvoutput.org), as well as any other trivial batch jobs that ...
61
votes
10answers
27k views
Prepare for ssh without a screen
I have a Raspberry Pi model B at home, but I do not have a screen. My plan is to connect it to the ethernet and then ssh into it. But this means that the SD card with the operating system (Debian ...