Find the answer to your Linux question:
Results 1 to 3 of 3
I just want to say hello. I have only dealt with windows machines. I want to learn Linux. Mostly I want to learn Apache Server. In the past I have ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Location
    Arkansas
    Posts
    4

    Hello All,

    I just want to say hello. I have only dealt with windows machines. I want to learn Linux. Mostly I want to learn Apache Server. In the past I have tried to learn Apache on a windows machine. Everything I got told me how to do things on a linux or unix machine. I have a laptop that I can use to possibly learn something new. I am also interested in learning Command Prompt. This seems to be a very good way to talk to Apache. I am just wanting to say Hey. I am going to go browsing the forum a little.

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    Welcome to LinuxForums!

    So long as you remember that Linux is not Windows, I think you'll be okay on the learning curve. And since you're wondering about the command line, perhaps you'll want to take a look at LinuxCommand.org and some free E-books on the subject.

    Again, welcome!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Linux Newbie
    Join Date
    Jun 2006
    Location
    Greece, Athens
    Posts
    214
    Apache installation is as easy as
    Code:
    sudo apt-get install apache2
    
    or 
    
    sudo yum install apache2
    , depending on the distro.

    The configuration and maintenance though, are a completely different story.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •