Welcome to our forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 5
There are 1 users currently browsing forums.
Unix/Linux/BSD Discuss the unix/linux operating system here.

Reply
  #1  
Old 03-10-2010
Looking#'s Avatar
Toddler
 
Join Date: Mar 2010
Location: Maryland
Posts: 24
Rep Power: 0
Looking# is on a distinguished road
Ubuntu File Server

Hello all,

I'm preparing to set up an Ubuntu server at my house which will hold all of my family's files. Every other computer in the house is Windows. Is there any reason that I shouldn't do this? Anything I should know at all?

I've got Ubuntu 8.04.1 LTS Server Edition and Ubuntu Server 9.10 32-bit, so which one should I use?

Thanks
Reply With Quote
  #2  
Old 03-14-2010
Kidalv's Avatar
hypnotizing Monitors
 
Join Date: Aug 2009
Location: Tyumen, Russia
Age: 13
Posts: 16
Rep Power: 0
Kidalv is on a distinguished road
Re: Ubuntu File Server

Hello, Looking#.
I think, 9.10, because I didn't use 8.04.
At first:
Code:
sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server
sudo /etc/init.d/apache2 restart
After that, you may do 2 php-files)
Vlad
Reply With Quote
  #3  
Old 03-15-2010
Looking#'s Avatar
Toddler
 
Join Date: Mar 2010
Location: Maryland
Posts: 24
Rep Power: 0
Looking# is on a distinguished road
Re: Ubuntu File Server

I'm not sure I understand. Could you explain it in more depth? I know what superuserdo is, but I don't understand what the commands you gave me do.

I want to be totally sure I know what's happening before I do anything!
Reply With Quote
  #4  
Old 03-18-2010
I'm cacographic!
 
Join Date: Apr 2006
Location: Texas, USA
Age: 17
Posts: 1,665
Rep Power: 6
ddreier is on a distinguished road
Re: Ubuntu File Server

Hey Looking#,

Just to explain Kidalv's post apt-get is a command for installing/removing/updating/etc programs in Ubuntu (and several other Linux distributions). The package "apache2" is a web server, php5 is the interpreter for the web scripting language PHP, libapache2-mod-php5 tells apache how to use PHP, and mysql-server is a free SQL server. The most important thing about Kidalv's post is that it has nothing to do with running a file-server, mainly a web server.

The only thing that you need to run a file-server is a piece of software called Samba. It should come prepackaged with the server flavor of Ubuntu. If not, all you need to do is run the command "sudo apt-get install samba" apt will make sure you get all of the packages that samba needs as well as samba.

I'm sure you can find many tutorials on setting up shares with Samba, but here are a couple that I rounded up: Samba Setup Guide Samba Configuration and Tutorial & https://help.ubuntu.com/community/SettingUpSamba
__________________

Cool new programming forum: Sigcont.com

If you're going to post code, please use [code][/code] tags!
ddreier.com
WooHoo!
Reply With Quote
  #5  
Old 1 Week Ago
mrhbrandi's Avatar
Toddler
 
Join Date: Mar 2010
Location: USA
Posts: 25
Rep Power: 0
mrhbrandi is on a distinguished road
Re: Ubuntu File Server

Hi,

Excellent help is provided

Thank you.
Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tutorial: How to check if a File exists on an FTP Server using C# bfsog .Net Programming 9 11-10-2008 08:42 AM
apache not running php scripts jerryroy PHP Scripting 17 04-14-2007 10:00 AM
Working httpd.conf sirjavabean General Web Programming 3 03-27-2007 07:06 PM
Shared Hosting VS Dedicated Server starsearcher Web Hosting Help 5 06-08-2006 07:44 AM
ASP Global.asa File wizard General Web Programming 0 01-02-2005 08:55 AM