Link to home
Start Free TrialLog in
Avatar of neelyjer
neelyjerFlag for United States of America

asked on

Looking For a Home Built Internet Storage Solution

Hello Experts,

I am always looking for new projects around my house to do with my computers and projects to utilize the old equipment I have laying around.  Lately I have been putting together a storage server that I'd like to use on my home network.  The storage server has Xubuntu installed as the OS.

So far everything is moving along well.  All of my computers on the network are linked to the storage server and storing files there, and my primary computer has it's backup image stored there too.  Finally, a legitimate backup solution...

A couple days ago, I began thinking how much I'd like to have access to some of my home files from work.  I found, installed, and was playing around with VNC, when I realized that this solution wasn't going to work for me.  The problem is that I cannot install the VNC application on my work PC (user rights, blah blah blah).  So here's what I'd like to do.

I'd like to add the necessary functionality that is needed to my Xubuntu storage server, build a website, and use the website to gain access to my files.  I am willing to change operating systems as well (just as long as it's free).  Of course I would like to have some sort of security features that would prevent unwanted individuals from gaining access to my files; maybe a user id & pw.  So here's my question...

Please read the whole question before responding.
I'd like to know what I would need to add to my Xubuntu storage server or what "FREE" OS I should replace it with to help achieve my desired result.  Also, I'd like to know how to implement a security measure that would require me to login to the site before I access my files.  I did see something once in php when I was playing around with forums and blogs, maybe there's something there.

My questions are not so much a "how to" type question, but more of a where should I look to find information and answers on how to implement something like this?  I just want you guys to point me in the right direction for now.

I'd like to keep this as simple as possible, security not included, as it will just be me accessing my files from work.  I don't need alot of flashy stuff.  This project is simply to give me access to my home files at work and prevent the internet asshats from mucking around with my data.  Any help all all of you mighty Experts are willing to provide is most appreciated.

Thanks in Advance,

Jeremy
Avatar of fosiul01
fosiul01
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi yah

why do you need website to access files from work which would in your home server ??

can you use wincp(ssh) to access all file from work to home server ??
Avatar of neelyjer

ASKER

It was a project thing for myself.  A do it just to do it type project.  I want to build a small website that I could use to access the files on my home server from work.  I don't "need" to do this, I just want to.  But I don't really know where to start.

Thanks,

Jeremy
SOLUTION
Avatar of fosiul01
fosiul01
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you can have a look  here it might be silier what you are looking for

https://www.experts-exchange.com/questions/23491748/PHP-Script-needed-Free-or-Commercial.html
Do you know if I need a specific Linux distrobution, or can I use Xubuntu.  I have some experience with Linux, but for the most part I am a noobie.

This is an excellent start.  Thanks.

Jeremy
configuration of apace and php is same for every distro.may be 4r ubudo path would be little bit diffrent. I always use cenos and redhat. The link i provided is that any good?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>>fosiul01:
I haven't had a chance to take a good look at it yet.  I did skim over it and it seems it should provide useful information for my project here.

ktlsolutions:
Looks like Joomla may be what I am looking for.  Hopefully it's easy to use.  You said, "To get it to work all you need is PHP5, Apache2 and Mysql."  I'm assuming these are add-ins/programs that I need to install on my linux box; am I correct?  Like I said previously, "I am a Linux noobie."

Thanks you both for all your help.

Jeremy
fosiul01:
Very impressed with the help you gave to that question.  That is very similar to what I am looking to do.  The only changes I would be looking to make is to use the 'Add Note' function to add a note to the file.  I ahte trying to look for a randomly named file, something like A00z765big.txt as an example, and not knowing what it is until I open the file.  Also, I'd like to be able to create, edit and delete directories.  Again, very impressed with your level of help there.  You should be getting paid to do that kind of stuff.

Thanks,

Jeremy
hahahaha! Ok give me tomorrow.i wil edit that again 4r ur requirement. Its night here. Talk to u tomorrow.
>>ktlsolutions:

I went ahead and installed the Unbuntu Server on my machine.  Whenever I use the 'su root' command, I am beeing asked for the password.  I don't recall seting up a password for the root account. Any ideas?

Thanks,

Jeremy
Avatar of Michael Worsham
For Unbuntu Server, try doing 'sudo su -' and giving your password for the account you logged in with. If successful (seen via a '#' prompt), then you can do 'passwd' and change the root password yourself.
>>mwecomputers:

Thanks for that advice.  It's very much appreciated.  I am at work now, but I'll try that out when I get home tonight.