How to create a Linux Media Server using Ubuntu?

4

3

I'm an intermediate Linux user and a relative beginner to servers. I would like some help finding resources on setting up a basic server. I have Googled, and am a member of the Ubuntu Forums, but just figure it can't hurt to ask the Stack Overflow community for help as well.

I plan on installing on an old laptop (Lenovo Thinkpad R61i or Toshiba Satellite A105). I have downloaded the latest Ubuntu (9.10) but don't know how to do any of the configurations.

I just want a server to store my files where I can access (download and/ or stream) from a browser. Any help you can give is greatly appreciated.

Thomas

Posted 2010-04-28T17:04:24.233

Reputation: 247

Definitely doesn't belong here - since this is more of a lightweight server question (looking for just a canned program or set of programs to quickly set up, not really deal with administration issues) I actually think it's a better fit for superuser than serverfault. – Cascabel – 2010-04-28T17:08:39.267

Thanks very much. I didn't even know this site existed lol. – Thomas – 2010-04-28T19:17:14.957

@Jefromi Home servers are perfect superuser material. Server fault is more for professional network administrators. "manage or maintain computers in a professional capacity" http://serverfault.com/faq .

– Jarvin – 2010-04-29T17:13:19.160

@Dan: You're agreeing with me. Reread what I wrote - it's from when this was on SO, and it says that this is better for superuser than for serverfault. (A couple people had voted to move it to serverfault, and I was trying to encourage it to end up here instead.) – Cascabel – 2010-05-12T18:23:58.610

@Jefromi You are indeed correct. I didn't notice this was migrated, so I assumed "here" meant superuser. My mistake. – Jarvin – 2010-05-13T03:53:06.893

Thanks to both of you lol. I was wondering would Serverfault be a good option as well. Thanks for the explanation! – Thomas – 2010-05-13T17:14:31.727

Answers

0

This was a good starting point for me. As I'm new to servers, it helped to go through a tutorial. I understand most of what I did. Thanks everyone for your input! If you've got any more, keep it comin.

Thanks!

Thomas

Posted 2010-04-28T17:04:24.233

Reputation: 247

You can leave comments to answers posted to your question regardless of your rep level. Click the "add comment" link. – random – 2010-05-06T00:13:04.410

I know that. But if my own research leads me to a solution, I post as an answer instead of a comment. – Thomas – 2010-06-30T12:50:24.613

2

If you want to be able to connect to it from a windows machine just like a normal windows network drive, then you'll want to use SAMBA.

Please see this for instructions.

Jarvin

Posted 2010-04-28T17:04:24.233

Reputation: 6 712

Cool. Thanks. I'm going to install tonight and play around with it until something right happens lol. – Thomas – 2010-04-28T20:11:34.437

This has been very helpful. Now I'm working on how to set up a firewall. I'm having trouble with the Shorewall section in that tutorial for some reason. – Thomas – 2010-05-05T22:27:00.890

1

Twonky Media Server is a good Package for linux but it cost the $$

Lightly Salted

Posted 2010-04-28T17:04:24.233

Reputation: 777

0

Mythbuntu might have everything you are looking for, this can also be used to record TV in the future if needed. MythTV can be used to play videos, recordings, music and view photos

m0jo

Posted 2010-04-28T17:04:24.233

Reputation: 711

0

I wouldn't use samba over the internet, unless you're connecting into your network through a vpn. What I would use instead is secure ftp. if you want to stream the media, I would look @ some software available at http://en.wikipedia.org/wiki/List_of_free_software_for_audio. The only streaming software I've used from this list is VideoLAN, and that was to stream video from a Windows box. It was pretty straightforward though, so I imagine the same will be of a linux box.

Don't forget that if you want a browser based interface, you'll want the apache and php packages installed as well.

_http://www.hvaonline.net/hvaonline/posts/list/18224.hva

This is a pretty good intro for linux server administration. The download link is broken but the mirror download link works as of right now. I was able to build a file server accessible over the internet from it. I used samba initially, but will be blocking that from outside my home network (aka internet). Good Luck :-)

MDMoore313

Posted 2010-04-28T17:04:24.233

Reputation: 4 874

I'll check this out as well. Sounds like what you did is exactly what I want. Thanks! – Thomas – 2010-05-11T18:10:05.167