Setting up a home network for learning Linux


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Setting up a home network for learning Linux
# 1  
Old 07-03-2015
Setting up a home network for learning Linux

I am working on learning Linux, and somebody suggested setting up Linux on a separate computer, and searching for answers to whatever may be needed, on a different computer plugged in to the Internet.

I have a Windows 7 PC, plugged in to a cable modem, and an old notebook, Compaq Presario R3000 (it was good, but it is already 10 years old, or so). I was thinking about installing the newest CentOS on the notebook (from a CD version), and connecting both machines to the Internet, through an xDSL router (this is what is needed, according to my ISP), which I would get for around $15-$20 (this is what it costs).

My overall goal is to learn server administration. I dont necessarily need to learn Linux as a whole (although I may go in this direction), and it is only the server administration part, which is important. I want to be able to get any UNMANAGED hosting plan (something like dedicated, which may cost $100-$300+ per month) and do everything by myself, on a professional level (administration, maintenence, updates, security, backups), similar to something that I would get with a regular hosting plan (so I want to learn everything, very good).

With this I would have a Linux and a Windows computer, both connected to the Internet, so I could work on the Linux one, and also check whatever would be needed, through the Windows one.

With this, I was wondering, if I could set up actual server on the Linux computer (LAMP, lets say), and start experimenting with hosting some websites there. I am not sure if the router would be what is needed for this, and how would this work. Router will computer both computers to the Internet, but will it connect them to each other, probably not...

I would like to be able to have both of the machines turn on, have websites on the Linux machine, and be able to access them from the Windows PC, lets say. This way I could experiment with it, just like I could with a regular hosting plan on the Internet.

So, the question is, is it possible not only to have two separate machines connected to the Internet, but also have these machines connected to each other, and work like I would work with a regular Linux server, on the Internet.

Thanks.
# 2  
Old 07-03-2015
Good news:
You have the right information to establish an internal network. Today, it is possible and quite easy to set up an internal network that access the internet via the same gateway (modem), safely; having minimum knowledge of how network works. Essentially, you need to know what IP version 4, DHCP and DNS are.

Bad news:
The Compaq Presario R3000 does not have the necessary RAM to run even a minimal install of Centos 7. However, there are other distributions with less requirements that might still work with that machine.

Last edited by Aia; 07-03-2015 at 05:51 PM..
# 3  
Old 07-03-2015
Quote:
Originally Posted by Aia
The Compaq Presario R3000 does not have the necessary RAM to run even a minimal install of Centos 7. However, there are other distributions with less requirements that might still work with that machine.
Thanks for the answer. Is there any way to add some kind of external RAM to the Presario Notebook, so it will work with the newest CentOS? It would be the best to learn on the newest software, and also get it to work, for cheap (router that I want to get is around $15, like I already mentioned, I dont want to spend too much money on that).

Edit:

It looks like I can buy new RAM part (better) and replace it in the notebook. Questions here would be, how much RAM do I need, in order for everything to work (I would not want to pay more, than I need to), and would there be anything else, that is needed, for the notebook part (as far as what I am trying to do)?

Edit2:

"The installer needs at least 406MB of memory to work. On systems with less memory then 406MB the installation will terminate with a fatal error. 512MB is the minimum memory requirement for CentOS-7."

I may be installing other distros like Ubuntu or Debian too. Will it be ok to get something like 512MB, or would I go for something around 700MB, or 1GB (again, I want to save as much money as possible, even though the price should not be much different with this).

Thanks.

Last edited by AdultFoundry; 07-03-2015 at 07:09 PM..
# 4  
Old 07-03-2015
Rather than using a very old Compaq laptop, I suggest you install VMware Workstation or VirtualBox on your Windows 7 system and install one or more Linux VMs.
# 5  
Old 07-04-2015
Centos 7 aims to be a 100% binary compatible with Red Hat Enterprise 7.
RHEL 7 does not support 32-bits hardware any longer. In fact, they only provide a 64-bits ISO.
Compaq Presario R3000 is a 32-bits architecture. Save yourself the money of any upgrade.

