Results 1 to 13 of 13

Thread: Learning Linux

  1. #1

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Learning Linux

    I thought it was about time that i learned how to use linux. and i mean the command line stuff. It has always looked interesting to me, but i have never known how to use it.

    A Google search gave me this Learn Linux. Would you say that this is a good start?

    Also, i am going to need to install Linux, so what version do you recommend that i start with (preferably open source)
    My usual boring signature: Something

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Learning Linux

    My own personal opinions follow, nothing more...

    You could take one of their courses sure, but you'd be learning it someone else's way. Everyone uses linux in a different way (much more so than Windows users differ in their own uses of Windows).

    I recommend you do what I did, which is to just go crazy and install a distro right away.

    Its like being thrown in at the deep end but I think most windows users benefit from the culture shock in the long run, I certainly did.

    ANyway, which distro you choose depends on what style of computer user you are (something that will itself change, after you start using linux).

    If you are a programmer then you'll probably want something with a many development tools as possible CentOS is a good one for that. If you're a sucker for a comfy desktop environment then you probably want something like Ubuntu.

    Ubuntu has good hardware support, but I prefer CentOS because I use my linux boxes for coding and virtually nothing else.

    What you definitely need to do is get into the habit of using the console as much as you can. Get to know the console and you'll be on the right track very quickly.

    Get used to installing software in a variety of ways (source, RPMs etc.). Get used to using commandline compilers.

    As long as you don't expect it to hold your hand all the time you'll be fine. There is plenty of information on the net about how to use linux.

    And remember, it's not as scary as everyone makes it out to be.

    Good luck.
    I don't live here any more.

  3. #3

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Learning Linux

    is centos good for a web server? Not live of course, but for a development environment?
    My usual boring signature: Something

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Learning Linux

    Fedora is a nice compromise between the dull stability of CentOS and cotton-wool of Ubuntu, and it breaks often enough for you to get your hands dirty tinkering with it.


    Read as many different tutorials and articles as you can. Don't take just one person's advice and point of view.

  5. #5

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Learning Linux

    well is fedora a good web server?
    My usual boring signature: Something

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Learning Linux

    It's not a web server. It's an operating system. You can run a web server on it if you want.

  7. #7

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Learning Linux

    i phrased my question incorrectly. "does fedora make for a good web server?".

    If you have been reading my other thread about my future career, i stated that i want to become a network administrator, and i am sure i will need to know linux.
    My usual boring signature: Something

  8. #8
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Learning Linux

    Any linux will be a good web server. It's the choice of webserver software (eg. Apache / Boa...) that is more important.

    Fedora is basically the same thing as CentOS anyway, there's really only minor differences in my experiences.
    I don't live here any more.

  9. #9
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Learning Linux

    If you want a webserver that won't break down at that critical moment, go with Debian+apache. If you want to try linux without having to fiddle with partitions/drives, either install it in a vmware virtual machine or use Wubi which allows you to install/uninstall Ubuntu as a Windows application.

    FYI, Ubuntu is based on the Debian unstable branch, so it gets all of Debian's superb package management tools (apt, dpkg, synaptic).
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  10. #10
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: Learning Linux

    a noob and linux learner myself, but for what it's worth:

    I installed and played with many distro's the past few weeks. Would really recommend Ubuntu for a start, cause it was the only one that installed and recognized all my hardware and really easy to use.

    Guess you can try any distro (I also use slackware, terminal only) as all of them have the terminal, and on all the Linux commands are the same. (Assuming I'm right if I say it's Linux commands you should learn well, not Linux distro's)

    Just my few cents. Good luck!
    Install and Configure Eclipse For both Java and PHP development
    Accessible Ajax/jQuery Forms Degrade gracefully with JavaScript Disabled

  11. #11
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: Learning Linux

    I know there are thousands of sites with help and stuff.
    But I found this one after trying to figure out how de hell to work with VI, and seems to be short and straight to the point what u looking for.
    Maybe help
    http://lowfatlinux.com/
    Install and Configure Eclipse For both Java and PHP development
    Accessible Ajax/jQuery Forms Degrade gracefully with JavaScript Disabled

  12. #12
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Learning Linux

    Quote Originally Posted by StrangerInBeijing
    I say it's Linux commands you should learn well, not Linux distro's
    Precisely. I'd say you can't go far wrong if you have a good grasp of BASH. Get that right and you're equipped for any modern Unix system.
    I don't live here any more.

  13. #13
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: Learning Linux

    The topic has moved on a little now but I use Fedora for my development web server. CentOS is just like RHEL without the Red Hat branding and licenses. They use Fedora as a basis on which to build RHEL. So that's kind of how that fits together. I used to use a Fedora machine for my production web server too but it's updated too frequently so I set up a CentOS box to replace it.

Posting Permissions

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



Click Here to Expand Forum to Full Width