LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 05-08-2015, 08:30 AM   #1
gowthamgts
LQ Newbie
 
Registered: May 2015
Posts: 3

Rep: Reputation: Disabled
Lightbulb Recommendation for Single Board Computer for personal home server


Hello, I'm a Linux enthusiast and would love to run a home server with an SBC. I'm planning to run Ubuntu or Debian server in it. These are my following use case scenarios:
1. HTTP server
2. samba file server
3. ssh daemon
4. proxy
5. SATA support
6. Gigabit ethernet
7. No need for WiFi

I also have a spare of 3GB DDR3 RAM, so if the board supports adding external RAM would be an advantage. My current budget is under $150. Can you please suggest some SBC's with good performance. GPIO pins support would be great.
 
Old 05-09-2015, 03:22 AM   #2
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,152

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
I use a raspberry pi for 1-3,7 and as a mail server, its on 24/7 running debian, easy to use easy to set up low power.
 
Old 05-09-2015, 11:18 AM   #3
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
For a SATA interface, there is cubiebox, cubietruck.
 
Old 05-10-2015, 03:28 AM   #4
gowthamgts
LQ Newbie
 
Registered: May 2015
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Keith Hedger View Post
I use a raspberry pi for 1-3,7 and as a mail server, its on 24/7 running debian, easy to use easy to set up low power.
Is it possible to run Ubuntu server ARM or a plain Debian in it?
 
Old 05-10-2015, 03:37 AM   #5
gowthamgts
LQ Newbie
 
Registered: May 2015
Posts: 3

Original Poster
Rep: Reputation: Disabled
Unhappy That seems to be costly

Quote:
Originally Posted by veerain View Post
For a SATA interface, there is cubiebox, cubietruck.
Cubie seems to be costlier.
 
Old 05-10-2015, 06:42 AM   #6
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,152

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Quote:
Originally Posted by gowthamgts View Post
Is it possible to run Ubuntu server ARM or a plain Debian in it?
I use the plain raspberien.
 
1 members found this post helpful.
Old 05-29-2015, 09:16 PM   #7
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
Raspberry Pi2 here for my home server
 
Old 05-29-2015, 10:16 PM   #8
propofol
Member
 
Registered: Nov 2007
Location: Seattle
Distribution: Debian Wheezy & Jessie; Ubuntu
Posts: 334

Rep: Reputation: 60
You could try a Banana Pi. This is a Raspberry Pi clone but with SATA: http://www.bananapi.org/
 
Old 06-01-2015, 06:30 AM   #9
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
I'd use a BeagleBone Black. The Rev C boards come with Debian, but you can run anything, including Ubuntu. I'd stick with Debian. All the rest of the stuff you can run.

I'd run it off of the internal MMC and store all personal and medial files on a USB attached drive. Just make sure you use a powered USB HUB for your peripherals.
 
Old 06-01-2015, 07:04 AM   #10
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by gowthamgts View Post
Is it possible to run Ubuntu server ARM or a plain Debian in it?
Yes, I ran debian armel (ARMv4) on my model B pi. Although in a round about way. Install raspbian, save it's kernel (/lib/modules/...) and wipe it's / partition. cfdisk to reallocate the / partition to expand it. mkfs to create the filesystem. And while booted to raspbian do a debootstrap install to that partition (implies two cards and a usb card reader). You will likely want a custom compiled kernel though. And the sunxi/fbturbo video driver for anything GUI. For the pi 2 you can use the armhf (ARMv7) version of debian. Raspbian is just simpler and optimized for the pi. But raspbian has it's annoyances.

There's the odroid C1, which has gigabit ethernet where the pi is still 10/100. I was drooling over the utilite when it first came out because of dual gigabit ethernet and a SATA port. But way over priced IMO. The cubie options are probably more in line with your specs. The cubox has eSATA. And I think the cubie truck 4 meets most of those reqs. But to be honest, once you crest that $100 mark, might as well get something normal-ish like an hp stream 11. And your extras on a USB3.0 hub. There's not much of a learning curve with that route and most things just work. Caveat, need a 3.19+ kernel for the touchpad.
 
Old 06-01-2015, 10:32 AM   #11
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,977
Blog Entries: 33

Rep: Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468
gowthamgts,

Personally I would go for the latest Raspberry Pi 2 - Model B with Raspbian as the OS:

http://thepihut.com/products/raspberry-pi-2-model-b

For Gigabit LAN you would need to add something like this:

http://www.amazon.com/gp/product/B00...HY4ZTHOAC6B46S

Relative benchmark speeds:
http://www.midwesternmac.com/blogs/j...bit-networking

You may find this comparison of Rasp Pi vs Banana Pi of interest:

http://www.htpcguides.com/raspberry-...ro-benchmarks/
 
Old 06-01-2015, 11:48 AM   #12
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
What kind of data. If your wanting to stream media to an HTPC then you may need gigE but for sharing basic files, making backups, etc 100M seems sufficient.
 
Old 06-01-2015, 07:55 PM   #13
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,997

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
http://www.itrunsonlinux.com/hardwar...compute-stick/
 
Old 06-01-2015, 08:13 PM   #14
Sefyir
Member
 
Registered: Mar 2015
Distribution: Linux Mint
Posts: 634

Rep: Reputation: 316Reputation: 316Reputation: 316Reputation: 316
Maybe fitlet?
Its basic is $129

http://www.fit-pc.com/web/products/s...pecifications/

Otherwise RPI (Raspberry Pi). Raspbian is essentially Debian for RPI.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] recommendation for a single board pc attached to a tv for webbrowser and youtube? floppy_stuttgart Linux - Embedded & Single-board computer 12 04-02-2014 11:32 AM
LXer: Quarter 1, 2012: Home Theater, Home Server, Gaming, & Personal Computer System Design Guide & LXer Syndicated Linux News 0 04-14-2012 02:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 03:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration