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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-10-2012, 03:24 PM
|
#16
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
Quote:
Originally Posted by Aunnix
Yeah, I'd like to basically only have the two partitions... one to store the OS and programs that control the functioning of my different "components" (web server, file server, etc...), and the second being the partition that will actually store the files, websites, and media. What I would like to do, is store everything on the server pull the files I need on my windows 7 computer work on them then upload them right back to the server and then I can upload them to the web (if they are websites or something). Speaking of which, can I install my programs (like MS Office, Starcraft, Photoshop...) on the server and access them from any computer on the network?
|
In reality, you'll most likely have more than the two principle partitions. You will need a swap partition (Linux's virtual memory backing store), and you should have a boot partition, especially if you use disks larger than the BIOS knows how to handle natively, and for sure if you use a bootloader like grub (which doesn't know how to access raid partitions).
You can use the Linux host as a file server, and install Windows applications there, in some cases, I think, but that never seems to work well for me. Windows applications are always so tightly coupled to the host that it just isn't usually a good fit. Most are single-seat licensed anyway, so sharing them on multiple Windows hosts isn't technically allowed. The Linux server will work just fine as a file server for Windows data files that your Windows hosts create using the applications you mention. Samba is the file server software used for that. Doing that precludes the need to transfer files between hosts. Just mount the Linux share on your Windows workstation(s), and edit them in place. The shared filesystem behaves just like a local disk on Windows.
Quote:
What do you mean by acquiring music? Are you referring to just simply downloading a music file from the internet?
|
I guess if you're going to be streaming music, it has to come from somewhere. You might want or need some systematic way of controlling how it gets put on your server.
Quote:
What do you mean by "level 2?"
|
On most distros, runlevel 2 is a non-GUI mode that just comes up with a text mode console. Boots faster and uses less memory. Typically, runlevel 5 gets you a full GUI Desktop.
--- rod.
Last edited by theNbomr; 08-10-2012 at 03:25 PM.
|
|
|
08-10-2012, 04:00 PM
|
#17
|
Member
Registered: Aug 2012
Posts: 126
Original Poster
Rep: 
|
Quote:
Originally Posted by theNbomr
In reality, you'll most likely have more than the two principle partitions. You will need a swap partition (Linux's virtual memory backing store), and you should have a boot partition, especially if you use disks larger than the BIOS knows how to handle natively, and for sure if you use a bootloader like grub (which doesn't know how to access raid partitions).
You can use the Linux host as a file server, and install Windows applications there, in some cases, I think, but that never seems to work well for me. Windows applications are always so tightly coupled to the host that it just isn't usually a good fit. Most are single-seat licensed anyway, so sharing them on multiple Windows hosts isn't technically allowed. The Linux server will work just fine as a file server for Windows data files that your Windows hosts create using the applications you mention. Samba is the file server software used for that. Doing that precludes the need to transfer files between hosts. Just mount the Linux share on your Windows workstation(s), and edit them in place. The shared filesystem behaves just like a local disk on Windows.
I guess if you're going to be streaming music, it has to come from somewhere. You might want or need some systematic way of controlling how it gets put on your server.
On most distros, runlevel 2 is a non-GUI mode that just comes up with a text mode console. Boots faster and uses less memory. Typically, runlevel 5 gets you a full GUI Desktop.
--- rod.
|
Ok, putting the windows programs on the one machine sounds like a hassle, lol. I just thought for future reformatting purposes it would have been nice because I wouldn't have to worry about reactivating cd/serial keys.
Partitions... that's fine. Linux can create all the partitions it needs for the OS. I just want all of my files/media on one partition, which then I will separate into folders. All of it needs to be accessible via my home machines, but there will be some that I may like share online. I would hope to find a bootloader that can access my RAID setup since that's what I'll be running so I can mirror the HDDs.
Samba basically allows me to edit my files locally (in my office on windows) then when I save the file, Samba will automatically transfer it to the server (in the basement)?
The streaming I want to do, is just for devices in my home on my own network. I'm not looking to stream out to other internet users. As for acquiring the media I wish to stream, I would download it and FTP it to the server. I have no plans of letting the server just constantly find and download media on it's own (I'm pretty sure people do this, otherwise I assume they are just starting like 30 downloads on their machine and walking away until it's all done?)...
And yeah, I want to run it in level 2 as I plan to do all maintenance, updates, file transfers, etc. remotely from my main Windows machine.
|
|
|
08-10-2012, 04:17 PM
|
#18
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
Quote:
Originally Posted by Aunnix
Samba basically allows me to edit my files locally (in my office on windows) then when I save the file, Samba will automatically transfer it to the server (in the basement)?
|
Yes, that's fairly accurate. The application just thinks the file is on a local disk. The 'transfer' happens seamlessly in the background.
Quote:
I have no plans of letting the server just constantly find and download media on it's own (I'm pretty sure people do this, otherwise I assume they are just starting like 30 downloads on their machine and walking away until it's all done?).
|
There are tools on Linux (so I assume on other OS's, but I've never checked) that can do continuous downloading of streaming audio from online radio stations. You have to point the tool at an appropriate URL, but once you've done so, they will just download perpetually.
--- rod.
Last edited by theNbomr; 08-10-2012 at 04:20 PM.
|
|
|
08-15-2012, 09:55 AM
|
#19
|
Member
Registered: Aug 2012
Posts: 126
Original Poster
Rep: 
|
Ok, everyone. As long as nothing comes up, I will be making my Linux attempt tomorrow evening. Please post any last minute thoughts or words of wisdom for me. I will keep you posted on how it works out.
Thanks!
|
|
|
08-15-2012, 08:17 PM
|
#20
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,441
|
Re your ISP: you said 2 different things..
1. your server will only need to be visible in your LAN/house, in which case your ISP isn't involved
2. you might host sites for a few friends:
question; are these people inside your LAN/house; if not they will require access from outside, in which case check the Terms of Service of your ISP
|
|
|
08-16-2012, 09:33 AM
|
#21
|
Member
Registered: Aug 2012
Posts: 126
Original Poster
Rep: 
|
Quote:
Originally Posted by chrism01
Re your ISP: you said 2 different things..
1. your server will only need to be visible in your LAN/house, in which case your ISP isn't involved
2. you might host sites for a few friends:
question; are these people inside your LAN/house; if not they will require access from outside, in which case check the Terms of Service of your ISP
|
hmm.. yeah, the websites would need to be viewable online from anywhere around the world, lol. I will call my ISP and see if I can talk to someone who can actually understand what I'm trying to accomplish.
The server(s) that need to be only visible on home network, would be the server(s) that are allowing me to stream/view/access data files such as music, videos, office files, etc to the other devices (ps3, phone, etc.) connected to the network.
|
|
|
All times are GMT -5. The time now is 03:28 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|