![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Dec 2008
Posts: 165
OS: Linux Mint
|
How to set up Ubuntu Server Ed.
Hello all, i just recently installed ubuntu server ed.
Was wondering if anyone can point me to a good walk though (or just tell me) how to get my web pages up and running.
__________________
bLUE445 |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Moderator/Fedora Amb.
|
Re: How to set up Ubuntu Server Ed.
Hi,
Is this your first time running Linux? If it is you choose an interesting way to jump in, but I am sure that with a lot of work you will be able to figure out how to set up your server to your liking. As I am sure that you can see you will be running entirely from CLI (Command Line Interface) not a GUI (Graphic User Interface). This will mean that you will learn how to use commands really fast. Ok, enough of my jabber. The first thing that you need to do is make find out what version of Apache you have, if you have installed the latest version of the LAMP server then you should have apache 2.2. I would recommend getting to a computer that has a GUI, and going to Apache 2.2 Docs, and reading all of it. There is a lot of good information there. If you don't understand all of it that is ok, you can always look it up. The next thing is that you need to get you website files from wherever they are to your new server computer. There are a couple of way to do this. One way is to put them all on a flash drive and move them. While this would make a lot of sense if can be a pain with out a GUI. Figuring out what your computer has called the drive once you insert it in your computer can be a pain. I would recommend that you install a SSH server. This is really easy just type this: Code:
# sudo apt-get install openssh-server openssh-client The next step is to transfer the files from the remote computer to your server. To do this you need to start Putty, then make sure the button is on ssh and the protocol is 22. Then type the ip and connect to the server. From there you will have to log in with your un and pw. From there you will want to try to move a file from on place to another. I would recommend that you make a test file and install it somewhere. Then use this to help you transfer a file Code:
scp "Your_file_name" your_username@server_IP:whatever directory you want That is a simple guide on how you get your webpages to your server. If you can get that far that will be great for now. Let me know how all that goes and I can help you with the next few steps. Cheers!
__________________
![]() Linux Forever!
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Dec 2008
Posts: 165
OS: Linux Mint
|
Re: How to set up Ubuntu Server Ed.
In putty, I do not get that message that asks if I want to accept a certificate.
Instead, I get this: Putty Fatal Error: Network error: Connection timed out (ok) Putty then becomes inactive.
__________________
bLUE445 |
|
|
|
|
|
#5 (permalink) | |
|
Manager
Join Date: Sep 2004
Location: Colorado
Posts: 988
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux
|
Re: How to set up Ubuntu Server Ed.
Quote:
So you don't need it, but you may decide you want it (up to you to decide).
__________________
![]() Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it. When posting what errors you get, please give the full message. It makes helping you much easier. |
|
|
|
|
|
|
#6 (permalink) | |
|
Moderator/Fedora Amb.
|
Re: How to set up Ubuntu Server Ed.
Hi,
Quote:
This is what you should get or something similar. ![]() Then you should get a login screen that looks like this: ![]() Hope this helps. Cheers!
__________________
![]() Linux Forever!
Last edited by wmorri; 01-04-2009 at 06:18 PM. |
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Dec 2008
Posts: 165
OS: Linux Mint
|
Re: How to set up Ubuntu Server Ed.
Well, how would you go about finding the IP address of my Linux machine? I have used the one told to me over the phone by my ISP, i've tryed ipconfig, and ifconfig (on linux).
What is it that i'm not finding? Thanks
__________________
bLUE445 |
|
|
|
|
|
#8 (permalink) |
|
Moderator/Fedora Amb.
|
Re: How to set up Ubuntu Server Ed.
Hi,
What do you get when you try "ifconfig". that should give you the information that you need it should produce a long list of things. Please post the output for ifconfig, and we can figure out what is going on wrong. Cheers!
__________________
![]() Linux Forever!
|
|
|
|
|
|
#13 (permalink) |
|
Registered User
Join Date: Dec 2008
Posts: 165
OS: Linux Mint
|
Re: How to set up Ubuntu Server Ed.
Ah got it! Must have gotten a type-o the first time I tryed it.
Now that i'm here, and logged in, how would I go about sending the pages through?
__________________
bLUE445 |
|
|
|
|
|
#14 (permalink) |
|
Moderator/Fedora Amb.
|
Re: How to set up Ubuntu Server Ed.
Hi,
Great to hear that you go it. Now you get to have the real fun. You can use this command to move files. I would recommend that you make a test file and install it somewhere. Then use this to help you transfer a file: Code:
scp "Your_file_name" your_username@server_IP:whatever directory you want
__________________
![]() Linux Forever!
|
|
|
|
|
|
#15 (permalink) |
|
Registered User
Join Date: Dec 2008
Posts: 165
OS: Linux Mint
|
Re: How to set up Ubuntu Server Ed.
Hey there...sorry for not responding...been having PC issues.
Ok now well, I don't know what to do here....what ip do i use, and how would i go about viewing it?
__________________
bLUE445 |
|
|
|
|
|
#16 (permalink) |
|
Moderator/Fedora Amb.
|
Re: How to set up Ubuntu Server Ed.
Hi,
You would use the ip for that computer. I am guessing that it is 192.168.1.104, but I am not sure if you need to find out the ip just do ifconfig at the prompt. Cheers!
__________________
![]() Linux Forever!
|
|
|
|
![]() |
| Thread Tools | |
|
|