The use of the Pi as a a computer or computer program that manages access to a centralized resource or service in a network. This topic can cover software, hardware, feasibility, and security.

learn more… | top users | synonyms

0
votes
1answer
68 views

Bramble Pi as Minecraft Server

Im looking to build a Minecraft Server running on a Raspberry Pi Cluster. Is there any available software that would support this?
1
vote
0answers
30 views

RasPi / Lighty refusing to deliver videos straight to iPhone

I've set up an HTTP server using lighttpd, and it works great so far. For streaming purposes, I put some video files (correctly encoded mp4s) in the root directory and opened the corresponding URL in ...
1
vote
1answer
778 views

Running Plex server on Raspbian OS

I got a raspberry pi a few weeks ago and I want to do so much projects with it. Right now I have it working as a file server for my home network. I have a lot of movie and video files on a hard drive ...
0
votes
2answers
809 views

What SSH server does the Raspberry Pi use?

I really like the simplicity and power of the Raspberry Pi's SSH server - no messing around with impossible-to-create text files containing the username and some arbitrary hash of the password that's ...
1
vote
0answers
537 views

Sending audio to multiple different A2DP bluetooth speakers

At a basic level I'm wondering if I can send audio to multiple bluetooth speakers at once. Before I invest in multiple bluetooth speakers and a bluetooth dongle for the Pi, I'm wondering if it's even ...
0
votes
1answer
323 views

cloud raspberry pi

Basically, on the cloud, I want to execute a query and then take/emit result of the evaluation. To simplicity, I want use raspberry Pi as cloud server which stores database tables and can execute ...
0
votes
1answer
107 views

Could you write directly on an external hdd drive with owncloud reading the files?

I have a small owncloud server on Raspbian and owncloud stores all data on an external hdd drive wich is connected to the raspbeerry pi. Right now I would like to upload all my movies, music etc. to ...
0
votes
0answers
18 views

Error configuring application listener of class hudson.WebAppMain

when i install hudson in linux,and start it,there has the issue as below: Apr 2, 2013 12:19:37 AM org.apache.catalina.core.StandardContext listenerStart SEVERE: Error configuring application listener ...
0
votes
0answers
82 views

Serial Console Server?

Ok, I have plugged ~8 USB/Serial dongles into my Pi to allow console access to some servers by means of null modem cables. That part works. To get access to my servers remotely, I ssh into the pi, ...
3
votes
2answers
323 views

Expected User Limit of IRC Server on Pi 512 MB?

Does anyone have a clue of the maximum number of users RPi 512 MB could handle if running an IRC server? I'm just looking for an approximate number, is it 100, 10'000 or millions?
0
votes
1answer
584 views

Difficulties accessing my Raspberry Pi Nginx web server

I just got my Raspberry Pi a few days ago and decided it would be fun to try to make a mini-web server out of it. I started by updating the machine using "apt-get update && apt-get upgrade" ...
8
votes
2answers
2k views

Configuring the Raspberry Pi for Node.js

Reading a book on Single Page Web Applications I came to a paragraph that got me thinking: Node.js is non-blocking and event-driven. In a nutshell, this means a single Node.js instance on modest ...
3
votes
2answers
2k views

Setting up a Ruby on Rails Server

I am thinking of buying a raspberry pi, because I want to host a personal website. I am using a UK Internet provider (Virgin Media), and I want to use my internet connection to allow access to my ...
0
votes
0answers
210 views

Is there a ready-to-use implementation of SOGo + OpenChange?

I'd like to set up a Raspberry Pi as a small Exchange server, for which SOGo currently seems to be the only free groupware server which doesn't require a proprietary (and commercial) plugin in order ...
0
votes
1answer
420 views

Citadel server along Apache server behind a router

I have an Apache server running on my Raspberry Pi. The Pi is behind a router, having local IP address 192.192.192.192. I use the Virtual Server feature of the router to allow traffic through ports ...
6
votes
3answers
2k views

How do I reboot at a specific time?

Is it possible to re-boot my Raspberry Pi at midnight each night? I know in Linux, you'd use crontab, but I can't seem to find /etc/crontab.
4
votes
1answer
1k views

Apache2 subtext can't acces 000-default

I have been using Apache2 and webmin with my Raspberry Pi. After a restart and reinstallations Apache won't start. > sudo /etc/init.d/apache2 restart apache2: Syntax error on line 268 of ...
4
votes
1answer
402 views

nginx + php5-fpm + htdocs on USB

None of the configurations that I've looked up can help with setting up Nginx to serve PHP files on a mounted USB folder. I'm currently getting file not found when I try and access a PHP file on the ...
3
votes
1answer
447 views

How can I compile Android applications?

I want to use the pi as a continuous integration server. One type of the software are Android applications. Is it possible to have the Android SDK or something similar to compile Android apps? I ...
101
votes
15answers
19k 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 ...