LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-25-2013, 10:30 AM   #1
DexterRSA
LQ Newbie
 
Registered: Apr 2013
Location: East London, Eastern Cape, South Africa
Distribution: Ubuntu Server 12.04.2 LTS
Posts: 10

Rep: Reputation: Disabled
Smile Starting a home server


Hello,

I am starting a home server with hopefully Ubuntu Server 12.04.2 (downloading speeds are slow here)

I want to use the PC as a File Server, DHCP Server and Gateway.

I need to have the file server side of things capable of enabling people in the house to have their own folders with access control to allow only them (username and password) in. As well as have a public folder for sharing files between machines and for application and media storage.

All three services need to be compatible with Windows and Linux PCs.

What would the best way to do this be?
 
Old 04-25-2013, 03:52 PM   #2
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
You would want to setup samba on it, which is a file server fully compatible with both windows and linux. Here is a basic guide on how to setup samba in ubuntu http://www.unixmen.com/howto-install...are-in-ubuntu/
 
1 members found this post helpful.
Old 04-25-2013, 06:04 PM   #3
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,362

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
You'll find these HOWTOs useful http://www.linuxhomenetworking.com/
 
1 members found this post helpful.
Old 04-25-2013, 09:12 PM   #4
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
Just install webmin, it will make the whole process so much easier.
 
1 members found this post helpful.
Old 04-26-2013, 05:26 AM   #5
DexterRSA
LQ Newbie
 
Registered: Apr 2013
Location: East London, Eastern Cape, South Africa
Distribution: Ubuntu Server 12.04.2 LTS
Posts: 10

Original Poster
Rep: Reputation: Disabled
what is webmin?
 
Old 04-26-2013, 05:32 AM   #6
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,481

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Quote:
Originally Posted by DexterRSA View Post
what is webmin?
www.webmin.com
 
1 members found this post helpful.
Old 04-26-2013, 05:41 AM   #7
DexterRSA
LQ Newbie
 
Registered: Apr 2013
Location: East London, Eastern Cape, South Africa
Distribution: Ubuntu Server 12.04.2 LTS
Posts: 10

Original Poster
Rep: Reputation: Disabled
Webmin looks like what I need.

If I want to add game server capability, (ie. using webmin to open certain apps when needed) can this be accomplished with webmin or are there plugins or another program I need?

Sorry, I am new in the Linux environment (major contradiction since Windows is Linux technically) and I want to set this server up in our house.

Last edited by DexterRSA; 04-26-2013 at 05:42 AM. Reason: Double Post
 
Old 04-26-2013, 05:52 AM   #8
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,481

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
webmin will get you started and let you do most of the common tasks, if you want to add game servers then you'll need to look at those separately. Have to admit game servers aren't my "thing".
 
Old 04-26-2013, 05:55 AM   #9
DexterRSA
LQ Newbie
 
Registered: Apr 2013
Location: East London, Eastern Cape, South Africa
Distribution: Ubuntu Server 12.04.2 LTS
Posts: 10

Original Poster
Rep: Reputation: Disabled
Great! Thanks guys.

Two things:
Would I install the .deb version of webmin on Ubuntu Server 12.04.2 LTS?
and
Would my "users" login to webmin itself or is that just a backend for myself?
 
Old 04-26-2013, 06:03 AM   #10
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,481

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Not sure about ubuntu, you may find that it's available from the existing ubuntu repositories (apt-get??) and you'd generally keep webmin as an administrative back-end rather than let users loose on it.
 
Old 04-26-2013, 06:08 AM   #11
DexterRSA
LQ Newbie
 
Registered: Apr 2013
Location: East London, Eastern Cape, South Africa
Distribution: Ubuntu Server 12.04.2 LTS
Posts: 10

Original Poster
Rep: Reputation: Disabled
I can see how it could be a problem if they started changing everything left right and center.

Would they just see their folders in their windows directories (network)
 
Old 04-26-2013, 06:10 AM   #12
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,481

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
For that kind of thing look at samba that would let you expose their folders in a manner similar to a regular windows shared folder.
 
Old 04-26-2013, 06:22 AM   #13
DexterRSA
LQ Newbie
 
Registered: Apr 2013
Location: East London, Eastern Cape, South Africa
Distribution: Ubuntu Server 12.04.2 LTS
Posts: 10

Original Poster
Rep: Reputation: Disabled
Does samba allow username and password for each users individual folders on the server?
 
Old 04-26-2013, 06:33 AM   #14
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,481

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
It can be set up that way, yes..... Now GO AND START DOING!!!!

Best way to learn is to get stuck in and try stuff then come back when you run into problems.
 
Old 04-26-2013, 06:33 AM   #15
spipepudra
LQ Newbie
 
Registered: Apr 2013
Posts: 4

Rep: Reputation: Disabled
mmm have the same problem like the "DexterRSA", thanks for help guys.

_______________________________________________
Parkour w Polsce
 
  


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
Starting gnome-terminal in /home directory instead of / normannen Linux - Desktop 2 06-03-2012 12:41 PM
how to mount the /home from a server exporting /home via SSHFS? frenchn00b Linux - Server 2 12-05-2009 03:55 PM
How to enable 2 ssh server : one for /home and one for /home/theuser only? frenchn00b Linux - Server 14 05-06-2008 05:37 PM
Just starting to use Linux at Home hoagland LinuxQuestions.org Member Intro 1 03-24-2005 06:49 PM
Starting Folding@Home on tty6 automatically Icarus315 Linux - Software 3 02-01-2005 09:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:05 PM.

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