quote:
I have access to a legal copy of the most recent windows server edition if i wish to put that on there, otherwise open to suggestions.
Well -- the two options are Windows and Linux.
Linux can be quite a challenge to install on this type of hardware. The vendor-supplied binary modules, usually required for high end RAID controller support, are never built against the distribution/version you want, and it can get hairy fast. Of course, it doesn't hurt to at least try, if that is what you would like.
Keep in mind that you will most likely need to obtain the drivers for the RAID controller in advance and have them available on a floppy for Windows installation, too. If you need help with that, post the exact make and model of your server.
quote:
The ftp idea sounds like a good one and granting access to friends to upload/download stuff does anyone have any links to information regarding setting up accounts with passwords etc so that way its restricted to private use? also for them to download anything is still going to be limited by the speed of my upload connection right?
1. "Yes" to the bandwidth question. That would also be an issue with hosting websites.
2. Tip: don't bother with the IIS FTP service that is part of Windows Server unless you need Active Directory integration. There are many third party FTP servers available that are more flexible and easier to configure.
Serv-U is quite popular and I am sure other forum members will make more suggestions.
quote:
I will definately be dedicating some of the space for storage of files in home [...]. I just had the thought while writing this post for using it for video converting and downloading instead of having to leave my room computer on overnight.
It sounds like you would be best off installing Windows Server and setting up a small
Active Directory domain, with the server acting as domain controller and hosting some file shares, and your other computer acting as a client. You will have some learning curve there, but it is not nearly as complicated as most documentation makes it sound (the documentation is typically written with large enterprise deployments in mind).
You will be able to log on to the server from your other computer using Remote Desktop, start programs and leave them running.
quote:
Also is there a way (possibly ftp) where if i got to uni one day and thought oh shit i forgot to bring in something or email that document to myself. and i could go into the library and access my home documents (without having to have uploaded them previously cos that kinda defeats the purpose of remembering) and then download it, without installing anything on the uni computers.
Using Active Directory, you can have folders such as "My Documents" on your client computer redirected to the server, so that your files be created and saved there. This is completely transparent to the user and takes care of always having your documents on the server, without having to remember to upload them.
There are several ways you could access the files on the server from school. FTP is certainly one. You could also log on to the server interactively (using Remote Desktop) and email them, or we could figure out a way to set up some sort of a password-protected web page.