Sponsored Content
Top Forums UNIX for Dummies Questions & Answers I want to turn my home computer into an internet server. Post 9174 by 98_1LE on Tuesday 23rd of October 2001 02:09:19 PM
Old 10-23-2001
To run a UNIX based web server, you will need a type of UNIX, and Sun's Solaris will work wonderfully for the operating system. You will also need a permanant Internet connection like DSL or a cable modem. You will also need a web server application, which is where Apache comes into the picture. You can either download and compile it, or I beleive it is installed by default with Solaris 8 (or RedHat 7.x). Once you have your web server built and you can pull up a page in a browser by entering http://localhost in the address bar, you then need a DNS entry to point requests to that domain name to your local IP. You can install and run your own DNS servers, but there must be 2. Another option is to use someone elses DNS, I have used http://www.zoneedit.com with success.
Good luck. You will learn a lot, but it will be worth it when finished.
 

9 More Discussions You Might Find Interesting

1. 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

2. IP Networking

Internet access via home router / cablemodem and Solaris9

Hello all, Let me preface this note by expressing my thanks to anyone that can help. I have cable modem access to the internet and a D-Link router (which is also running DHCP) for multiple machine access. I have 3 windows machines running XP Pro and '98 working OK and able to access... (3 Replies)
Discussion started by: bpmoran3
3 Replies

3. UNIX for Dummies Questions & Answers

why doesn't this script work on my home computer?

Now it could be as simple as at work I use tsch, and at home it is bash. Warning, first post and I am a complete newbie to unix. At work, I use a simple script for updating a window when I am watching to see how a render is doing... while 1 echo --------------------------- echo ls -lrth... (1 Reply)
Discussion started by: iStealMusic
1 Replies

4. Cybersecurity

how to access computer behind cable modem, from outside,across "the Internet"

hi im running a web server running, connected to my cable modem, which, as usual, has 2 different network address. one from "outside"(ie from isp), and the other for the internal network. im giving a static ip to the server.how do i access this server from outside the network across "the... (2 Replies)
Discussion started by: R00tSc0rpi0n
2 Replies

5. UNIX for Dummies Questions & Answers

Which Linux to get for home computer?

the most popular ones on distrowatch seems to be PCLinuxOS, Ubuntu, openSUSE and Fedora. any tips, suggestions you can give this super newb about choosing something? i'd like to do a dual boot. Unfortuately my laptop's only got a single hard drive and it's only got half a gig of ram. Will... (6 Replies)
Discussion started by: DeuceLee
6 Replies

6. UNIX for Dummies Questions & Answers

ftp server on old home computer - a few questions

Hi! Very new to unix stuff, and this is my first post to the forum. I'm pretty sure I know enough to know I know nothing, so please be patient with me and don't laugh too hard. Ok, I've got an old computer and a laptop - the old computer was bought in the mid 90's it's still running windows... (1 Reply)
Discussion started by: boredbody
1 Replies

7. UNIX for Dummies Questions & Answers

copying script from server to home computer using nova terminal

I'm using a nova session to create and edit scripts on my school's unix server. I would like to pull my script off the server and put it in a notepad file on my desktop for the purposes of editing and copying and pasting my script in forums. Can someone please help me with this? I'm sick of... (0 Replies)
Discussion started by: dazeman27
0 Replies

8. 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

9. What is on Your Mind?

The C64 is back, this time full-sized with a working keyboard for the dedicated retro home-computer

Retro Games has announced that the C64 is back, this time full-sized with a working keyboard for the dedicated retro home-computer fan, available December 2019. See also: CNN: Iconic 80s computer The Commodore 64 to return with fully-functional keyboard YouTube: The C64 | Trailer ... (2 Replies)
Discussion started by: Neo
2 Replies
LWP-DOWNLOAD(1) 					User Contributed Perl Documentation					   LWP-DOWNLOAD(1)

NAME
lwp-download - Fetch large files from the web SYNOPSIS
lwp-download [-a] [-s] <url> [<local path>] DESCRIPTION
The lwp-download program will save the file at url to a local file. If local path is not specified, then the current directory is assumed. If local path is a directory, then the last segment of the path of the url is appended to form a local filename. If the url path ends with slash the name "index" is used. With the -s option pick up the last segment of the filename from server provided sources like the Content- Disposition header or any redirect URLs. A file extension to match the server reported Content-Type might also be appended. If a file with the produced filename already exists, then lwp-download will prompt before it overwrites and will fail if its standard input is not a terminal. This form of invocation will also fail is no acceptable filename can be derived from the sources mentioned above. If local path is not a directory, then it is simply used as the path to save into. If the file already exists it's overwritten. The lwp-download program is implemented using the libwww-perl library. It is better suited to down load big files than the lwp-request program because it does not store the file in memory. Another benefit is that it will keep you updated about its progress and that you don't have much options to worry about. Use the "-a" option to save the file in text (ascii) mode. Might make a difference on dosish systems. EXAMPLE
Fetch the newest and greatest perl version: $ lwp-download http://www.perl.com/CPAN/src/latest.tar.gz Saving to 'latest.tar.gz'... 11.4 MB received in 8 seconds (1.43 MB/sec) AUTHOR
Gisle Aas <gisle@aas.no> perl v5.12.1 2010-07-05 LWP-DOWNLOAD(1)
All times are GMT -4. The time now is 02:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy