DIY build your own website server from home


 
Thread Tools Search this Thread
Special Forums IP Networking DIY build your own website server from home
# 1  
Old 05-20-2012
DIY build your own website server from home

Does anyone would know a good tutorial for someone with basic linux/unix knowledge in order to build and setup a home website server?
1) First: I would like a step by step practical how to, with an example, and a good introduction to more detailed theory.
2) Second : What is the best and more thorough books about networking,TCP/IP and web servers in unix/linux world?
Anyone with a lead please?
Thank you and keep up the good work!
freddie50
# 2  
Old 05-20-2012
Thanks!

FYI, there is quite a difference between networking and network programming and setting up a web server; but I am assuming you are talking about system/network administration.

One idea is to go over to Linode and just open the cheapest account; and then configure a Linode (they have instructions) and then install all the apps for a LAMP (Linux, Apache2, MySQL, PHP) web server.

Linode has all the tutorials you need.
# 3  
Old 05-20-2012
#2 - Richard Stevens 'UNIX network programming' 2 volumes.

The first edition is available (some out of date material) as a free pdf download. This is a LARGE undertaking.
# 4  
Old 05-20-2012
Thanks for the precision Neo,

Let me try to rephrase what I am seeking:
1) Access through the internet a personal database running on a computer at home.
I want to update this database "on the go" with my work laptop or even my blackberry.
I have a standard ISP, no static IP address and I would like to find out how to access my application via internet?
I suppose it involves managing IP forwarding and tweak my home network to have a reasonably secure setup.
I already have a LAMP setup but only accessible locally or through the net if I upload my application to a web-server provider.
But this is what I would like to avoid, I would like to manage myself this access to the internet.
2) More generally I want to acquire a thorough understanding of networking and network programming, I also would like to master the admin associated with running a network linked to the internet.
I appreciate this is a large task but I am ready to work hard and thoroughly for this.
I need where to start and what to follow...
Once again many thanks for your help!
freddie50
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

A Quick Survey of Javascript Errors on Website Home Pages

Here is a Quick Survey of Javascript Errors on Website Home Pages using the web dev console: UNIX and Linux Forums - 0 Errors, 0 Warnings Vue.js - 0 Errors, 0 Warnings Google Search - 0 Errors, 0 Warnings CNN - 3 Errors, 2 Warnings NY Times - 6 Errors, 11 Warnings Bootstrap - 0... (0 Replies)
Discussion started by: Neo
0 Replies

2. UNIX for Advanced & Expert Users

Build NFS Server on CentOS

Dear All, I'm using AWS EC2 instance for my application. My application is high disk I/O based and EFS could not be used in my case. So, i need to build my own NFS server on Ec2 instance. I'm looking for High availability solution for my disk which i shared for NFS. Looking for builtin... (5 Replies)
Discussion started by: Bala
5 Replies

3. Solaris

How to build an install server for Solaris 8?

I need to boot again a server with solaris 8 because I have a problem with the file path_to_install and I have not a CD/DVD driver. So I'd like to build an install server for executing a boot by network. Could I use a server with solaris 10? Many thanks for your suggests Best Regards at... (2 Replies)
Discussion started by: ardgiu70
2 Replies

4. Web Development

Building LAMP server from scratch (build a server with compiled LAMP from CentOS mini)

Hello everyone, I would like to setup a lamp server from a minimal distro and to compile PHP, MySQL and Apache myself. I have chosen CentOS minimal for the OS and I am trying to build the stack by hand... But well, it appears I need some help! First: I am looking for good and recent... (3 Replies)
Discussion started by: freddie50
3 Replies

5. UNIX for Dummies Questions & Answers

Copy the newest file from a different server to your home server.

Hi all, So I am on server 1, and I want to grab the newest file from a particular directory on server 2, and place this in a directory on server 1. I am trying to use: ls -tr | tail -1 This works, and gets me the newest file in a particular directory. Using svn `ls -tr | tail -1` etc I... (1 Reply)
Discussion started by: Lexx87
1 Replies

6. HP-UX

problem after server build...

Hi, I have installed HP-UX 11.31 on a rx6600 box. The installation went fine and was completed without any errors. But wheni connect to the server using ssh, it asks for a username, when i enter it, it doesnt prompt for a password: login:username blank-------- All i could see in... (1 Reply)
Discussion started by: sag71155
1 Replies

7. Linux

Which Server to host a website?

Hiii Guys ................ I am looking to host a website which is programmed in Asp. I am not sure about which server should i host it? Should i host it on Linux or Unix and why? Need your advice.............. Thanks in advance James.... (3 Replies)
Discussion started by: jamesprx
3 Replies

8. HP-UX

to stop the website hosted in apache ux server

Hi, we have some websites in ux servers and need to stop those websites i.e when users try to acess those websites they should not able to see those websites. we have to ideas one is .htaccess. from this we can redirect to existing 404page. and not sure if we rediredt to non- exixting page in... (1 Reply)
Discussion started by: kishan
1 Replies

9. Solaris

Help me to Build a Home LAN Please.

Hi All, I really hope you can provide me with some help or assitance on this topic: I'm not an expert on Unix neither with networking tasks, I just have the basic level on Unix commands and shell scripting fundamentals, but I want to take seriously this opportinuty to put my hands on this... (6 Replies)
Discussion started by: mosqueda_albert
6 Replies

10. UNIX for Dummies Questions & Answers

home network - can you have a primary name server, or only a caching-only name server

i'm setting up a solaris 9 box to be my home network's DNS server. actually it's up and running, but it's set as a caching-only name server. can i set it up to be the primary name server? what are the advantages if i can set it up to be a primary name server vs. a caching only name server? (3 Replies)
Discussion started by: xyyz
3 Replies
Login or Register to Ask a Question