PDA

View Full Version : [all variants] Private Network File Server+



konradpiskorz
April 30th, 2008, 07:27 AM
Hi everybody,

I just switched to lniux last week so I'm still fairly new to this but so far I am enjoying the freedom it allows immensely.

I have a spare old computer that I want to use as a network server to listen to music from or even watch movie on my laptop wirelessly from if thats even possible.

In the future I might want to add the ability to connect privately to stream music as well... Now this is in the possibly maybe in the future column but it would be nice to get some details on this as well.

What I do know is that I want
-Store Drives on server comp to hold music/movies/files available over the network.
-Be able to administer the server remotely (so I don't need to keep it connected to a monitor
-Keep the server as light as possible. Ubuntu is a little well featured for it... or maybe not. I really don't know. It just doesnt need to do more than that!

I just have no idea where to start with this and any help would be appreciated.

Thank you!

hyper_ch
April 30th, 2008, 08:03 AM
-Store Drives on server comp to hold music/movies/files available over the network.
with NSF/SSHFS you can simply mount partitions on a remote computer on your local linux computer... or use Samba if the local computer is running windows


-Be able to administer the server remotely (so I don't need to keep it connected to a monitor
Install openssh-server - that's all you need for remote administration


-Keep the server as light as possible.
Install a server version (I'd recommend Debian Etch Server)

And for music streaming, there are different options.

konradpiskorz
April 30th, 2008, 05:48 PM
Thanks a lot! Thats a lot simpler than I thought it would be!

hyper_ch
May 1st, 2008, 08:25 AM
it is not that difficult

https://wiki.ubuntu.com should have howtos for all of that.