If your windows 7 machine has 4Gb or more of RAM. VirtualBox might be a better option.

Last edited by Aia; 07-04-2015 at 12:10 AM..
# 6  
Old 07-04-2015
I already have Centos7 on VirtualBox installed. I may create a separate partition on the Windows computer, and boot Linux from there, or get some kind of vps hosting plan with Linux, which would be a good way to do it too (I would have access to Internet from Windows, and also use Linux from the same machine). I may install Linux on the PC, and access Internet from Windows XP, on the notebook, but I am not sure. Amazon Cloud can be an option too (12 month free trial, and people say that they have CentOS too, I've seen an icon on their site, also).
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Setting AIX box at home.

Hi guys... I have got a old Aix box i.e. 7043 - 150 for home experimenting purposes. I am having some issues to setup the tcpip on it correctly, so that i can access it within the network and also from outside i.e. work. My setup looks like this: Modem ----> Apple airport wireless router... (2 Replies)
Discussion started by: uzair_rock
2 Replies

2. IP Networking

Setting to SSH home-PC from Work

Hello, My question is very basic for the settings to SSH my home PC from work. Home network two PC: Internet comes into my house through ISP modem and then the two PCs are connected with the router (Trendnet). The IPs for my PCs are How to set other stuffs for me to access my home PC from... (5 Replies)
Discussion started by: yifangt
5 Replies

3. UNIX and Linux Applications

Setting up Oracle RAC at home

Hello, I'm planning to set up Oracle 10g RAC at home. I was initaillay planning to get a windows desktop and install Cent OS after wiping out the existing windows OS. I have some questions with regards to this. 1) For setting up RAC, I would have to install an additional NIC besides the one... (2 Replies)
Discussion started by: luft
2 Replies

4. UNIX for Dummies Questions & Answers

setting home as lin in user profile

Hi. I have a directory structure built with links. For example: /home/user1 is a link to /var/123/user1 can i set the home variable in the .profile of the user to use a link? or it has to be a "real" directory? tks (1 Reply)
Discussion started by: mrodrig
1 Replies

5. UNIX for Dummies Questions & Answers

Need help setting up a home solaris private network

Hi all, I just purchased 2 Ultra 10 servers and I want to practice with home networking. I want to create a private network where I can connect both boxes to the internet via broadband using my four port adsl modem/router. My ISP assigns me 192.168 addresses via DHCP and I use the ISP's DNS but... (1 Reply)
Discussion started by: Kongowea
1 Replies

6. UNIX for Dummies Questions & Answers

Using Linux on/in a home network

I recently received an e-mail from "the faculty" at Unix-dot-Com and I was reminded of this notable resource for folks learning about Unix and its clone, Linux. I hadn't posted anything in two years and during that time, I have been working, in my spare time, on a home network combining two Linux... (2 Replies)
Discussion started by: Annatar
2 Replies

7. UNIX for Advanced & Expert Users

setting up my HOME PC as server

Hi , i am having RedHat AS 4 in my home PC.now i want to access applications remotely i.e from office. how can i do that. in short i would like to make my PC as server for doing test's. while I am @ work. I am using static IP. leenus (1 Reply)
Discussion started by: rrs
1 Replies

8. Shell Programming and Scripting

setting Oracle Home

Hi, if i set Oracle home in the command line as export ORACLE_HOME=/usr/oracle/product/9.2.0; and then checking it by typing echo $ORACLE_HOME,its getting the correct result.But if i try setting the ORACLE_HOME from a shell script by just including the same line as above,it was... (3 Replies)
Discussion started by: DILEEP410
3 Replies

9. IP Networking

Printer Sharing on a Mixed(Windows/Linux) Home Network

Sometimes you get the tiger...but sometimes he get you and this latest home network “project” of mine has gnawed on me pretty badly. Perhaps you can offer some technical help. It will be heartily appreciated. I have a small home network initially comprising two computers running Windows... (1 Reply)
Discussion started by: Annatar
1 Replies
Login or Register to Ask a Question